Go to file
2018-09-19 21:07:40 -03:00
app Including messages on registering and invalid product 2018-09-19 21:07:40 -03:00
bootstrap
config Including email verification 2018-09-17 11:06:35 -03:00
database Test: fixing factory on product url 2018-09-19 16:30:59 -03:00
public
resources Including messages on registering and invalid product 2018-09-19 21:07:40 -03:00
routes Product/index view is now only allowed to Verified users 2018-09-19 20:41:36 -03:00
storage
tests Test: fixing factory on product url 2018-09-19 16:30:59 -03:00
.editorconfig
.env.example
.gitattributes
.gitignore -mGitIgnore: Excluding vagrant scripts 2018-09-19 16:30:11 -03:00
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 -mGitIgnore: Excluding vagrant scripts 2018-09-19 16:30:11 -03:00
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)