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

feat(course): Add user role badge #119

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

StevenMattmann
Copy link
Collaborator

@StevenMattmann StevenMattmann commented Jan 15, 2025

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING and other relevant documents.

Description

I added a user role badge to indicate whether an account belongs to an admin, a regular user, or is not verified.

@StevenMattmann StevenMattmann added the area: course Issue regarding the main package label Jan 15, 2025
@StevenMattmann StevenMattmann linked an issue Jan 15, 2025 that may be closed by this pull request
7 tasks
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

We appreciate your interest in contributing to our project. As this is your first pull request, please ensure you have followed our Contributing Guidelines, as well as our Git/GitHub workflows. Adhering to these practices helps maintain our project's quality and ease of collaboration. If you're unsure about anything or need some help, don't hesitate to ask. Happy coding!

@danieljancar danieljancar self-requested a review January 15, 2025 12:48
@danieljancar danieljancar added the enhancement New feature or request label Jan 15, 2025
.eslintrc.json Outdated
@@ -8,6 +8,6 @@
},
"ignorePatterns": ["dist/", "node_modules/"],
"rules": {
"@typescript-eslint/no-explicit-any": "warn"
"@typescript-eslint/no-explicit-any": "off"
Copy link
Owner

Choose a reason for hiding this comment

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

leave it warn, use git commit ... --no-verify

Copy link
Owner

@danieljancar danieljancar left a comment

Choose a reason for hiding this comment

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

looks good 👍🏻

@danieljancar danieljancar merged commit 3a7ef53 into develop Jan 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: course Issue regarding the main package enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add role badge to account page
2 participants