teamup-org / mern-template

GNU Affero General Public License v3.0
1 stars 1 forks source link

Create Profile Gallery #6

Open steveasher opened 1 month ago

steveasher commented 1 month ago

This is the primary page for the application after you log in. It is a gallery of user profile summaries.

This requires an Auth0 integration: https://auth0.com/docs/api/management/v2/users/get-users

radhika-srinivasan commented 4 weeks ago

Image

kroshilina commented 3 weeks ago

I created a separate story for "Create Profile Gallery - add "Last Connection" field" to make this story independent from Mongo DB for now. Once Mongo DB is available, "Last Connection" would be read from there.

TODO: if auth0 has this value, then, we should get it from auth0. Could someone confirm?