Commit Graph

54 Commits

Author SHA1 Message Date
ae58f6325d
-mGitIgnore: Excluding vagrant scripts 2018-09-19 16:30:11 -03:00
37920c0f5c
Fixed: E-mail labe were broken on Item view 2018-09-19 15:24:23 -03:00
116981b08b
Fixed: error message when opening other user product
The user can only open their own products.
If the user tried to open a product that belongs to
other person, the site were returning an error message.

Now it just go back to the last page.
2018-09-19 15:11:30 -03:00
092281a228
Including authenticaed user on models: Items, Product and User 2018-09-19 15:00:49 -03:00
839d2d5773
Including mergeAndDeploy on Git Ignore 2018-09-19 01:09:02 -03:00
efa092c730
Fixing Help Text 2018-09-19 01:01:13 -03:00
b0360f8744
HELP view added 2018-09-17 21:19:18 -03:00
962b0b1488
HELP: Beginning to add Home and Products to it. 2018-09-17 20:35:44 -03:00
a22bef94e0
Starting add a Help page 2018-09-17 20:33:05 -03:00
7a4db2c9b7
Fixing addProductForm and item-users responsive views 2018-09-17 15:22:49 -03:00
3b03b400c8
Fixed: 2 people were able to Take the same item at the same time
Now there is a verification before take an item.
2018-09-17 11:45:05 -03:00
b2214a869f
Merge branch 'master' of bitbucket.org:brunofontes/shareit 2018-09-17 11:06:45 -03:00
7898e289b2
Including email verification 2018-09-17 11:06:35 -03:00
4e197ba846 Including schema to avoid DB error on hostgator 2018-09-17 08:09:20 -05:00
a2d0bf6c15
Added Delete PRODUCT with Items and dettaching from users 2018-09-17 00:51:41 -03:00
0edbfa0fdb
Including Edit Product 2018-09-16 20:43:21 -03:00
be39b48dc3
Adding URL to PRODUCT 2018-09-16 20:32:32 -03:00
af0c05f42c
Including a findOrFail to Edit ITEM 2018-09-16 20:31:27 -03:00
4c4672d6f4
Fixing item_user migration primary keys
I had included item_id and user_id as primary keys to avoid duplications
but the command line to attach I am using does not duplicate.
Not only that, I got an error during migration of Multiple primary keys.
2018-09-16 19:29:14 -03:00
78330f4d57
Adding edit function to ITEM
Now an item can be renamed.
2018-09-16 16:43:03 -03:00
8258761691
Restyling / refactoring ITEM 2018-09-16 16:19:05 -03:00
29f130b710
Included: alert the active user someone is waiting for the item 2018-09-15 02:33:21 -03:00
c2907c3a0f
Including Alert me! 2018-09-15 02:09:07 -03:00
6fd0164197
Joining Take and Return controllers on just Take (store and delete) 2018-09-15 00:22:57 -03:00
c6f27882da
Refactoring HomeController
Avoiding requests to DB
2018-09-15 00:05:24 -03:00
e3a28f189a
Including nonbreak space on Share It text from Welcome Email 2018-09-15 00:04:51 -03:00
bd706cd2a3
Refactoring item_user migration
Delete the separate value for item_user,
adding a primary key to the pivot table
and removing the timestamp as it is
not necessary.
2018-09-14 17:24:26 -03:00
aa46622a14
Adding a Welcome Mail 2018-09-14 17:00:28 -03:00
882609fed0
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
bb4cc93723
Included: remove user from Item 2018-09-13 23:50:36 -03:00
8fae745d92
Fixing Product buttons action
It were pointing to /product/id but needs to point to /product.
2018-09-13 21:16:57 -03:00
e3669914fd
Including the option to add users to items 2018-09-13 21:16:16 -03:00
f27ee7172f
Fixing margins on error messages (errors.blade)
Sometimes the error box was appearing
with no space between it and other boxes
2018-09-13 21:15:40 -03:00
dc9d7dd658
Improving Item view
Including more text and a Back button
2018-09-12 21:29:07 -03:00
6236c0c9fe
Refactoring product view
Creating a separate buttons file to edit or delete a product
2018-09-12 21:28:39 -03:00
842976c77f
Adding Take and Return controllers 2018-09-12 21:27:35 -03:00
1408e558d7
Including Item Delete 2018-09-12 21:27:04 -03:00
c1b4ac419d
Refactoring homeController code 2018-09-12 21:25:48 -03:00
9f67cbcbeb
Adding product name with the item name on the Home page 2018-09-12 18:24:56 -03:00
8c0e46538c
Including first Laravel UnitText Experience
These changes will stay here so I can use them as examples to
come back later to include some real tests.
2018-09-12 16:44:31 -03:00
a905d98304
Creating relationships between users/items/products 2018-09-12 02:31:03 -03:00
0f15e60c95
Imrpoving Item, Product and Users 2018-09-11 20:48:09 -03:00
4b3c2089f5
Creating users_per_item migration 2018-09-10 21:30:00 -03:00
0abf27b1ae
Improving welcome page 2018-09-10 21:29:45 -03:00
2845e7501d
Including item and product form validation 2018-09-10 21:29:32 -03:00
25cff75c48
Including Items and Products views and controllers 2018-09-10 01:23:51 -03:00
112d3dc44e
Adding User login and registration 2018-09-09 01:03:41 -03:00
e57b5e7206
Improving welcome page 2018-09-09 00:57:44 -03:00
e8c6717fe1
Including Item and Product migration, controllers and models 2018-09-09 00:26:57 -03:00
c706910d3a
Creating the very first routes and views - product and item 2018-09-08 12:38:01 -03:00