stable

Clone or download

Read-only

Start to display real data in Roadmap

Nothing really fancy yet, but at least the artifact title is displayed, as well as its xref. Reminder: The widget is hidden behind a feature flag: ``` tuleap config-set feature_flag_plugin_roadmap_display_underconstruction_widget 1 ``` Part of story #19734: have a Roadmap widget on dashboard Change-Id: I18061fd3f6d38866287174eb6ab5fc49d2ed9512

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/App.vue +7 −4 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.test.ts +35 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +40 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.test.ts +43 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.vue +40 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/TaskHeader.test.ts +43 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/TaskHeader.vue +42 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/type.ts +26 −0 Go to diff View file
A plugins/roadmap/themes/_empty-state.scss +37 −0 Go to diff View file
A plugins/roadmap/themes/_gantt-board.scss +73 −0 Go to diff View file
M plugins/roadmap/themes/widget-roadmap.scss +2 −18 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +4 −0 Go to diff View file