forked from CircuitVerse/community-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.txt
More file actions
70 lines (56 loc) · 2.13 KB
/
Copy pathtasks.txt
File metadata and controls
70 lines (56 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
- build pages
- home
- people
- leaderboard
- projects
- releases
- issues
- feed
- aggregate metrics
- badges, eod streak
- currently working on and stale prs...
- setup footer
- setup leaderboard github app for commiting
- update scraper to respect X-Poll-Interval
- setup pre-commit hooks and prettier configs
- script to update github username of old user, or auto do it by: traverse all contributors, find all contributors with duplicate github_pk_id, and merge them into single one
- setup branch protection
## Aggregates
aggregate_definition:
slug: pr_turn_around_time primary key
name: PR Avg. turn-around time varchar
desc: The average duration between the P text
value_type: duration enum(duration | number)
contributor_aggregate:
- definition: pr_turn_around_time
contributor: NikhilA8606
value: Duration(2d 14h)
- definition: pr_turn_around_time
contributor: rithviknishad
value: Duration(2d 14h)
## Badges
badge_definition:
slug: eod_streak
name: EOD Streak Badge
desc: Earn this badge by consistently posting every day for 5 days
variants: {
"1x": { desc: "", svg_url: "https://.../bronze.svg" }
"2x": { desc: "", svg_url: "https://.../silver.svg" }
"3x": { desc: "", svg_url: "https://.../gold.svg" }
}
contributor_badge:
- slug: eod_streak__NikhilA8606__1x
badge: eod_streak
contributor: NikhilA8606
variant: 1x
achieved_on: 2025-11-10
- slug: eod_streak__NikhilA8606__2x
badge: eod_streak
contributor: NikhilA8606
variant: 2x
achieved_on: 2025-11-12
- slug: something__rithviknishad__default
badge: eod_streak
contributor: rithviknishad
variant: default
achieved_on: 2025-11-12