Create the rank progression logic for users.
Instruction
1: One of the requirements for your application to be accepted, You have to star the repo
2: Once done building run scarb build
3: In case of any question, Contact the maintainer
Tasks:
-Define rank levels and requirements
-Implement functions to update user ranks
-Create rank verification functions
-Add events for rank changes
-Implement rank-based permission checks
Acceptance Criteria:
- Rank progression works based on defined criteria
- Users can advance through ranks as they meet requirements
- Rank verification functions work correctly
- Events are emitted for rank changes
- Permissions are properly tied to ranks
Create the rank progression logic for users.
Instruction
1: One of the requirements for your application to be accepted, You have to star the repo
2: Once done building run scarb build
3: In case of any question, Contact the maintainer
Tasks:
-Define rank levels and requirements
-Implement functions to update user ranks
-Create rank verification functions
-Add events for rank changes
-Implement rank-based permission checks
Acceptance Criteria: