-
Notifications
You must be signed in to change notification settings - Fork 0
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
backend: add term and section for submitting and editing review #82
Conversation
This reverts commit 04cb1a7.
f538ef2
to
38ff4b7
Compare
This reverts commit 35c385b.
if err := isTermValid(review); err != nil { | ||
return nil, err | ||
} | ||
|
||
if err := isSectionValid(review); err != nil { | ||
return nil, err | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the GetBoolEnv
and feature flag for this XD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OH SHOOT GOOD CATCH
so we are specifying term and section now |
yeah, I think it should allow the university to use this information for improving the course experience. Also, got a green light from the acting president himself to add this XD |
ENABLE_TERM_SECTION_VALIDATION
env is set totrue