Skip to content

Commit d745f2f

Browse files
leelas-pmthekaveman
authored andcommitted
docs: add product roadmap
Updated the main doc site page with product roadmap and links to our sprint and milestones in the GitHub project
1 parent 36310ad commit d745f2f

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

docs/README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,61 @@
33
Caltrans Performance Measurement System
44

55
PeMS is open-source software that is designed, developed, and maintained by [Compiler LLC](https://compiler.la) on behalf of Caltrans Traffic Operations.
6+
7+
## Current Work
8+
We do sprint planning and track day-to-day work in our [Project Board](https://github.com/orgs/compilerla/projects/3/views/1).
9+
10+
See our current [Milestones](https://github.com/compilerla/pems/milestones) for a higher level view of project progress.
11+
12+
## Product Roadmap
13+
Our product roadmap captures what we're currently building, what we've built, and what we plan to build in future quarters. It is updated on a regular basis, aligned with project progress.
14+
15+
```mermaid
16+
timeline
17+
title PeMS Product Roadmap
18+
%% PeMS Epics (2024)
19+
section 2024
20+
21+
Q3<br>Complete
22+
: Project launch
23+
: Established resources and overall scope
24+
: Began discovery work
25+
26+
Q4<br>Now
27+
: Confirm site architecture
28+
: Create local environment
29+
: Set up GitHub repository
30+
: Scaffold app structure
31+
: Create a prioritized backlog of features
32+
33+
%% PeMS Epics (2025)
34+
section 2025
35+
36+
Q1<br>Planned
37+
: Create dev environment
38+
: Create test environment
39+
: Set up a working CI/CD pipeline
40+
: Launch test version of site for Caltrans users
41+
42+
Q2<br>Planned
43+
: Create production environment
44+
45+
Q3<br>Future
46+
: Compiler contract ends July 2025
47+
48+
%%{
49+
init: {
50+
'logLevel': 'debug',
51+
'theme': 'default' ,
52+
'themeVariables': {
53+
'cScale0': '#ffa500', 'cScaleLabel0': '#000000',
54+
'cScale1': '#ffff00', 'cScaleLabel1': '#000000',
55+
'cScale2': '#ffff00', 'cScaleLabel2': '#000000',
56+
'cScale3': '#008000', 'cScaleLabel3': '#ffffff',
57+
'cScale4': '#0000ff', 'cScaleLabel4': '#ffffff',
58+
'cScale5': '#4b0082', 'cScaleLabel5': '#ffffff',
59+
'cScale6': '#000000', 'cScaleLabel6': '#ffffff'
60+
}
61+
}
62+
}%%
63+
```

0 commit comments

Comments
 (0)