Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit a2a6cca

Browse files
bug fix: sort experience_level options to make more sense
1 parent 79bee62 commit a2a6cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitcoin/validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Valid parameter values as seen at
44
# https://github.com/gitcoinco/web/blob/84babc30611c281c817582b4d677dda6366def83/app/dashboard/models.py#L119-L168
55
options = {
6-
'experience_level': ['Beginner', 'Advanced', 'Intermediate', 'Unknown'],
6+
'experience_level': ['Beginner', 'Intermediate', 'Advanced', 'Unknown'],
77
'project_length': ['Hours', 'Days', 'Weeks', 'Months', 'Unknown'],
88
'bounty_type': ['Bug', 'Security', 'Feature', 'Unknown'],
99
'idx_status': ['cancelled', 'done', 'expired', 'open', 'started', 'submitted', 'unknown'],

0 commit comments

Comments
 (0)