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

Enhancement of profile page in mobile app. #204

Merged

Conversation

JAYATEJA04
Copy link
Contributor

@JAYATEJA04 JAYATEJA04 commented Aug 21, 2023

This PR will close Enhacement of profile page.

Description

  • This feature showcases the the profile of the user and their contribution to the community in one place i.e. in the profile's page.
  • This feature represents the user's contribution data in 3 categories in a dropdown, those are:
    • Noteworthy contributions
    • Active task
    • All contributions.
  • The user's data is from Redux in which the user's ID is hardcoded and for the user's contribution data, the user's
    username is hardcoded too.

Feature in action

Check out this video to see the feature in action 👇: https://drive.google.com/file/d/18Az9rfe7oRifu2BJMBfMejFnGeTuoTKi/view?usp=sharinghttps://drive.google.com/file/d/18Az9rfe7oRifu2BJMBfMejFnGeTuoTKi/view?usp=sharing

Download the app's apk from here 👇:
https://drive.google.com/file/d/1jIW9ifEgoR3ejwlwrY1MdEUuc2KH2xsj/view?usp=drivesdk

Copy link
Collaborator

@shreya-mishra shreya-mishra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JAYATEJA04 please provide the ETA of this or let's connect today for this

@JAYATEJA04 JAYATEJA04 marked this pull request as ready for review September 2, 2023 18:24
@shreya-mishra shreya-mishra changed the base branch from develop to staging September 7, 2023 07:10
const calculateISODateFormat = (isoDateString) => {
const date = new Date(isoDateString);
const formatDate = (dateVar) => {
const months = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move it to constant file

@shreya-mishra shreya-mishra merged commit af76584 into Real-Dev-Squad:staging Sep 7, 2023
1 check passed
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.

Enhancement of Profile Page
2 participants