daily-code
daily-code copied to clipboard
Feat search
PR Fixes: #175
- added route to add search index to all the previous track which will help in local and production.
https://github.com/code100x/daily-code/assets/96077561/92d39447-156b-4205-8182-d19bfa771e11
- added functionality in admin section to create search index at the time of uploading a newtrack.
-https://drive.google.com/file/d/17Uu64SDal69tg0wgyJlBCtMSRYGDlb9W/view?usp=sharing
Remaining (Suggestions needed): Feature-To make change in search index whenever the notiondoc changes. Answer - If notionApi permits a webhook like functionality. I will implement it within day. alternatively, we can add a get request to update the search index in intervals (will move with option 2 only if option 1 is not possible).
Also let me know if I am on the right track so that i can make the UI pleasing. Or did you mean something else.
Checklist before requesting a review
- [ ] I have performed a self-review of my code
- [ ] I assure there is no similar/duplicate pull request regarding same issue