mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
Including a basic readme.md file
This commit is contained in:
parent
92f46f944f
commit
04869e3050
16
readme.md
Normal file
16
readme.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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)
|
Loading…
Reference in New Issue
Block a user