mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
16 lines
380 B
Markdown
16 lines
380 B
Markdown
|
# Share It
|
||
|
|
||
|
Cada usuário, identificado por e-mail, pode ter outros amigos
|
||
|
|
||
|
## DB
|
||
|
|
||
|
usuário(nome, email)
|
||
|
product[site/software](nome, admin)
|
||
|
userPerProduct(productID, userID)
|
||
|
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)
|