Go to file
2018-09-15 02:33:21 -03:00
app Included: alert the active user someone is waiting for the item 2018-09-15 02:33:21 -03:00
bootstrap
config
database Refactoring item_user migration 2018-09-14 17:24:26 -03:00
public
resources Included: alert the active user someone is waiting for the item 2018-09-15 02:33:21 -03:00
routes Including Alert me! 2018-09-15 02:09:07 -03:00
storage
tests Including first Laravel UnitText Experience 2018-09-12 16:44:31 -03:00
.editorconfig
.env.example
.gitattributes
.gitignore
artisan
composer.json
composer.lock
package.json
phpunit.xml Including first Laravel UnitText Experience 2018-09-12 16:44:31 -03:00
readme.md Including occupied username and renaming DB field 2018-09-14 12:52:07 -03:00
server.php
start_vagrant.sh
webpack.mix.js
yarn.lock

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, used_by, usedSince) [ ] waiting(userID, itemID, waitingSince)

VIEWS

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