Skip to content

Commit

Permalink
Merge pull request #103 from csgoh/dev-roadmapper
Browse files Browse the repository at this point in the history
Dev roadmapper
  • Loading branch information
csgoh authored Apr 14, 2024
2 parents efded3c + 7f7e1a8 commit e51444c
Show file tree
Hide file tree
Showing 66 changed files with 1,040 additions and 1,069 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ View the [Change Logs](https://github.com/csgoh/roadmapper/wiki/Change-Logs) to

### Library Dependencies
* python-dateutil >= 2.8.2
* Pillow >= 10.0.0
* drawsvg >= 2.2.0
* Pillow >= 10.3.0
* drawsvg >= 2.3.0


Any feedback or suggestions are welcome. Please feel free to create an issue or pull request.
Expand Down Expand Up @@ -72,20 +72,20 @@ from roadmapper.timelinemode import TimelineMode
roadmap = Roadmap(1200, 400, colour_theme="BLUEMOUNTAIN")
roadmap.set_title("My Demo Roadmap")
roadmap.set_subtitle("Matariki Technologies Ltd")
roadmap.set_timeline(TimelineMode.MONTHLY, start="2023-01-01", number_of_items=12)
roadmap.set_timeline(TimelineMode.MONTHLY, start="2024-01-01", number_of_items=12)
roadmap.add_logo("matariki-tech-logo.png", "top-right", 50, 50)

group = roadmap.add_group("Core Product Work Stream")

task = group.add_task("Base Functionality", "2023-01-01", "2023-10-31")
task.add_milestone("v.1.0", "2023-02-15")
task.add_milestone("v.1.1", "2023-08-01")
task = group.add_task("Base Functionality", "2024-01-01", "2024-10-31")
task.add_milestone("v.1.0", "2024-02-15")
task.add_milestone("v.1.1", "2024-08-01")

parellel_task = task.add_parallel_task("Enhancements", "2023-11-15", "2024-03-31")
parellel_task.add_milestone("v.2.0", "2024-03-30")
parellel_task = task.add_parallel_task("Enhancements", "2024-11-15", "2025-03-31")
parellel_task.add_milestone("v.2.0", "2025-03-30")

task = group.add_task("Showcase #1", "2023-03-01", "2023-05-07")
task.add_parallel_task("Showcase #2", "2023-06-01", "2023-08-07")
task = group.add_task("Showcase #1", "2024-03-01", "2024-05-07")
task.add_parallel_task("Showcase #2", "2024-06-01", "2024-08-07")

roadmap.set_footer("Generated by Roadmapper")
roadmap.draw()
Expand Down
Binary file modified images/black_roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions images/black_roadmap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/color-theme01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 10 additions & 23 deletions images/color-theme01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/color-theme02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 10 additions & 23 deletions images/color-theme02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/color-theme03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e51444c

Please sign in to comment.