Go to file
2018-09-19 16:30:11 -03:00
app Fixed: error message when opening other user product 2018-09-19 15:11:30 -03:00
bootstrap Init 2018-09-07 20:12:34 -03:00
config Including email verification 2018-09-17 11:06:35 -03:00
database Adding URL to PRODUCT 2018-09-16 20:32:32 -03:00
public Init 2018-09-07 20:12:34 -03:00
resources Fixed: E-mail labe were broken on Item view 2018-09-19 15:24:23 -03:00
routes Starting add a Help page 2018-09-17 20:33:05 -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 -mGitIgnore: Excluding vagrant scripts 2018-09-19 16:30:11 -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 Including occupied username and renaming DB field 2018-09-14 12:52:07 -03:00
server.php Init 2018-09-07 20:12:34 -03:00
start_vagrant.sh -mGitIgnore: Excluding vagrant scripts 2018-09-19 16:30: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

[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)