mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
Bruno Fontes
982d0bbc9e
These changes will stay here so I can use them as examples to come back later to include some real tests. |
||
---|---|---|
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
artisan | ||
composer.json | ||
composer.lock | ||
package.json | ||
phpunit.xml | ||
readme.md | ||
server.php | ||
start_vagrant.sh | ||
webpack.mix.js | ||
yarn.lock |
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)