mirror of
https://github.com/brunofontes/shareit.git
synced 2025-04-27 16:27:30 -03:00
These changes will stay here so I can use them as examples to come back later to include some real tests.
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)
Description
Languages
PHP
75.8%
Blade
23.8%
Shell
0.4%