monocle icon indicating copy to clipboard operation
monocle copied to clipboard

Add user achievements

Open TristanCacqueray opened this issue 4 years ago • 2 comments
trafficstars

  • Define the login endpoint in protobuf
  • Add achievements information on login
  • Display badge on the user interface
| Name        | Query                          | Aggregations |
|-------------+--------------------------------+--------------|
| Contributor | state:merged and author:self   | project      |
| Maintainer  | state:merged and reviewer:self | project      |

Levels (based on the catalan numbers):

| Name       | Query      |
|------------+------------|
| Novice     | count>2    |
| Apprentice | count>5    |
| Seasoned   | count>14   |
| Competent  | count>42   |
| Proficient | count>132  |
| Expert     | count>429  |
| Prime      | count>1430 |

TristanCacqueray avatar Jun 10 '21 19:06 TristanCacqueray

Maintainer could include the commenter:self ?

morucci avatar Jun 11 '21 07:06 morucci

Perhaps commenting is more of contributor task. I meant to associate the maintainer role for merged change event.

TristanCacqueray avatar Jun 11 '21 11:06 TristanCacqueray