-
Notifications
You must be signed in to change notification settings - Fork 22
Update the collection page table with the latest dynamic data table options #1225
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1225 +/- ##
==========================================
+ Coverage 74.42% 74.50% +0.08%
==========================================
Files 66 66
Lines 4520 4535 +15
==========================================
+ Hits 3364 3379 +15
Misses 1156 1156
🚀 New features to boost your workflow:
|
datalab
|
Project |
datalab
|
Branch Review |
bc/update-collection-table
|
Run status |
|
Run duration | 07m 45s |
Commit |
|
Committer | Ben Charmes |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
504
|
View all changes introduced in this branch ↗︎ |
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.
Thanks @BenjaminCharmes, apologies for the delay... I'd left this as a pending review comment.
3f3eb71
to
7d14903
Compare
7d14903
to
6efe2fe
Compare
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.
UI seems to work nicely, thanks @BenjaminCharmes! Just a couple of comments about the API endpoint and tests (and whether we should switch everything over to refcodes, hopefully not too annoying)
Co-authored-by: Matthew Evans <git@ml-evs.science>
Co-authored-by: Matthew Evans <git@ml-evs.science>
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.
UI changes look great - and all the functionality seems to be working for me!
6b4d330
to
dafc5ea
Compare
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.
Looks good and works well, thanks @BenjaminCharmes!
|
||
assert response.status_code == 400 | ||
data = response.get_json() | ||
assert data["error"] == "No refcodes provided" |
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 a comment that this made me realise the collections routes do not use standard errors (i.e., status = "error", then "message" = "whatever"). Not something to fix in this PR, but we should go through and unify all routes on this at some point.
…ptions (#1225) Co-authored-by: Matthew Evans <git@ml-evs.science>
Closes #1192