-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add additional fields to list view table #126
Conversation
No need for rebasing 👍 |
JavaScript CoverageSummary
Modified Files • (71%)
|
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.
Just some comments about boilerplate (it's less maintainable and readable, I think we should wrap this up in iterators unless there's a compelling reason not to I'm not thinking of), I don't see any more substantive issues here
RE the AI/TT1 jobs column weirdness: The main part of the weirdness looks to have been resolved by changing how |
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.
Looking much nicer! As discussed, one follow-on in #134 . I do have some styling notes which I'll follow up with in the comments
Add all currently-available data fields in the `articles`, `patents`, and `other_metrics` keys to the List View table. Closes #121
Treat null values as zero for sorting purposes; display as "n/a". Reduce boilerplate code for default values.
There's an issue with filter states "bouncing" - tracked in #131
Fix the "party parrot filters" issue with filters on page refresh Closes #131
Simplify the column definitions for slider columns to reduce necessary boilerplate. Set a minimum width for slider columns (and ensured that it is actually applied) to reduce crowding in some of the smaller columns (like AI/TT1 jobs).
Adjusted the layout of `<CellStat>` to ensure that there is always enough space for a 4-digit ranking (plus "#").
365dec3
to
135a197
Compare
Addressed cell ranking spacing in this PR and tracking column dropdown width in #143. |
Add all currently-available data fields in the
articles
,patents
, andother_metrics
keys to the List View table.Closes #121, closes #131