-
Notifications
You must be signed in to change notification settings - Fork 2
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
"Update section and timetable tables when course timings change" #174
Conversation
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.
Some small code-style related changes, overall code quality looks good. The main logic can be replaced by a lot of existing code/function calls.
One small note on your commits:
Your commit is:
feat: update timetable and sections table when there is change in course timings
It would ideally be:
feat: add update changed timetables endpoint
I'll review this PR during this week most probably. |
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.
Aside from some small changes, LGTM. Would also be nice if we could wrap the whole thing in one transaction, like we do in addSection.ts
…t updation logic to fit new query
…clash checking logic
No description provided.