issues
search
devukurup
/
quizzy-by-devukurup
0
stars
0
forks
source link
Added 'role' attribute to the user table
#24
Closed
devukurup
closed
3 years ago
devukurup
commented
3 years ago
Fixes #5
Added 'role' attribute to the user table.
Added default role for the user as "standard".
Used enum to store role options.
Added unit test to check the assertion "user should have a valid role".
Fixes #5