-
Notifications
You must be signed in to change notification settings - Fork 1
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
query building write functionality pt 2 #259
query building write functionality pt 2 #259
Conversation
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 fantastic! a few notes, none of which I think are blocking. Happy to make follow-up tickets.
- Do we want some kind of save warning modal for going back a page when changes have been made? The sequencing for the save changes seems kinda weird to me, like it should take you back to the My Queries page to see/confirm, without having to click the two back buttons to retrieve the ID / review.
Screen.Recording.2025-01-10.at.9.23.21.AM.mov
- Did we get rid of the toast for adding a condition? I think that's fine, but I wonder if we want any kind of warning modal or other confirmation for deletion of a condition?
- I think here we would want the alt text to be the names of the conditions?
Screen.Recording.2025-01-10.at.9.20.02.AM.mov
Went ahead and added the save redirect, condition include modal, and alt text! Great suggestions / catches Screen.Recording.2025-01-10.at.11.02.56.AM.mov
For this one, the label on a checkbox is usually included in the checkbox target for accessibility reasons. For motor-impaired users, having the larger click target makes the checkbox more interactible. |
Seeing some weird behavior on certain ValueSets where the select/deselect all checkbox isn't working for value sets in a single template:
Screen.Recording.2025-01-10.at.12.21.42.mov |
I thought it might be because one of these conditions happened to belong to more than one template (Kawasaki's disease ICD10 Value Set appears in two), but the checkbox status is behaving independently as I'd expect between the two: Screen.Recording.2025-01-10.at.12.38.01.mov |
…-pt-3' of https://github.com/CDCgov/dibbs-query-connector into bob/que-33-build-out-query-building-write-functionality-pt-3
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.
approving since @fzhao99 and I weren't able to reliably reproduce the checkbox bug
katie and I tried bug hunting this and couldn't find a reliable way to repro. since we want to have this for the connectathon, going to merge and keep an eye out for the bug in our testing sessions |
…-pt-3' of https://github.com/CDCgov/dibbs-query-connector into bob/que-33-build-out-query-building-write-functionality-pt-3
PULL REQUEST
Summary
Part two of the query building work that adds the actual editing.
Related Issue
Follow up to #256, fixes the following tickets
Additional Information
For design
Since we haven't implemented the search on the drawers, went ahead and turned those off for the connectathon. Will follow up on these in upcoming tickets
Check the alignment of the conditions rail / drawer
Added a confirmation toast on the save query and the drawer updating. Let us know if we want to change any of this!
Screen.Recording.2025-01-09.at.4.22.36.PM.mov
Checklist