|
1 | 1 | ## Doing |
| 2 | +- Settings: Progress Definition: Make customizable stage: Name, Percentage, Definition (free text) |
| 3 | + - List |
| 4 | + - UI: Toggle: edit / view |
| 5 | + - UI: 0% and 100%: No delete, no edit Weight |
| 6 | + - UI: Edit |
| 7 | + |
| 8 | + - UI: Add |
| 9 | + - UI: Delete |
| 10 | + - Save / Accept |
| 11 | + - Revert |
| 12 | + |
| 13 | +- Settings: Proper text under Progress |
2 | 14 |
|
3 | 15 | ## Next |
| 16 | +### Align DSOMM-data and DSOMM |
| 17 | +- DSOMM-data: Sort linear list of activities (sorted by dim, level) |
| 18 | +- DSOMM-data: Update generated filename and data structure to adhere to this new DSOMM standard |
| 19 | +- DSOMM-data: Include version number in generated yaml file |
| 20 | +- DSOMM: Read latest "activities.yaml" from DSOMM-data's github repo, if missing locally |
| 21 | +- DSOMM: Read latest "activities.yaml" from DSOMM-data's github repo, to check for any new releases |
| 22 | + |
| 23 | + |
4 | 24 | ### Settings |
5 | | -- Settings: Make settings page |
6 | | -- Settings: Date format (don't rely just on browser language) |
7 | | -- Settings: Progress Definition: Make customizable stage: Name, Percentage, Definition (free text) |
8 | | -- Settings: Set Max maturity level (1-5) |
9 | 25 | - Settings: Terms: Allow custom names for: team, group, etc |
10 | 26 |
|
11 | 27 | ### Activity view |
|
20 | 36 | - Team KPI: One KPI per ProgressDefinition |
21 | 37 | - KPI: Add Sub-title |
22 | 38 | ### Matrix |
23 | | -- Matrix: Add a Close/Back button |
| 39 | +- Matrix: Add a Close/Back button on Activity |
| 40 | +- Matrix: Close on pushing ESCAPE |
| 41 | +- Matrix: Add Filter serach (like for Mapping) |
| 42 | +- Matrix: Remember filters when returning to matrix page |
24 | 43 | ### Teams |
25 | 44 | - Teams: Allow user to re-order teams and groups |
26 | 45 | - Teams: Bug: Editing name, pushes the item last |
27 | 46 | - Teams: Allow editing dates for progress stages |
28 | 47 | ### Heatmap: |
29 | 48 | - Heatmap: Allow 'change all' if more than four activities |
| 49 | +- Heatmap: Add filter search, and highlight sectors with a match, inc highlight activity card |
30 | 50 | - Heatmap: Hilight (outline) the activity card that is open |
31 | 51 | - Heatmap: Fix: asterisk marks when modified |
32 | 52 | - ViewController needs to know about changes vs temp storage |
|
35 | 55 | - Heatmap: Read previous local storage for backwards compatibility |
36 | 56 | - Heatmap: Outer rim: Increase subdimension to be two lines (and increase size) |
37 | 57 | - Heatmap: Outer rim: Make hover display Dimension (over subdimension) |
38 | | -- Heatmap: Show a dimension label when hovering (especially for the up-side down dimension) |
| 58 | +- Heatmap: Show a dimension label in title when hovering (especially for the up-side down dimension) |
39 | 59 | ### Activity view |
40 | 60 | - Activity: Input Teams' evidence |
41 | 61 | ### Documentation |
|
47 | 67 | ### Misc |
48 | 68 | - Move all getMetaString into MetaStore() |
49 | 69 | - Add fallbacks for getMetaString in MetaStore() |
50 | | -- Fix dependsOn that is uuid (e.g. 83057028-0b77-4d2e-8135-40969768ae88) |
51 | | -- Refactor: Labels for knowledge, time, resources, and usefulness (used by both Matrix and Heatmap) |
52 | 70 | - Move META_FILE constant from data service to main app |
53 | 71 | - Check if loader can be optimized by load in yaml in parallel |
54 | | -- Proxy Grafana Faro data: https://grafana.com/docs/grafana-cloud/monitor-applications/frontend-observability/instrument/data-proxy/ |
55 | 72 |
|
56 | | -## Align DSOMM-data and DSOMM |
57 | | -- DSOMM-data: Sort linear list of activities (sorted by dim, level) |
58 | | -- DSOMM-data: Update generated filename and data structure to adhere to this new DSOMM standard |
59 | | -- DSOMM-data: Include version number in generated yaml file |
60 | | -- DSOMM: Read latest "generated.yaml" from DSOMM-data's github repo, to check for any new releases |
61 | 73 |
|
62 | 74 | # Later |
63 | 75 | - App: Search activities, across title description etc |
|
76 | 88 | - Meta.yaml: Allow admins to customize the terms 'Team' and 'Group' (e.g. to 'App' and 'Portfolio') |
77 | 89 |
|
78 | 90 | # Done |
| 91 | +- Settings: Make settings page |
| 92 | +- Settings: Date format (don't rely just on browser language) |
| 93 | +- Settings: Set Max maturity level (1-5) |
79 | 94 | - Activity info: Revamp the activity compoment |
80 | 95 | - Activity info: Both Matrix, Heatmap, and now Mapping use the same component for displaying activity info |
81 | 96 | - Heatmap: Add #uuid to URL, and allow navigation on clicks in dependencies |
|
0 commit comments