MissionSupport / MissionSupportDemo

MIT License
0 stars 0 forks source link

Create User profile #7

Closed rourke750 closed 5 years ago

rourke750 commented 5 years ago
rourke750 commented 5 years ago

@kcox40 Can you merge your code from your other branch that allowed users to view their profile from the icon.

rourke750 commented 5 years ago

Currently working on auto generating certain database actions like user_preferences where its important that it gets generated but we dont want the client to do it.

kcox40 commented 5 years ago

@rourke750 Is any of the other information used when registering (org, first name, last, name...) currently being stored in firebase?

kcox40 commented 5 years ago

@rourke750 nevermind just checked it is uploading to firebase. What other information should be view-able on this page? -Username -Email -First Name -LastName -Org -IsAdmin(?) -preferences(?) -like fav regions and checklist pref? -doctor type /title(?)

Also is this a separate page for viewing or is this all contained within the sidebar? Or is it sidebar with option of full page view

kcox40 commented 5 years ago

-enable auto media upload? (note to self)

kcox40 commented 5 years ago

-View 'My media'? (note to self ideasss)

rourke750 commented 5 years ago

So for profile I was thinking that for database stuff that the user can control would be put in the users collection. Stuff in the users_preferences would be stuff that the user has no control over to change but can view. So we can show both or select stuff but the stuff in user_preferences will not be modifiable by the user.