CodeHavenX / MonoRepo

This is a project that aims to provide a scalable architecture for mobile development.
https://cramsan.com/
0 stars 0 forks source link

Create Family Profile #59

Open gaaliciA1990 opened 4 weeks ago

gaaliciA1990 commented 4 weeks ago

Based on discussion with Jamie from Skyhook, family profile should allow user to add "dependents" and manage their activities on behalf of the dependent. An account should still be created for each dependent, but no login details need to be created until they want to

As a parent with children in the same gym or service I am use, I want to add them to my account So that I can manage their schedule (create appointments, update existing appointments, read and cancel)

As a parent with dependents on my account, I want to manage all users from my account So that I don't have to login in to other accounts to achieve the same thing

As a dependent of a parent, I want to be able to activate my account with my own login credentials, So that I can manage my own tasks and take over my account

Potential subtasks (add more as needed)

gaaliciA1990 commented 2 weeks ago

Updated the User controller to add other variables. Updated corresponding services, entities, models, and mappers to create a new user. Implemented an Address Controller and Entity.

Issues Encountered: The SerialName for the DB table is not being set, so our table is using camel case. Also, we are getting an error for a missing phone_number, which is weird.

We can "successfully" create a user, but we can't read it.

TODO: Create a system for managing government Documents & PII Validate user email and phone number. Improve Error logging and message (very chaotic right now and hard to read)