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

Update search service after timetable update and add search backend endpoint #200

Merged
merged 6 commits into from
Jul 24, 2024

Conversation

kishan1735
Copy link
Contributor

No description provided.

@kishan1735 kishan1735 requested a review from skoriop July 20, 2024 04:15
@kishan1735 kishan1735 changed the title Update search service after timetable update Update search service after timetable update and add search backend endpoint Jul 20, 2024
@@ -83,7 +83,7 @@ export const deleteTimetable = async (req: Request, res: Response) => {
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({ id: timetable.id }),
body: JSON.stringify({ id: req.params.id }),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fix to #197.

@skoriop skoriop self-requested a review July 24, 2024 08:55
Copy link
Member

@skoriop skoriop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@skoriop skoriop added the ready Ready to be merged (used by our GitHub Actions pipeline) label Jul 24, 2024
@skoriop skoriop added this pull request to the merge queue Jul 24, 2024
Merged via the queue into master with commit 491300a Jul 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready to be merged (used by our GitHub Actions pipeline)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add timetable search backend endpoint Update updateChangedTimetable.tsx to keep the search service in sync
2 participants