-
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
align customize query flow to design #25
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.
few minor quibbles, but looks great
query-connector/src/app/query/components/selectQuery/SelectSavedQuery.tsx
Show resolved
Hide resolved
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. one minor thing we might want to consider:
when clicking Search for patient
with zero fill-ins, it takes you to a page with a bunch of dummy data patients. We might want to disable the search for patient button unless some combination of name/MRN/phone/DOB are provided.
d03b4f4
to
c742639
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.
I haven't been as close to this work but it looks really nice 😎 and was working well when I ran the changes locally
c742639
to
4fe391b
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 great to me and works well locally! The medication.administration property is really annoying but I'm pretty tempted to open a follow up bug fix for it and let this PR land since it does so much to correctly align the workflow with designs.
@fzhao99 persisting beyond the scope of the query at hand is beyond what we are hoping to do at this point. Next sprint we will begin tackling query building which will give users the ability to create and edit their queries not just the 6 we currently offer out of the box. Long way of saying you are totally right, but this limitation is fine for now. |
Good catch @DanPaseltiner I think we can remove the supporting text and have just the bold text that says "Query customization successful." Thoughts? |
Update for visibility — Bob and I paired live, so all good to go from the design side once those changes are made! Mainly spacing |
PULL REQUEST
Apologies for the large PR!
Summary
Breaks the query flow into the intended four step process by
SelectQuery
/ their own hooks file.Related Issue
After all the demo v0 pages are implemented independently, ensure that the pages link to one another according to the user flow that Michelle put together
Fixes #2663
Acceptance Criteria
For design
@mikang
Step 1 Patient discovery
Step 2 Patient Selection
Step 3 Query Selection
Step 4 Patient Record shouldn't have changed