Go to file
2018-09-10 21:29:45 -03:00
app Including item and product form validation 2018-09-10 21:29:32 -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 Item and Product migration, controllers and models 2018-09-09 00:26:57 -03:00
public Init 2018-09-07 20:12:34 -03:00
resources Improving welcome page 2018-09-10 21:29:45 -03:00
routes Including Items and Products views and controllers 2018-09-10 01:23:51 -03:00
storage Init 2018-09-07 20:12:34 -03:00
tests Init 2018-09-07 20:12:34 -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 Init 2018-09-07 20:12:34 -03:00
readme.md Including Item and Product migration, controllers and models 2018-09-09 00:26:57 -03:00
server.php Init 2018-09-07 20:12:34 -03:00
start_vagrant.sh Including start_vagrant script 2018-09-08 12:37:11 -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

usuário(nome, email) product[site/software](nome, admin) productUsers(productID, userID) 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)