issues
search
donejs
/
bitballs
A basketball tourney application.
https://donejs.com/bitballs.html
MIT License
11
stars
17
forks
source link
345 - NHT: Users shall be able to create stats.
#357
Open
rlmcneary2
opened
5 years ago
rlmcneary2
commented
5 years ago
Upgrade DB script adds a creatorId column to the DB.
Added the creatorId to a stat to capture the user that created the stat.
Logged in user's can now create stats.
If a user is logged in they will see the delete icon for stats they created.
If an admin is logged in they can delete stats that anyone has created.
Updated the server to delete stats only when the stat was created by the current user or the current user is an admin.