adduser(username) methods works for given argument username.
- add_user method takes username as argument as adds it to the table user. Mentoring session notes: (1 July 2022)
- Using sqlite at the moment will have to make changes to connect to the API endpoints. Possible solutions: import UserManager as um, make changes accordingly to the methods.
- Suggestions received:
- look at the other arguments that might be important to add a user.
- delete user command not necessary at this point of time.
- update user on hold.
- As per suggestion, will add email, password (+ password hashing), admin flag
- Recheck the _multicommand.py methods
- After login user level permissions can include methods like um.getuserrepos()
- Access to augur databse (Soln: will be solved by the API endpoints, check branch andrew_dev
- Understand the api endpoints part
- add admin flag
- add the user subcommand from the multicommand.py
- next steps will be admin and user permissions