-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📆 Create and illustrate a roadmap #9
Comments
I suggest we use the Mermaid/Gantt illustrations built in to GitHub. example diagram: gantt
title A Gantt Diagram
%% This is a comment
dateFormat YYYY-MM-DD
section Section
A task :a1, 2014-01-01, 30d
Another task :after a1, 20d
section Another
Task in Another :2014-01-12, 12d
another task :24d
|
To build the roadmap we need:
The milestone name should follow semantic versioning like: |
We need to break down the following tasks into time estimates and to assign who is responsible for acting on them:
First draft attemtp at a timeline: gantt
title os2samtale Roadmap
tickInterval 1week
weekday monday
dateFormat DD-MM-YYYY
axisFormat %b-%y
excludes weekends
section Milestones
Go live 0.9 : milestone, m1, 19-02-2025, 1d
section Activities
Finish the ISO : active, iso1, 01-12-2024, 1d
Create a contract framework : contract1, after iso1, 15d
Create a contract framework and finish the contract : contract2, after contract1, 15d
Contract Signing : contract3, after contract2, 10d
Completion and Delivery of a Service Level Agreement (SLA) : sla1, after contract3, 10d
Buy and register the DNS name for os2samtale : dns1, after sla1, 3d
Set up and register acces and identity management with Fælleskommunal Adgangsstyring : fk1, after dns1, 3d
|
@janhalen please incorporate the following suggestions for timeline activities post Go live 0.9. March 1st - 30 days
March 31st - 1 day
April 1st - 29 days April 30th - 1 day May 1st - 30 days May 31st - 1 day June 1st - 14 days June 15th - 1 day June 16th - 14 days July 1st - 90 days |
This comment was marked as duplicate.
This comment was marked as duplicate.
@Tgjerulff: Your excellent suggestion for a 1.0 Release roadmap, wrangled into a gantt: I added activities for setting up a support organization and assigning a product coordinator / owner before 1.0 release. gantt
title os2samtale Roadmap Release 1.0
tickInterval 1w
weekday monday
dateFormat DD-MM-YYYY
axisFormat %b-%y
excludes weekends
Section Milestones
Release 1.0 : milestone, m1, after a5, 1d
Section Organization<br>creation
Establish support ressources :o1, 2025-03-01, 48d
Establish product owner :o2, after o1, 48d
section Test Phase 1
Testphase :a1, 2025-03-01, 30d
User evaluation :e1, after a1 , 1d
section Test Phase 2
Testphase :a2, after e1, 29d
User evaluation :e2, after a2 , 1d
section Test Phase 3 (Final)
Testphase (final) :a3, after e2, 30d
User evaluation (final):after a3 , 1d
section Configuration and Testing
Konfiguration OS2samtale 1.0 :a4, 2025-07-01, 14d
User acceptance test (UAT) :uat, after a4, 1d
section Project Handover
Project handover - From OS2project to OS2product :a5, after uat, 14d
section Expansion Phase
Expansion to new OS2products and hyper support phase :a6, after a5, 90d
@zorp & @mikkeschiren: Suggested activities for spring 2025, what is lacking is a project coordinater after @Tgjerulff leaves us and setting up an organization for application support. |
🎯 Objective:
To have a clear vision for the 0.9 and 1.0 releases we should create a roadmap and illustrate it
The text was updated successfully, but these errors were encountered: