- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 250
Closed
Labels
enhancementgssoc25GirlScript Summer of Code 2025GirlScript Summer of Code 2025level 12 points2 points
Description
Is your feature request related to a problem? Please describe.
We want to introduce user badges to OWASP Nest. These badges will represent different roles or achievements (e.g., OWASP employee, project leader, chapter leader).
Describe the solution you'd like
Create a new Badge model in the owasp Django app with the following fields:
name: CharField (unique, required)
description: CharField (optional)
weight: IntegerField (default to 0; used for sorting badges)
css_class: CharField (to hold the Font Awesome class, e.g., fa-user-shield)
nest_created_at: DateTimeField (auto_now_add=True)
nest_updated_at: DateTimeField (auto_now=True)
Are you going to work on implementing this?
- Yes
- No
Metadata
Metadata
Assignees
Labels
enhancementgssoc25GirlScript Summer of Code 2025GirlScript Summer of Code 2025level 12 points2 points
Type
Projects
Status
Done