We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User can add their friends and give them edit access.
This way many students can edit a list and store the problems in that common list.
Editor Model
User: Foreign Key List: Foreign Key
Routes to add/ modify -
/lists/userlist/add
/lists/user/:username
The text was updated successfully, but these errors were encountered:
User List Edit
Permission
List Owner
/add param = {user}
Sorry, something went wrong.
/cib
Branch feature/jyothiprakashpanaik/issue-43/feat-editor-table-to-store-which-user-has-access-to-edit-which-lists created!
jyothiprakashpanaik
No branches or pull requests
User can add their friends and give them edit access.
This way many students can edit a list and store the problems in that common list.
Editor Model
User: Foreign Key
List: Foreign Key
Routes to add/ modify -
Route :
/lists/userlist/add
bugfix: User is able to add problems to other user list. #36Route :
/lists/user/:username
feat: a route to get all lists of a user #38The text was updated successfully, but these errors were encountered: