Ryan Martin
Ryan Martin
When ChangeRole (in api/users.js) is called to downgrade a user from admin or from professor, they should be removed from instructor arrays in courses that they do not own (and...
Currently, deleting a user removes them from the db, but leaves their _id dangling everywhere (courses, repsonses, profile picture, etc.). Delete user should really just archive the user and forbid...
**When a user logs out:** Probably need the pages to implement this, so that they don't try to render when there is no user logged in. https://forums.meteor.com/t/react-komposer-signing-out-triggers-lots-of-errors/33229 **When enrolling in...
When setting a date for a session, the default should be today. A choice of today should also already be made.
If you type into any of the CKEditor elements when creating/editing a question, you cannot add new tags to the question unless you first click on something that is not...
Currently, a verification email is not set. Ideally, this should also prompt the user to change their password.
I worry that only making the text bold might not show up well on some screens. I suggest putting an icon next to the active question in addition to making...
The table is not scrollable side to side on mobile view, although it looks as if it would be. I think it's related to the table frame jumping out of...