-
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
Clinic: adds API endpoints and UI to list, search and view patients #3
Open
ashutoshgngwr
wants to merge
14
commits into
main
Choose a base branch
from
clinic/feat/lookup-patients
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 17eef5f - Browse repository at this point
Copy the full SHA 17eef5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ade32b4 - Browse repository at this point
Copy the full SHA ade32b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f78bdd - Browse repository at this point
Copy the full SHA 3f78bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 110044c - Browse repository at this point
Copy the full SHA 110044cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 688fc17 - Browse repository at this point
Copy the full SHA 688fc17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c84da - Browse repository at this point
Copy the full SHA e5c84daView commit details -
Configuration menu - View commit details
-
Copy full SHA for e05fd55 - Browse repository at this point
Copy the full SHA e05fd55View commit details -
clinic: use r/props for all components
Because: 1. React components accept an OPTIONAL map of props as their first arguement. 2. If the first arg is not a map, it is considered a child. 3. Therefore, map destructuring the first arg won't work. 4. We can still use non-map props, e.g. `[component prop-1 prop-2 ...]`, but this isn't idea for components that want to accept children. Therefore, sticking to the optional-map-style props is consistent way to declare components.
Configuration menu - View commit details
-
Copy full SHA for b1f1f6a - Browse repository at this point
Copy the full SHA b1f1f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be45aa8 - Browse repository at this point
Copy the full SHA be45aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5121c - Browse repository at this point
Copy the full SHA 5b5121cView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15e77ad - Browse repository at this point
Copy the full SHA 15e77adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5063ef1 - Browse repository at this point
Copy the full SHA 5063ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b711ba - Browse repository at this point
Copy the full SHA 6b711baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d37c37 - Browse repository at this point
Copy the full SHA 5d37c37View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.