Commit Graph

17 Commits

Author SHA1 Message Date
7c09fc4896
feat: broadcasting item to refresh pages 2022-11-13 21:04:45 -03:00
3f49799d57 Update js libraries 2021-02-14 23:20:43 -03:00
846624cec5 Including home.blade -> hasFocus test 2019-05-31 11:42:18 -03:00
8ae1e92a63 Refreshing and Including number of used items on Title
It was necessary to keep refreshing the page to
check if an item was returned when we did not
want to be alerted. So, now, the page refresh
itself every 2 minutes (while I do not know how
to use Laravel broadcasting) and the title shows
the number of items in use (including when used
by you).
2018-10-16 15:15:05 -03:00
8575895341 BugFixing: home page were blank on no items
When we had no items showing on home page, it were just blank.
Turns out that the @empty call that shows the default message
were appearing just when it had no items on a product, instead
of no items at all.

Fixed it moving the paragraph to the right place.
2018-09-29 12:09:18 -03:00
1ff8a4f492 Starting to add localization into PTB 2018-09-26 23:06:38 -03:00
b168473002 Groups HOME itesm by Product 2018-09-21 00:45:06 -03:00
78bc539a5a Fixing home alignment when person name is too big 2018-09-21 00:05:57 -03:00
51ee7c2ef3 Changing home layout from FLOAT to GRID 2018-09-20 20:37:21 -03:00
614dbeda35 Adding URL to PRODUCT 2018-09-16 20:32:32 -03:00
c4bd6a8a1a Joining Take and Return controllers on just Take (store and delete) 2018-09-15 00:22:57 -03:00
ea3ffaad39 Including occupied username and renaming DB field
Now it shows the username of who is using an item.
Item db field 'usedBy' was renamed to 'used_by' to keep consistence.
2018-09-14 12:52:07 -03:00
a3fe6f719d Refactoring homeController code 2018-09-12 21:25:48 -03:00
b41b9b4557 Adding product name with the item name on the Home page 2018-09-12 18:24:56 -03:00
7701c1a11d Imrpoving Item, Product and Users 2018-09-11 20:48:09 -03:00
bfdfa50af1 Including Items and Products views and controllers 2018-09-10 01:23:51 -03:00
72f40046ec Adding User login and registration 2018-09-09 01:03:41 -03:00