Utsab Saha

Results 8 issues of Utsab Saha

Currently, the app has not authentication system. When the app loads, the user is already able to view the list of students and add new students. We need to allow...

feature

* Delete the DB_URI test and replace with logging statements to remind developer to set the DB_URI. * Improve add-student-form test by testing the behavior itself instead the internal details...

test

In the existing wireframe, the teacher can view a student's code and then mark the code as complete or "needs fixing". However, we cannot build a student solution screen yet....

feature

**Describe the bug** When an unauthorized user (not a "TEACHER") clicks on the "classes" link, the app redirects to a blank page. **To Reproduce** Steps to reproduce the behavior: 1....

CTI

**Describe the feature** Currently, the project uses Next version 12. We would like to upgrade to Next version 13 **Background info** As a starting point, 1. Go to package.json 2....

Hard

We would like to add additional support materials to help new contributors become more familiar with the codebase: 1. A description (ideally with a visual diagram) of the key technologies...

The admin dashboard page should only be accessible by an authenticated admin user. Write a unit test to verify that the page (and the relevant API endpoints) are secure.

We have two main mock API endpoints: 1) The dashboard gets its data from the /getProfileData endpoint. 2) The join page fetches the student uuid from the /getStudentProfile endpoint