-
Notifications
You must be signed in to change notification settings - Fork 3
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
Meeting Updates from 1/29/2024 #578
Conversation
Still looks like it could go down by another increment on this |
Also tests failing; does that represent a back-compatibility break? |
…tBorders/nwb-guide into cosmetic-updates
for more information, see https://pre-commit.ci
…tBorders/nwb-guide into cosmetic-updates
Since the proper validation has been restored, the tests were failing because I've just ignored the check if ElectrodeColumns is blank. |
Better, maybe one more increment? Also is it possible to make that box a bit darker gray than the background? Also note that for DfOverF/Fluorescence/SegmentationImages they weren't supposed to be 'skippable'; that change was only for the source data selector |
|
What specific issue on the NeuroConv side? If the NeuroConv schema request returns it we can proceed to assume it's required for the GUIDE |
As Ben mentioned yesterday, if there's no way to not pass This would require dynamically changing the returned schema, which may present a more substantial change that we can readily implement now. |
Alright just pushed an update to require all sub-levels of the Ophys metadata, if included in the schema. |
This is pretty bizarre... Maybe it's happening with your screenshots too, but when I take a screenshot of what it looks like to me the gray gets whitened (the one that looks gray there is from me hovering over it, which was even a shade darker than the default grayness) On my screen, the current gray looks OK 3px on the padding looks good
Thanks; it will take quite some thought about how to do something similar on the NeuroConv side since the way you interact with metadata is starting to become very very different. For example, if the key reference to a plane changes in the metadata instance (which is perfectly allowed in the programmatic side) you'd also have to update the requirements to exactly match that update to the pattern property in the schema I think. Which would be really weird In the end I think they are becoming two separate things: the GUIDE is a very limited scoped way of altering metadata fields on a fixed instance of the metadata dict, constrained by the default schema for each interface. So I think saying the |
Fixable by making the font size of the headers slightly larger, no? |
Hmmm weird. I used a color picker on your image and it's still the original |
for more information, see https://pre-commit.ci
Oky doky Just keep in mind I'm still of the opinion that top level tabs (like the way the pydata docs theme looks) instead of accordions would remedy all of these issues |
Right. I'll add that back to my to-dos and see if I can get that implemented shortly. |
Sounds good, no rush if it's tricky. Was just a dream The rest of these cosmetic updates look/feel good |
This PR implements the cosmetic updates—as well as a few related bugs—from yesterday's meeting, including:
Remaining issues that can be tackled in a follow-up include: