@@ -17,46 +17,54 @@ Our product roadmap captures what we're currently building, what we've built, an
17
17
``` mermaid
18
18
timeline
19
19
title PeMS Product Roadmap
20
- %% PeMS Epics (2024)
21
- section 2024
22
-
23
- Q3<br>Complete
24
- : Project launch
25
- : Established resources and overall scope
26
- : Began discovery work
27
-
28
- Q4<br>Complete
29
- : Confirmed site architecture
30
- : Created local environment
31
- : Set up GitHub repository
32
- : Scaffolded app structure
33
- : Created a prioritized backlog of features
34
-
35
- %% PeMS Epics (2025)
36
- section 2025
37
-
38
- Q1<br>Now
39
- : Create dev environment
40
- : Create test environment
41
- : Set up a working CI/CD pipeline
42
- : Launch test version of district-specific pages for Caltrans users
43
-
44
- Q2<br>Planned
45
- : Create production environment
46
-
47
- Q3<br>Future
48
- : Compiler contract ends July 2025
49
-
50
- %%{
51
- init: {
52
- 'logLevel': 'debug',
53
- 'theme': 'default' ,
54
- 'themeVariables': {
55
- 'cScale0': 'orange',
56
- 'cScaleLabel0': 'black',
57
- 'cScale1': 'yellow',
58
- 'cScaleLabel1': 'black'
20
+ %% PeMS Epics (2024)
21
+ section 2024
22
+
23
+ Q3<br>Complete
24
+ : Project launch
25
+ : Established resources and overall scope
26
+ : Began discovery work
27
+
28
+ Q4<br>Complete
29
+ : Confirm site architecture
30
+ : Set up GitHub repository
31
+ : Scaffold app structure
32
+ : Create a prioritized backlog of features
33
+ : Created local environment
34
+
35
+ %% PeMS Epics (2025)
36
+ section 2025
37
+
38
+ Q1<br>Complete
39
+ : Project paused for AWS license approval
40
+
41
+ Q2<br>Now
42
+ : Create dev environment
43
+ : Create test environment
44
+ : Launch test version of district-specific pages for Caltrans users
45
+ : Set up a working CI/CD pipeline
46
+
47
+ Q3<br>Planned
48
+ : Create production environment
49
+ : Launch test version of full site for Caltrans users
50
+
51
+ Q4<br>Future
52
+ : Go-Live - Date TBD
53
+ : Compiler contract for PeMS ends September 2025, but planning to extend to Dec. 2025
54
+
55
+ %%{
56
+ init: {
57
+ 'logLevel': 'debug',
58
+ 'theme': 'default' ,
59
+ 'themeVariables': {
60
+ 'cScale0': '#ffa500', 'cScaleLabel0': '#000000',
61
+ 'cScale1': '#ffff00', 'cScaleLabel1': '#000000',
62
+ 'cScale2': '#ffff00', 'cScaleLabel2': '#000000',
63
+ 'cScale3': '#008000', 'cScaleLabel3': '#ffffff',
64
+ 'cScale4': '#0000ff', 'cScaleLabel4': '#ffffff',
65
+ 'cScale5': '#4b0082', 'cScaleLabel5': '#ffffff',
66
+ 'cScale6': '#000000', 'cScaleLabel6': '#ffffff'
67
+ }
59
68
}
60
- }
61
- }%%
69
+ }%%
62
70
```
0 commit comments