Skip to content
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

Pull patient names from Firebase and display in scrollable view #6

Open
1 task done
ckunchur opened this issue Mar 3, 2023 · 1 comment
Open
1 task done
Labels
enhancement New feature or request

Comments

@ckunchur
Copy link
Contributor

ckunchur commented Mar 3, 2023

Use Case

On the left hand side of the dashboard, users should be able to scroll through the names of all patients currently stored in Firebase. Each name should be clickable, populating a table containing information on each ECG recording in Firestore.

Problem

Does not currently exist!

Solution

On the left hand side of the dashboard, users should be able to scroll through the names of all patients currently stored in Firebase. Each name should be clickable, populating a table containing information on each ECG recording for that patient in Firestore.

Alternatives considered

N/A

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@ckunchur ckunchur added the enhancement New feature or request label Mar 3, 2023
@ckunchur ckunchur changed the title 🚀 Pull patient names from firebase and display in scrollable view 🚀 Pull patient names from Firebase and display in scrollable view Mar 3, 2023
@vishnuravi
Copy link
Member

User documents in Firestore currently do not contain any data apart from the user ID. In order to be able to pull a list of patient names for the dashboard, we need to update the mobile app such that it stores the user's first name, last name (and any other identifying information required such as DOB) inside each user's document at registration.

cc: @PSchmiedmayer

@PSchmiedmayer PSchmiedmayer changed the title 🚀 Pull patient names from Firebase and display in scrollable view Pull patient names from Firebase and display in scrollable view Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants