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

Feature/user profile #61

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

Feature/user profile #61

wants to merge 51 commits into from

Conversation

jerry-dang
Copy link
Contributor

PR Request

JIRA Ticket: Ticket Number

Description of Changes:

Bugfix cause from pervious merge conflict

Motivation and Context:

Explain the motivation behind the changes. What problem or issue does this PR address? Provide any necessary context for reviewers to understand the changes effectively.

Type of Change:

  • Bug fix
  • New feature
  • Improvement/Refactor
  • Documentation
  • Other (please specify)

Checklist:

  • All tests pass successfully.
  • The code follows our established coding standards and style guidelines.
  • Documentation has been updated (if applicable).
  • Any new dependencies or library additions have been justified and documented.
  • The change has been tested thoroughly and covers edge cases.
  • Performance implications have been considered (if applicable).
  • Security implications have been considered (if applicable).

Screenshots (if applicable):

Please provide screenshots if the changes affect the visual representation or layout of the application.

Additional Notes (if any):

Include any additional notes or instructions for reviewers, such as specific areas of focus, potential concerns, or other relevant information.

Related Issues/PRs:

Mention any related issues or pull requests that are linked to this PR.

Reviewers:

@hoomji

CC:

Tag any additional individuals or teams who should be kept in the loop about this PR.

jerry-dang and others added 30 commits June 9, 2023 15:57
- Created some screen components EditProfile and ProfileSetup.tsx to go with ProfileScreen.tsx

- Added a transition from 'DetailsPage' for now to go to ProfileScreen.tsx for testing purposes

- Completed the baseline for the profile with the workouts, followers, and following showing with the profile picture, username and full name and a working edit profile button that transitions to a temporary empty page
- Added a biography section for user profile page and added front-end button functionality
- Finished EditProfile page (can access through clicking on 'EditProfile' page
-Bug due to merge conflict (should be fine now)
-Renamed profile header component
-Added bio and username(unique) to backend db schema
-Added react-native-image-picker module but blocked on reanimated dependency, will try to make it work on android studio first
-This is for debug purposes
-Response ok for name, username, and bio
- Debugging profile picture
-Added user badge (placeholder)
-Workout screen and add workout screen improvements
- Needs bug fixes
@jerry-dang jerry-dang requested a review from hoomji August 9, 2023 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants