-
Notifications
You must be signed in to change notification settings - Fork 16
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
Improve user profile page #73
Comments
That panel certainly looks like it can get some enhancement. But what we need is more than just that. If you've noticed, you can currently only view your profile when you click on your profile pic. We want to create a page that can similarly display other users' profiles and their posts. You could consider how Facebook designed its user profile pages. While we don't want to make a replica of that, you could consider that as a reference. |
If you are interested, then you can go ahead with it @Lydia02 |
Great! |
The task is to create the a profile page, which will similarly show other users' post and profile. Task outline
|
Yes, you're right on that. But in order to fetch other user's data, you'll need to modify the routes on the server side. Then you can fetch it and display on the client application. |
Hi. I'm trying to improve my reactJs skills. I mainly dabble in the frontend. I'd love to offer any help I can. @Lydia02 |
Okay, Great! |
Hello @Sam-Takahashi I have reached out already. Kindly check your mail. |
Hello @vinsdragonis ,in order to fetch other users' data, we would need the dotenv file or let me know what you think |
Yes, you will need the dotenv file for this. I think you could create a separate copy of the DB on your local machine if possible. Else, I can share the MONGO_URL with you. |
You can kindly share the MONGO_URL with me |
This comment was marked as resolved.
This comment was marked as resolved.
@Lydia02 @Sam-Takahashi issue #72 involves part of what you're currently working on. I would request you to focus on that as well as it can solve both issues, and analyzing the work later during review becomes easier. |
Okay Great!. |
How do I create a copy of DB? or copy all the data to my own mongo_url so that whatever changes I make, won't break the original database, if that makes any sense? |
Hey! You can't replicate the whole database. And making your own database copy should be possible provided you've got through all the schemas we have until now. |
What is needed?
The current user profile page seems to be pretty minimalistic. It would be nice if it could both show more details about the user and also display that user's posts on their profile page.
What needs to be done?
The text was updated successfully, but these errors were encountered: