-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Remove unused subjects.js #8783
Remove unused subjects.js #8783
Conversation
a2de179
to
baeb0cc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8783 +/- ##
==========================================
- Coverage 16.62% 16.29% -0.33%
==========================================
Files 88 87 -1
Lines 4698 4596 -102
Branches 838 811 -27
==========================================
- Hits 781 749 -32
+ Misses 3399 3342 -57
+ Partials 518 505 -13 ☔ View full report in Codecov by Sentry. |
@cdrini did we test the published graph? e.g. selecting regions and seeing if the subjects page reloads w/ the right queries? |
Yep! Works as it did :) |
It's up on testing.openlibrary.org |
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.
subjects.js
was used to support the home page subjects carousels, when those were a thing.
Refactor. Found no references to
Subject(
in the js or in the python referencing this object. My guess was this was an attempted restructure which was never actually switched to/used.Technical
Testing
Screenshot
Stakeholders