Skip to content

Add Badge model to owasp app #1762

@arkid15r

Description

@arkid15r

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

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions