Skip to content
New issue

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

Delete Student Record Button Is Broken #43

Open
cycomachead opened this issue Dec 14, 2023 · 2 comments
Open

Delete Student Record Button Is Broken #43

cycomachead opened this issue Dec 14, 2023 · 2 comments

Comments

@cycomachead
Copy link

On the table of students for an exam, trying to delete a student leads to a 404 because the record id seems to be missing from the URL

https://seating-staging-02a3510a1d0c.herokuapp.com/offerings/1528451/exams/final/students//delete

@Reimirno
Copy link

Reimirno commented Feb 7, 2024

We need more info on this. I cant seem to reproduce it.

image

We create student rows when the user import student roster (from canvas or google sheet).
And then in this deletion endpoint we will search for that student to delete.
Url interpolation looks right, and it is also not possible that student has no canvas id (we have schema validation at both app layer and db layer).

I think we need to find a way to reproduce this error. Can we still access last sem's cs88 data?

@cycomachead
Copy link
Author

cycomachead commented Feb 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants