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

[Frontend] Implementing badge related pages #295

Closed
berkaydoner opened this issue Dec 30, 2021 · 3 comments
Closed

[Frontend] Implementing badge related pages #295

berkaydoner opened this issue Dec 30, 2021 · 3 comments

Comments

@berkaydoner
Copy link
Collaborator

berkaydoner commented Dec 30, 2021

We need to implement the badge functionality in our frontend application. I think we will need a component for displaying individual badges with their names and icons and a component for displaying the list of selectable badges for badge selection. We might also use the design of this list component in the profile pages of users to display their badges.

@berkaydoner
Copy link
Collaborator Author

I have implemented this feature with various pages. In the profile page, badges are fetched and displayed in a grid. If a user viewing another user's profile is able to give a badge to the user, a button is shown and this button leads to a grid of related events. The user can give a badge for each of these events by opening the badge selection page.

@berkaydoner
Copy link
Collaborator Author

I have also connected this feature to the backend server by following the API documentation. Pull request for this task is #320.

@berkaydoner
Copy link
Collaborator Author

Pull request is merged and closed, I am closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant