shareit/readme.md
Bruno Fontes ea3ffaad39 Including occupied username and renaming DB field
Now it shows the username of who is using an item.
Item db field 'usedBy' was renamed to 'used_by' to keep consistence.
2018-09-14 12:52:07 -03:00

16 lines
399 B
Markdown

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