Skip to content
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

Create view profile page #15

Open
terrameijar opened this issue Sep 17, 2023 · 8 comments
Open

Create view profile page #15

terrameijar opened this issue Sep 17, 2023 · 8 comments
Assignees
Labels
enhancement New feature or request frontend Front-end related Issues and tasks good first issue Good for newcomers

Comments

@terrameijar
Copy link
Collaborator

terrameijar commented Sep 17, 2023

This page should show detailed information about a specific profile such as

  • their followers
  • who they follow
  • their posts
  • their likes
@terrameijar terrameijar added enhancement New feature or request good first issue Good for newcomers frontend Front-end related Issues and tasks labels Sep 17, 2023
@terrameijar terrameijar added this to the Initial Go-Live milestone Sep 17, 2023
@Presson-coder
Copy link
Contributor

Presson-coder commented Oct 4, 2024

I'd like to work on this issue. You may please assign it to me.

@terrameijar
Copy link
Collaborator Author

terrameijar commented Oct 5, 2024

@Presson-coder this is assigned to you. The page design is being handled in #64, so until that issue is merged, you won't need to do any styling for this. The task is to retrieve the information and display it. There are multiple steps to work on to complete this task, but to start, do the following:

  1. Call the API endpoint to retrieve the details of the specific profile you want to display.If you're running the API on localhost, the endpoint is http://127.0.0.1:8000/api/profiles/<profile_id>/
  2. Display the profile details.

How does this sound?

@Presson-coder
Copy link
Contributor

Presson-coder commented Oct 5, 2024

@terrameijar That sounds great, Thank you. I'll work on that and let you know as soon as I'm done.

@terrameijar
Copy link
Collaborator Author

@Presson-coder, I recently merged #64 ,so the front end now has base HTML and CSS styling. You'll want to pull down the latest changes and build on top of them.

How are things going with this task?

@Presson-coder
Copy link
Contributor

@terrameijar OK sure let me do that, I had done a draft and was waiting for #64 to be merged. Now that its fine let me build on top and update you accordingly. Thank you.

@terrameijar
Copy link
Collaborator Author

@Presson-coder thank you. if you need to test against the real API, you can test using http://chitchat-api.vndprojects.com/

@Presson-coder
Copy link
Contributor

@terrameijar Sure thank you, I'm working on it right now. Let me use the one you just gave me because the local one was giving some errors

@Presson-coder
Copy link
Contributor

@terrameijar I made a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Front-end related Issues and tasks good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants