forked from Umuzi-org/Tilde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
68 lines (53 loc) · 2.2 KB
/
Copy pathroadmap.html
File metadata and controls
68 lines (53 loc) · 2.2 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
<!doctype html>
<html lang="en">
<head>
</head>
<body>
Automate sheena
<div class="mermaid">
graph TD
A[code reviewer allocation]
B[loading people onto Tilde - eg bootcamps]
C[data exports]
D[reinvite users to repos]
</div>
Tasks to do soon
<div class="mermaid">
graph TD
D[Expose Raw SQL queries to trusted users]
A[Allow Cron Jobs] --> B[Automate adding reviewers to cards and making sure repo PRs updated]
A--> I[Burndown charts snapshots in DB]
C[Add an EventLog DB model] --> I
I --> J[Display burndown widget]
K[store start and end dates] --> J
E--> G[EventLog visable to users]
E[Better layout and navigation] --> F[Responsive and Accessable]
C--> G
</div>
a bit later:
<div class="mermaid">
graph TD
H[Users can see own ReviewTrust status]
L[Allow Team managers to add deadlines to cards]
M[Better mechanism for trust propogation]
N[Display ratio of correct to incorrect reviews given]
O[Display number of approved PRs assocated with failing project]
P[Implement automarker for some projects]
Q[allow managers to assign reviewers via gui]
R[make a model for storing configuration eg to remove teams from auto allocate review script]
S[nqf code tasks - make an uploader - cron it]
T[nxt]
U[nxt]
</div>
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>`
</body>
</html>
<!--
- Allow permissioned users to assign reviewers to cards via the frontend: currently this is handled with scripts so there are very few people who can do this task
- improved activity log: When users view their boards then the activity log should be in their face by default. Display:
- reviews done
- if anyone agreed or disagreed with a review that the user gave
- pull requests created, merged, reviewed, etc
- cards started, finished, reviews requested
-->