You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That feels a bit excessive. I'm ok with separating student vs TA views. If you're concerned the views module has too much code, we could move some of the logic to other files, e.g. this chunk in the done view could be moved to /interface/backend/submission.py; also, this chunk looks like it should just call out to get_last_submissions_of_every_user.
Hmm - you are right. I was thinking to have a little separation between what "this" should do and what "that" should do -- but still it is blurry what "this" and "that" should mean.
Currently, all the views are in the same file
Separate those views to one file each and maybe add one more layer of separation for views that a TA can see and views that a student can view.
The text was updated successfully, but these errors were encountered: