Skip to content

Conversation

@khanjasir90
Copy link
Contributor

@khanjasir90 khanjasir90 commented Mar 21, 2025

Closes #55

📝 Description

Divided #55 to following task.

Task List

  • Connect Auth to Personal Screen / HomeScreen (Depending upon first time user or not).
  • Connect Personal Details Screen to Repo/Provider.
  • Connect Assesment Screen to Repo/Provider
  • Develop a generic SnackbarService to show error and success message.
  • Refactor assessment table to support images.
  • Assessment Evaluation using Supabase Edge Function.
  • Merge and connect the entire onboarding flow.

🔧 Changes Made

  1. Added AuthProvider to check whether if user is first time user or existing user and then navigate it to appropriate screen i.e Personal Details or Home Screen.
  2. Store Patient Personal Info.
  3. Get AllAssessment.
  4. Get Specifif Assessment
  5. Assessment Evaluation using Supabase Edge Function.

📷 Screenshots or Visual Changes (if applicable)

ezyZip.mp4

🤝 Collaboration

Collaborated with: @username (optional)

✅ Checklist

  • I have read the contributing guidelines.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added necessary documentation (if applicable).
  • Any dependent changes have been merged and published in downstream modules.

@khanjasir90
Copy link
Contributor Author

@mdmohsin7 I have divided the entire #55 issue to some task mentioned above in PR description. Please do let me know if anything more is needed to be added.

@khanjasir90 khanjasir90 changed the title [DRAFT]feat: Connect UI to backend Repo/Providers feat: Connect UI to backend Repo/Providers Mar 22, 2025
@khanjasir90
Copy link
Contributor Author

khanjasir90 commented Mar 22, 2025

@mdmohsin7 done with all the task mentioned above. Please review this.
Task related to storing using assessment and its result can be takein in a separate PR. Will raise that too cause that will be directly done through the edge function itself.

@mdmohsin7
Copy link
Member

@mdmohsin7 done with all the task mentioned above. Please review this. Task related to storing using assessment and its result can be takein in a separate PR. Will raise that too cause that will be directly done through the edge function itself.

Sounds good to me

Copy link
Member

@mdmohsin7 mdmohsin7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mdmohsin7 mdmohsin7 merged commit 5cb3173 into AOSSIE-Org:main Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code the logic for patient onboarding/assessment flow and connect to UI

2 participants