-
Notifications
You must be signed in to change notification settings - Fork 323
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
feat(search): add grading basis filter to module list #3666
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@chew01 is attempting to deploy a commit to a Personal Account owned by @nusmodifications on Vercel. @nusmodifications first needs to authorize it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3666 +/- ##
=======================================
Coverage 53.94% 53.94%
=======================================
Files 272 272
Lines 5963 5963
Branches 1420 1420
=======================================
Hits 3217 3217
Misses 2746 2746 ☔ View full report in Codecov by Sentry. |
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.
LGTM!!
Thanks — highly requested feature.
Context
Closes #3664
Implementation
Add gradingBasisDescription to ModuleInformation type in scraper (and frontend for consistency)
Information is expected to be sent to Elastic client for indexing.
Updated view to reflect changes.
Other Information
I'm not familiar with Elastic API and certainly unable to see the endpoint format available so will need core team to review.
Let me know if adding field ModuleInformation is insufficient and explicit indexing is required. Thanks 🙌