Go to file
Bruno Fontes 982d0bbc9e 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
app Creating relationships between users/items/products 2018-09-12 02:31:03 -03:00
bootstrap Init 2018-09-07 20:12:34 -03:00
config Changing app_name on app.php config file 2018-09-07 20:25:13 -03:00
database Including first Laravel UnitText Experience 2018-09-12 16:44:31 -03:00
public Init 2018-09-07 20:12:34 -03:00
resources Creating relationships between users/items/products 2018-09-12 02:31:03 -03:00
routes Imrpoving Item, Product and Users 2018-09-11 20:48:09 -03:00
storage Init 2018-09-07 20:12:34 -03:00
tests Including first Laravel UnitText Experience 2018-09-12 16:44:31 -03:00
.editorconfig Init 2018-09-07 20:12:34 -03:00
.env.example Init 2018-09-07 20:12:34 -03:00
.gitattributes Init 2018-09-07 20:12:34 -03:00
.gitignore Init 2018-09-07 20:12:34 -03:00
artisan Init 2018-09-07 20:12:34 -03:00
composer.json Init 2018-09-07 20:12:34 -03:00
composer.lock Init 2018-09-07 20:12:34 -03:00
package.json Init 2018-09-07 20:12:34 -03:00
phpunit.xml Including first Laravel UnitText Experience 2018-09-12 16:44:31 -03:00
readme.md Creating users_per_item migration 2018-09-10 21:30:00 -03:00
server.php Init 2018-09-07 20:12:34 -03:00
start_vagrant.sh Imrpoving Item, Product and Users 2018-09-11 20:48:09 -03:00
webpack.mix.js Init 2018-09-07 20:12:34 -03:00
yarn.lock Init 2018-09-07 20:12:34 -03:00

Share It

Cada usuário, identificado por e-mail, pode ter outros amigos

DB

[x] usuário(nome, email) [x] product[site/software](nome, admin) [ ] usersPerItem(productID, userID) [x] item[licença](nome, productID, usedBy, usedSince) [ ] waiting(userID, itemID, waitingSince)

VIEWS

  • Product (administration)
  • Item (view itens, other itens from the same product if this one is occupied)