|
3 | 3 | Caltrans Performance Measurement System
|
4 | 4 |
|
5 | 5 | 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 | + |
| 9 | +We do sprint planning and track day-to-day work in our [Project Board](https://github.com/orgs/compilerla/projects/3/views/1). |
| 10 | + |
| 11 | +See our current [Milestones](https://github.com/compilerla/pems/milestones) for a higher level view of project progress. |
| 12 | + |
| 13 | +## Product Roadmap |
| 14 | + |
| 15 | +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. |
| 16 | + |
| 17 | +```mermaid |
| 18 | +timeline |
| 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>Now |
| 29 | + : Confirm site architecture |
| 30 | + : Create local environment |
| 31 | + : Set up GitHub repository |
| 32 | + : Scaffold app structure |
| 33 | + : Create a prioritized backlog of features |
| 34 | +
|
| 35 | +%% PeMS Epics (2025) |
| 36 | + section 2025 |
| 37 | +
|
| 38 | + Q1<br>Planned |
| 39 | + : Create dev environment |
| 40 | + : Create test environment |
| 41 | + : Set up a working CI/CD pipeline |
| 42 | + : Launch test version of site 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': '#ffa500', 'cScaleLabel0': '#000000', |
| 56 | + 'cScale1': '#ffff00', 'cScaleLabel1': '#000000', |
| 57 | + 'cScale2': '#ffff00', 'cScaleLabel2': '#000000', |
| 58 | + 'cScale3': '#008000', 'cScaleLabel3': '#ffffff', |
| 59 | + 'cScale4': '#0000ff', 'cScaleLabel4': '#ffffff', |
| 60 | + 'cScale5': '#4b0082', 'cScaleLabel5': '#ffffff', |
| 61 | + 'cScale6': '#000000', 'cScaleLabel6': '#ffffff' |
| 62 | + } |
| 63 | + } |
| 64 | +}%% |
| 65 | +``` |
0 commit comments