@almadar/std 7.4.7 → 7.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -288,67 +288,87 @@
|
|
|
288
288
|
"render-ui",
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
|
+
"type": "dashboard-layout",
|
|
292
|
+
"navItems": [
|
|
293
|
+
{
|
|
294
|
+
"label": "Tasks",
|
|
295
|
+
"href": "/tasks",
|
|
296
|
+
"icon": "check-square"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"icon": "zap",
|
|
300
|
+
"label": "Sprints",
|
|
301
|
+
"href": "/sprints"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"href": "/burndown",
|
|
305
|
+
"label": "Burndown",
|
|
306
|
+
"icon": "layout-list"
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"appName": "ProjectManagerApp",
|
|
291
310
|
"children": [
|
|
292
311
|
{
|
|
293
|
-
"
|
|
312
|
+
"type": "stack",
|
|
313
|
+
"direction": "vertical",
|
|
294
314
|
"children": [
|
|
295
315
|
{
|
|
316
|
+
"direction": "horizontal",
|
|
296
317
|
"gap": "md",
|
|
297
318
|
"align": "center",
|
|
319
|
+
"justify": "between",
|
|
320
|
+
"type": "stack",
|
|
298
321
|
"children": [
|
|
299
322
|
{
|
|
323
|
+
"gap": "sm",
|
|
324
|
+
"type": "stack",
|
|
300
325
|
"align": "center",
|
|
326
|
+
"direction": "horizontal",
|
|
301
327
|
"children": [
|
|
302
328
|
{
|
|
303
|
-
"
|
|
304
|
-
"
|
|
329
|
+
"type": "icon",
|
|
330
|
+
"name": "check-square"
|
|
305
331
|
},
|
|
306
332
|
{
|
|
307
|
-
"content": "Tasks",
|
|
308
333
|
"variant": "h2",
|
|
309
|
-
"type": "typography"
|
|
334
|
+
"type": "typography",
|
|
335
|
+
"content": "Tasks"
|
|
310
336
|
}
|
|
311
|
-
]
|
|
312
|
-
"type": "stack",
|
|
313
|
-
"gap": "sm",
|
|
314
|
-
"direction": "horizontal"
|
|
337
|
+
]
|
|
315
338
|
},
|
|
316
339
|
{
|
|
317
340
|
"direction": "horizontal",
|
|
318
|
-
"type": "stack",
|
|
319
|
-
"gap": "sm",
|
|
320
341
|
"children": [
|
|
321
342
|
{
|
|
322
|
-
"
|
|
343
|
+
"label": "Create Task",
|
|
344
|
+
"action": "CREATE",
|
|
323
345
|
"variant": "primary",
|
|
324
346
|
"type": "button",
|
|
325
|
-
"
|
|
326
|
-
"action": "CREATE"
|
|
347
|
+
"icon": "plus"
|
|
327
348
|
}
|
|
328
|
-
]
|
|
349
|
+
],
|
|
350
|
+
"gap": "sm",
|
|
351
|
+
"type": "stack"
|
|
329
352
|
}
|
|
330
|
-
]
|
|
331
|
-
"direction": "horizontal",
|
|
332
|
-
"justify": "between",
|
|
333
|
-
"type": "stack"
|
|
353
|
+
]
|
|
334
354
|
},
|
|
335
355
|
{
|
|
336
356
|
"type": "divider"
|
|
337
357
|
},
|
|
338
358
|
{
|
|
359
|
+
"type": "simple-grid",
|
|
360
|
+
"cols": 1.0,
|
|
339
361
|
"children": [
|
|
340
362
|
{
|
|
341
|
-
"type": "stat-display",
|
|
342
363
|
"value": [
|
|
343
364
|
"array/len",
|
|
344
365
|
"@entity"
|
|
345
366
|
],
|
|
346
367
|
"icon": "check-square",
|
|
347
|
-
"label": "Total Tasks"
|
|
368
|
+
"label": "Total Tasks",
|
|
369
|
+
"type": "stat-display"
|
|
348
370
|
}
|
|
349
|
-
]
|
|
350
|
-
"type": "simple-grid",
|
|
351
|
-
"cols": 1.0
|
|
371
|
+
]
|
|
352
372
|
},
|
|
353
373
|
{
|
|
354
374
|
"type": "divider"
|
|
@@ -356,8 +376,8 @@
|
|
|
356
376
|
{
|
|
357
377
|
"columns": [
|
|
358
378
|
{
|
|
359
|
-
"variant": "h3",
|
|
360
379
|
"name": "title",
|
|
380
|
+
"variant": "h3",
|
|
361
381
|
"icon": "check-square"
|
|
362
382
|
},
|
|
363
383
|
{
|
|
@@ -373,27 +393,27 @@
|
|
|
373
393
|
"name": "assignee"
|
|
374
394
|
},
|
|
375
395
|
{
|
|
376
|
-
"label": "Points",
|
|
377
|
-
"format": "number",
|
|
378
396
|
"name": "storyPoints",
|
|
379
|
-
"
|
|
397
|
+
"label": "Points",
|
|
398
|
+
"variant": "body",
|
|
399
|
+
"format": "number"
|
|
380
400
|
},
|
|
381
401
|
{
|
|
382
|
-
"variant": "caption",
|
|
383
402
|
"label": "Due",
|
|
384
|
-
"
|
|
385
|
-
"
|
|
403
|
+
"format": "date",
|
|
404
|
+
"variant": "caption",
|
|
405
|
+
"name": "dueDate"
|
|
386
406
|
}
|
|
387
407
|
],
|
|
388
|
-
"cols": 2.0,
|
|
389
|
-
"gap": "md",
|
|
390
408
|
"type": "data-grid",
|
|
391
409
|
"entity": "Task",
|
|
410
|
+
"cols": 2.0,
|
|
411
|
+
"gap": "md",
|
|
392
412
|
"itemActions": [
|
|
393
413
|
{
|
|
394
|
-
"
|
|
414
|
+
"variant": "ghost",
|
|
395
415
|
"label": "View",
|
|
396
|
-
"
|
|
416
|
+
"event": "VIEW"
|
|
397
417
|
},
|
|
398
418
|
{
|
|
399
419
|
"event": "EDIT",
|
|
@@ -401,38 +421,18 @@
|
|
|
401
421
|
"label": "Edit"
|
|
402
422
|
},
|
|
403
423
|
{
|
|
404
|
-
"variant": "danger",
|
|
405
424
|
"label": "Delete",
|
|
406
|
-
"event": "DELETE"
|
|
425
|
+
"event": "DELETE",
|
|
426
|
+
"variant": "danger"
|
|
407
427
|
}
|
|
408
428
|
],
|
|
409
429
|
"fields": []
|
|
410
430
|
}
|
|
411
431
|
],
|
|
412
432
|
"gap": "lg",
|
|
413
|
-
"
|
|
414
|
-
"direction": "vertical"
|
|
415
|
-
}
|
|
416
|
-
],
|
|
417
|
-
"type": "dashboard-layout",
|
|
418
|
-
"navItems": [
|
|
419
|
-
{
|
|
420
|
-
"href": "/tasks",
|
|
421
|
-
"label": "Tasks",
|
|
422
|
-
"icon": "check-square"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"href": "/sprints",
|
|
426
|
-
"label": "Sprints",
|
|
427
|
-
"icon": "zap"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"icon": "layout-list",
|
|
431
|
-
"href": "/burndown",
|
|
432
|
-
"label": "Burndown"
|
|
433
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
433
434
|
}
|
|
434
|
-
]
|
|
435
|
-
"appName": "ProjectManagerApp"
|
|
435
|
+
]
|
|
436
436
|
}
|
|
437
437
|
]
|
|
438
438
|
]
|
|
@@ -628,8 +628,8 @@
|
|
|
628
628
|
"Task",
|
|
629
629
|
{
|
|
630
630
|
"emit": {
|
|
631
|
-
"
|
|
632
|
-
"
|
|
631
|
+
"success": "TaskLoaded",
|
|
632
|
+
"failure": "TaskLoadFailed"
|
|
633
633
|
}
|
|
634
634
|
}
|
|
635
635
|
],
|
|
@@ -637,19 +637,21 @@
|
|
|
637
637
|
"render-ui",
|
|
638
638
|
"modal",
|
|
639
639
|
{
|
|
640
|
+
"gap": "md",
|
|
641
|
+
"direction": "vertical",
|
|
640
642
|
"children": [
|
|
641
643
|
{
|
|
644
|
+
"type": "stack",
|
|
642
645
|
"direction": "horizontal",
|
|
643
646
|
"gap": "sm",
|
|
644
|
-
"type": "stack",
|
|
645
647
|
"children": [
|
|
646
648
|
{
|
|
647
649
|
"name": "plus-circle",
|
|
648
650
|
"type": "icon"
|
|
649
651
|
},
|
|
650
652
|
{
|
|
651
|
-
"type": "typography",
|
|
652
653
|
"content": "Create Task",
|
|
654
|
+
"type": "typography",
|
|
653
655
|
"variant": "h3"
|
|
654
656
|
}
|
|
655
657
|
]
|
|
@@ -658,9 +660,7 @@
|
|
|
658
660
|
"type": "divider"
|
|
659
661
|
},
|
|
660
662
|
{
|
|
661
|
-
"
|
|
662
|
-
"mode": "create",
|
|
663
|
-
"submitEvent": "SAVE",
|
|
663
|
+
"type": "form-section",
|
|
664
664
|
"fields": [
|
|
665
665
|
"title",
|
|
666
666
|
"description",
|
|
@@ -670,13 +670,13 @@
|
|
|
670
670
|
"storyPoints",
|
|
671
671
|
"dueDate"
|
|
672
672
|
],
|
|
673
|
+
"submitEvent": "SAVE",
|
|
674
|
+
"mode": "create",
|
|
673
675
|
"cancelEvent": "CLOSE",
|
|
674
|
-
"
|
|
676
|
+
"entity": "Task"
|
|
675
677
|
}
|
|
676
678
|
],
|
|
677
|
-
"type": "stack"
|
|
678
|
-
"direction": "vertical",
|
|
679
|
-
"gap": "md"
|
|
679
|
+
"type": "stack"
|
|
680
680
|
}
|
|
681
681
|
]
|
|
682
682
|
]
|
|
@@ -931,46 +931,38 @@
|
|
|
931
931
|
"fetch",
|
|
932
932
|
"Task",
|
|
933
933
|
{
|
|
934
|
+
"id": "@payload.id",
|
|
934
935
|
"emit": {
|
|
935
|
-
"
|
|
936
|
-
"
|
|
937
|
-
}
|
|
938
|
-
"id": "@payload.id"
|
|
936
|
+
"success": "TaskLoaded",
|
|
937
|
+
"failure": "TaskLoadFailed"
|
|
938
|
+
}
|
|
939
939
|
}
|
|
940
940
|
],
|
|
941
941
|
[
|
|
942
942
|
"render-ui",
|
|
943
943
|
"modal",
|
|
944
944
|
{
|
|
945
|
-
"direction": "vertical",
|
|
946
|
-
"gap": "md",
|
|
947
945
|
"children": [
|
|
948
946
|
{
|
|
949
|
-
"direction": "horizontal",
|
|
950
|
-
"type": "stack",
|
|
951
947
|
"children": [
|
|
952
948
|
{
|
|
953
|
-
"
|
|
954
|
-
"
|
|
949
|
+
"name": "edit",
|
|
950
|
+
"type": "icon"
|
|
955
951
|
},
|
|
956
952
|
{
|
|
953
|
+
"type": "typography",
|
|
957
954
|
"variant": "h3",
|
|
958
|
-
"content": "Edit Task"
|
|
959
|
-
"type": "typography"
|
|
955
|
+
"content": "Edit Task"
|
|
960
956
|
}
|
|
961
957
|
],
|
|
958
|
+
"type": "stack",
|
|
959
|
+
"direction": "horizontal",
|
|
962
960
|
"gap": "sm"
|
|
963
961
|
},
|
|
964
962
|
{
|
|
965
963
|
"type": "divider"
|
|
966
964
|
},
|
|
967
965
|
{
|
|
968
|
-
"entityId": "@entity.id",
|
|
969
|
-
"type": "form-section",
|
|
970
|
-
"submitEvent": "SAVE",
|
|
971
|
-
"entity": "Task",
|
|
972
|
-
"mode": "edit",
|
|
973
|
-
"cancelEvent": "CLOSE",
|
|
974
966
|
"fields": [
|
|
975
967
|
"title",
|
|
976
968
|
"description",
|
|
@@ -979,10 +971,18 @@
|
|
|
979
971
|
"status",
|
|
980
972
|
"storyPoints",
|
|
981
973
|
"dueDate"
|
|
982
|
-
]
|
|
974
|
+
],
|
|
975
|
+
"type": "form-section",
|
|
976
|
+
"entity": "Task",
|
|
977
|
+
"submitEvent": "SAVE",
|
|
978
|
+
"mode": "edit",
|
|
979
|
+
"entityId": "@entity.id",
|
|
980
|
+
"cancelEvent": "CLOSE"
|
|
983
981
|
}
|
|
984
982
|
],
|
|
985
|
-
"type": "stack"
|
|
983
|
+
"type": "stack",
|
|
984
|
+
"direction": "vertical",
|
|
985
|
+
"gap": "md"
|
|
986
986
|
}
|
|
987
987
|
]
|
|
988
988
|
]
|
|
@@ -1225,8 +1225,8 @@
|
|
|
1225
1225
|
{
|
|
1226
1226
|
"id": "@payload.id",
|
|
1227
1227
|
"emit": {
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1228
|
+
"failure": "TaskLoadFailed",
|
|
1229
|
+
"success": "TaskLoaded"
|
|
1230
1230
|
}
|
|
1231
1231
|
}
|
|
1232
1232
|
],
|
|
@@ -1234,52 +1234,55 @@
|
|
|
1234
1234
|
"render-ui",
|
|
1235
1235
|
"modal",
|
|
1236
1236
|
{
|
|
1237
|
+
"type": "stack",
|
|
1238
|
+
"gap": "md",
|
|
1237
1239
|
"direction": "vertical",
|
|
1238
1240
|
"children": [
|
|
1239
1241
|
{
|
|
1242
|
+
"direction": "horizontal",
|
|
1243
|
+
"gap": "sm",
|
|
1244
|
+
"align": "center",
|
|
1240
1245
|
"children": [
|
|
1241
1246
|
{
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1247
|
+
"type": "icon",
|
|
1248
|
+
"name": "eye"
|
|
1244
1249
|
},
|
|
1245
1250
|
{
|
|
1246
1251
|
"variant": "h3",
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1252
|
+
"type": "typography",
|
|
1253
|
+
"content": "@entity.title"
|
|
1249
1254
|
}
|
|
1250
1255
|
],
|
|
1251
|
-
"
|
|
1252
|
-
"direction": "horizontal",
|
|
1253
|
-
"type": "stack",
|
|
1254
|
-
"align": "center"
|
|
1256
|
+
"type": "stack"
|
|
1255
1257
|
},
|
|
1256
1258
|
{
|
|
1257
1259
|
"type": "divider"
|
|
1258
1260
|
},
|
|
1259
1261
|
{
|
|
1262
|
+
"direction": "horizontal",
|
|
1263
|
+
"gap": "md",
|
|
1260
1264
|
"children": [
|
|
1261
1265
|
{
|
|
1262
1266
|
"type": "typography",
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
1267
|
+
"variant": "caption",
|
|
1268
|
+
"content": "Title"
|
|
1265
1269
|
},
|
|
1266
1270
|
{
|
|
1267
|
-
"content": "@entity.title",
|
|
1268
1271
|
"type": "typography",
|
|
1269
|
-
"variant": "body"
|
|
1272
|
+
"variant": "body",
|
|
1273
|
+
"content": "@entity.title"
|
|
1270
1274
|
}
|
|
1271
1275
|
],
|
|
1272
|
-
"
|
|
1273
|
-
"type": "stack",
|
|
1274
|
-
"gap": "md"
|
|
1276
|
+
"type": "stack"
|
|
1275
1277
|
},
|
|
1276
1278
|
{
|
|
1279
|
+
"gap": "md",
|
|
1277
1280
|
"type": "stack",
|
|
1278
1281
|
"children": [
|
|
1279
1282
|
{
|
|
1283
|
+
"content": "Description",
|
|
1280
1284
|
"type": "typography",
|
|
1281
|
-
"variant": "caption"
|
|
1282
|
-
"content": "Description"
|
|
1285
|
+
"variant": "caption"
|
|
1283
1286
|
},
|
|
1284
1287
|
{
|
|
1285
1288
|
"content": "@entity.description",
|
|
@@ -1287,10 +1290,11 @@
|
|
|
1287
1290
|
"variant": "body"
|
|
1288
1291
|
}
|
|
1289
1292
|
],
|
|
1290
|
-
"gap": "md",
|
|
1291
1293
|
"direction": "horizontal"
|
|
1292
1294
|
},
|
|
1293
1295
|
{
|
|
1296
|
+
"type": "stack",
|
|
1297
|
+
"gap": "md",
|
|
1294
1298
|
"direction": "horizontal",
|
|
1295
1299
|
"children": [
|
|
1296
1300
|
{
|
|
@@ -1299,109 +1303,105 @@
|
|
|
1299
1303
|
"content": "Assignee"
|
|
1300
1304
|
},
|
|
1301
1305
|
{
|
|
1302
|
-
"
|
|
1306
|
+
"content": "@entity.assignee",
|
|
1303
1307
|
"type": "typography",
|
|
1304
|
-
"
|
|
1308
|
+
"variant": "body"
|
|
1305
1309
|
}
|
|
1306
|
-
]
|
|
1307
|
-
"type": "stack",
|
|
1308
|
-
"gap": "md"
|
|
1310
|
+
]
|
|
1309
1311
|
},
|
|
1310
1312
|
{
|
|
1311
1313
|
"type": "stack",
|
|
1314
|
+
"gap": "md",
|
|
1315
|
+
"direction": "horizontal",
|
|
1312
1316
|
"children": [
|
|
1313
1317
|
{
|
|
1314
|
-
"content": "Priority",
|
|
1315
1318
|
"variant": "caption",
|
|
1319
|
+
"content": "Priority",
|
|
1316
1320
|
"type": "typography"
|
|
1317
1321
|
},
|
|
1318
1322
|
{
|
|
1319
1323
|
"variant": "body",
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1324
|
+
"content": "@entity.priority",
|
|
1325
|
+
"type": "typography"
|
|
1322
1326
|
}
|
|
1323
|
-
]
|
|
1324
|
-
"direction": "horizontal",
|
|
1325
|
-
"gap": "md"
|
|
1327
|
+
]
|
|
1326
1328
|
},
|
|
1327
1329
|
{
|
|
1330
|
+
"type": "stack",
|
|
1331
|
+
"gap": "md",
|
|
1332
|
+
"direction": "horizontal",
|
|
1328
1333
|
"children": [
|
|
1329
1334
|
{
|
|
1330
|
-
"content": "Status",
|
|
1331
1335
|
"variant": "caption",
|
|
1332
|
-
"type": "typography"
|
|
1336
|
+
"type": "typography",
|
|
1337
|
+
"content": "Status"
|
|
1333
1338
|
},
|
|
1334
1339
|
{
|
|
1335
|
-
"
|
|
1340
|
+
"variant": "body",
|
|
1336
1341
|
"type": "typography",
|
|
1337
|
-
"
|
|
1342
|
+
"content": "@entity.status"
|
|
1338
1343
|
}
|
|
1339
|
-
]
|
|
1340
|
-
"type": "stack",
|
|
1341
|
-
"direction": "horizontal",
|
|
1342
|
-
"gap": "md"
|
|
1344
|
+
]
|
|
1343
1345
|
},
|
|
1344
1346
|
{
|
|
1345
|
-
"direction": "horizontal",
|
|
1346
1347
|
"gap": "md",
|
|
1347
|
-
"type": "stack",
|
|
1348
1348
|
"children": [
|
|
1349
1349
|
{
|
|
1350
|
+
"content": "Story Points",
|
|
1350
1351
|
"type": "typography",
|
|
1351
|
-
"variant": "caption"
|
|
1352
|
-
"content": "Story Points"
|
|
1352
|
+
"variant": "caption"
|
|
1353
1353
|
},
|
|
1354
1354
|
{
|
|
1355
1355
|
"variant": "body",
|
|
1356
1356
|
"content": "@entity.storyPoints",
|
|
1357
1357
|
"type": "typography"
|
|
1358
1358
|
}
|
|
1359
|
-
]
|
|
1359
|
+
],
|
|
1360
|
+
"type": "stack",
|
|
1361
|
+
"direction": "horizontal"
|
|
1360
1362
|
},
|
|
1361
1363
|
{
|
|
1364
|
+
"direction": "horizontal",
|
|
1362
1365
|
"type": "stack",
|
|
1363
1366
|
"gap": "md",
|
|
1364
1367
|
"children": [
|
|
1365
1368
|
{
|
|
1369
|
+
"content": "Due Date",
|
|
1366
1370
|
"type": "typography",
|
|
1367
|
-
"variant": "caption"
|
|
1368
|
-
"content": "Due Date"
|
|
1371
|
+
"variant": "caption"
|
|
1369
1372
|
},
|
|
1370
1373
|
{
|
|
1371
|
-
"content": "@entity.dueDate",
|
|
1372
1374
|
"type": "typography",
|
|
1373
|
-
"variant": "body"
|
|
1375
|
+
"variant": "body",
|
|
1376
|
+
"content": "@entity.dueDate"
|
|
1374
1377
|
}
|
|
1375
|
-
]
|
|
1376
|
-
"direction": "horizontal"
|
|
1378
|
+
]
|
|
1377
1379
|
},
|
|
1378
1380
|
{
|
|
1379
1381
|
"type": "divider"
|
|
1380
1382
|
},
|
|
1381
1383
|
{
|
|
1382
1384
|
"direction": "horizontal",
|
|
1385
|
+
"justify": "end",
|
|
1383
1386
|
"children": [
|
|
1384
1387
|
{
|
|
1385
|
-
"
|
|
1388
|
+
"icon": "edit",
|
|
1386
1389
|
"type": "button",
|
|
1387
|
-
"variant": "primary",
|
|
1388
1390
|
"action": "EDIT",
|
|
1389
|
-
"
|
|
1391
|
+
"label": "Edit",
|
|
1392
|
+
"variant": "primary"
|
|
1390
1393
|
},
|
|
1391
1394
|
{
|
|
1395
|
+
"type": "button",
|
|
1392
1396
|
"label": "Close",
|
|
1393
1397
|
"variant": "ghost",
|
|
1394
|
-
"type": "button",
|
|
1395
1398
|
"action": "CLOSE"
|
|
1396
1399
|
}
|
|
1397
1400
|
],
|
|
1398
|
-
"type": "stack",
|
|
1399
1401
|
"gap": "sm",
|
|
1400
|
-
"
|
|
1402
|
+
"type": "stack"
|
|
1401
1403
|
}
|
|
1402
|
-
]
|
|
1403
|
-
"type": "stack",
|
|
1404
|
-
"gap": "md"
|
|
1404
|
+
]
|
|
1405
1405
|
}
|
|
1406
1406
|
]
|
|
1407
1407
|
]
|
|
@@ -1659,13 +1659,10 @@
|
|
|
1659
1659
|
"render-ui",
|
|
1660
1660
|
"modal",
|
|
1661
1661
|
{
|
|
1662
|
-
"gap": "md",
|
|
1663
1662
|
"children": [
|
|
1664
1663
|
{
|
|
1665
|
-
"direction": "horizontal",
|
|
1666
1664
|
"gap": "sm",
|
|
1667
|
-
"
|
|
1668
|
-
"type": "stack",
|
|
1665
|
+
"direction": "horizontal",
|
|
1669
1666
|
"children": [
|
|
1670
1667
|
{
|
|
1671
1668
|
"name": "alert-triangle",
|
|
@@ -1676,38 +1673,41 @@
|
|
|
1676
1673
|
"type": "typography",
|
|
1677
1674
|
"content": "Delete Task"
|
|
1678
1675
|
}
|
|
1679
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"type": "stack",
|
|
1678
|
+
"align": "center"
|
|
1680
1679
|
},
|
|
1681
1680
|
{
|
|
1682
1681
|
"type": "divider"
|
|
1683
1682
|
},
|
|
1684
1683
|
{
|
|
1684
|
+
"message": "This action cannot be undone.",
|
|
1685
1685
|
"type": "alert",
|
|
1686
|
-
"variant": "error"
|
|
1687
|
-
"message": "This action cannot be undone."
|
|
1686
|
+
"variant": "error"
|
|
1688
1687
|
},
|
|
1689
1688
|
{
|
|
1690
|
-
"justify": "end",
|
|
1691
|
-
"type": "stack",
|
|
1692
|
-
"direction": "horizontal",
|
|
1693
1689
|
"children": [
|
|
1694
1690
|
{
|
|
1695
|
-
"label": "Cancel",
|
|
1696
1691
|
"type": "button",
|
|
1697
|
-
"
|
|
1698
|
-
"action": "CANCEL"
|
|
1692
|
+
"label": "Cancel",
|
|
1693
|
+
"action": "CANCEL",
|
|
1694
|
+
"variant": "ghost"
|
|
1699
1695
|
},
|
|
1700
1696
|
{
|
|
1701
1697
|
"action": "CONFIRM_DELETE",
|
|
1702
|
-
"type": "button",
|
|
1703
1698
|
"label": "Delete",
|
|
1704
1699
|
"variant": "danger",
|
|
1700
|
+
"type": "button",
|
|
1705
1701
|
"icon": "check"
|
|
1706
1702
|
}
|
|
1707
1703
|
],
|
|
1708
|
-
"
|
|
1704
|
+
"type": "stack",
|
|
1705
|
+
"direction": "horizontal",
|
|
1706
|
+
"gap": "sm",
|
|
1707
|
+
"justify": "end"
|
|
1709
1708
|
}
|
|
1710
1709
|
],
|
|
1710
|
+
"gap": "md",
|
|
1711
1711
|
"type": "stack",
|
|
1712
1712
|
"direction": "vertical"
|
|
1713
1713
|
}
|
|
@@ -2070,37 +2070,35 @@
|
|
|
2070
2070
|
"main",
|
|
2071
2071
|
{
|
|
2072
2072
|
"appName": "ProjectManagerApp",
|
|
2073
|
+
"type": "dashboard-layout",
|
|
2073
2074
|
"navItems": [
|
|
2074
2075
|
{
|
|
2075
|
-
"
|
|
2076
|
+
"label": "Tasks",
|
|
2076
2077
|
"href": "/tasks",
|
|
2077
|
-
"
|
|
2078
|
+
"icon": "check-square"
|
|
2078
2079
|
},
|
|
2079
2080
|
{
|
|
2080
|
-
"icon": "zap",
|
|
2081
2081
|
"label": "Sprints",
|
|
2082
|
+
"icon": "zap",
|
|
2082
2083
|
"href": "/sprints"
|
|
2083
2084
|
},
|
|
2084
2085
|
{
|
|
2085
2086
|
"href": "/burndown",
|
|
2086
|
-
"
|
|
2087
|
-
"
|
|
2087
|
+
"icon": "layout-list",
|
|
2088
|
+
"label": "Burndown"
|
|
2088
2089
|
}
|
|
2089
2090
|
],
|
|
2090
|
-
"type": "dashboard-layout",
|
|
2091
2091
|
"children": [
|
|
2092
2092
|
{
|
|
2093
|
-
"direction": "vertical",
|
|
2094
|
-
"gap": "lg",
|
|
2095
|
-
"type": "stack",
|
|
2096
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2097
2093
|
"children": [
|
|
2098
2094
|
{
|
|
2095
|
+
"type": "stack",
|
|
2096
|
+
"align": "center",
|
|
2097
|
+
"gap": "md",
|
|
2098
|
+
"justify": "between",
|
|
2099
|
+
"direction": "horizontal",
|
|
2099
2100
|
"children": [
|
|
2100
2101
|
{
|
|
2101
|
-
"type": "stack",
|
|
2102
|
-
"direction": "horizontal",
|
|
2103
|
-
"gap": "sm",
|
|
2104
2102
|
"align": "center",
|
|
2105
2103
|
"children": [
|
|
2106
2104
|
{
|
|
@@ -2108,74 +2106,70 @@
|
|
|
2108
2106
|
"name": "zap"
|
|
2109
2107
|
},
|
|
2110
2108
|
{
|
|
2111
|
-
"content": "Sprints",
|
|
2112
2109
|
"type": "typography",
|
|
2110
|
+
"content": "Sprints",
|
|
2113
2111
|
"variant": "h2"
|
|
2114
2112
|
}
|
|
2115
|
-
]
|
|
2113
|
+
],
|
|
2114
|
+
"gap": "sm",
|
|
2115
|
+
"direction": "horizontal",
|
|
2116
|
+
"type": "stack"
|
|
2116
2117
|
},
|
|
2117
2118
|
{
|
|
2118
2119
|
"direction": "horizontal",
|
|
2119
|
-
"type": "stack",
|
|
2120
2120
|
"gap": "sm",
|
|
2121
2121
|
"children": [
|
|
2122
2122
|
{
|
|
2123
|
+
"type": "button",
|
|
2123
2124
|
"action": "CREATE",
|
|
2124
2125
|
"icon": "plus",
|
|
2125
|
-
"
|
|
2126
|
-
"label": "Create Sprint"
|
|
2127
|
-
"variant": "primary"
|
|
2126
|
+
"variant": "primary",
|
|
2127
|
+
"label": "Create Sprint"
|
|
2128
2128
|
}
|
|
2129
|
-
]
|
|
2129
|
+
],
|
|
2130
|
+
"type": "stack"
|
|
2130
2131
|
}
|
|
2131
|
-
]
|
|
2132
|
-
"direction": "horizontal",
|
|
2133
|
-
"type": "stack",
|
|
2134
|
-
"align": "center",
|
|
2135
|
-
"gap": "md",
|
|
2136
|
-
"justify": "between"
|
|
2132
|
+
]
|
|
2137
2133
|
},
|
|
2138
2134
|
{
|
|
2139
2135
|
"type": "divider"
|
|
2140
2136
|
},
|
|
2141
2137
|
{
|
|
2138
|
+
"fields": [],
|
|
2142
2139
|
"columns": [
|
|
2143
2140
|
{
|
|
2144
|
-
"icon": "zap",
|
|
2145
2141
|
"name": "name",
|
|
2142
|
+
"icon": "zap",
|
|
2146
2143
|
"variant": "h3"
|
|
2147
2144
|
},
|
|
2148
2145
|
{
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2146
|
+
"name": "status",
|
|
2147
|
+
"variant": "badge"
|
|
2151
2148
|
},
|
|
2152
2149
|
{
|
|
2153
|
-
"
|
|
2154
|
-
"
|
|
2150
|
+
"variant": "body",
|
|
2151
|
+
"name": "goal"
|
|
2155
2152
|
},
|
|
2156
2153
|
{
|
|
2157
|
-
"
|
|
2154
|
+
"variant": "caption",
|
|
2158
2155
|
"name": "startDate",
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2156
|
+
"format": "date",
|
|
2157
|
+
"label": "Start"
|
|
2161
2158
|
},
|
|
2162
2159
|
{
|
|
2163
|
-
"variant": "caption",
|
|
2164
2160
|
"label": "End",
|
|
2165
2161
|
"format": "date",
|
|
2162
|
+
"variant": "caption",
|
|
2166
2163
|
"name": "endDate"
|
|
2167
2164
|
},
|
|
2168
2165
|
{
|
|
2169
2166
|
"variant": "body",
|
|
2170
|
-
"format": "number",
|
|
2171
2167
|
"name": "taskCount",
|
|
2168
|
+
"format": "number",
|
|
2172
2169
|
"label": "Tasks"
|
|
2173
2170
|
}
|
|
2174
2171
|
],
|
|
2175
|
-
"cols": 2.0,
|
|
2176
2172
|
"gap": "md",
|
|
2177
|
-
"type": "data-grid",
|
|
2178
|
-
"entity": "Sprint",
|
|
2179
2173
|
"itemActions": [
|
|
2180
2174
|
{
|
|
2181
2175
|
"event": "VIEW",
|
|
@@ -2189,13 +2183,19 @@
|
|
|
2189
2183
|
},
|
|
2190
2184
|
{
|
|
2191
2185
|
"event": "DELETE",
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2186
|
+
"label": "Delete",
|
|
2187
|
+
"variant": "danger"
|
|
2194
2188
|
}
|
|
2195
2189
|
],
|
|
2196
|
-
"
|
|
2190
|
+
"entity": "Sprint",
|
|
2191
|
+
"type": "data-grid",
|
|
2192
|
+
"cols": 2.0
|
|
2197
2193
|
}
|
|
2198
|
-
]
|
|
2194
|
+
],
|
|
2195
|
+
"gap": "lg",
|
|
2196
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2197
|
+
"direction": "vertical",
|
|
2198
|
+
"type": "stack"
|
|
2199
2199
|
}
|
|
2200
2200
|
]
|
|
2201
2201
|
}
|
|
@@ -2381,8 +2381,8 @@
|
|
|
2381
2381
|
"Sprint",
|
|
2382
2382
|
{
|
|
2383
2383
|
"emit": {
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2384
|
+
"success": "SprintLoaded",
|
|
2385
|
+
"failure": "SprintLoadFailed"
|
|
2386
2386
|
}
|
|
2387
2387
|
}
|
|
2388
2388
|
],
|
|
@@ -2391,30 +2391,28 @@
|
|
|
2391
2391
|
"modal",
|
|
2392
2392
|
{
|
|
2393
2393
|
"type": "stack",
|
|
2394
|
-
"direction": "vertical",
|
|
2395
|
-
"gap": "md",
|
|
2396
2394
|
"children": [
|
|
2397
2395
|
{
|
|
2396
|
+
"direction": "horizontal",
|
|
2397
|
+
"gap": "sm",
|
|
2398
|
+
"type": "stack",
|
|
2398
2399
|
"children": [
|
|
2399
2400
|
{
|
|
2400
|
-
"
|
|
2401
|
-
"
|
|
2401
|
+
"type": "icon",
|
|
2402
|
+
"name": "plus-circle"
|
|
2402
2403
|
},
|
|
2403
2404
|
{
|
|
2405
|
+
"variant": "h3",
|
|
2404
2406
|
"type": "typography",
|
|
2405
|
-
"content": "Create Sprint"
|
|
2406
|
-
"variant": "h3"
|
|
2407
|
+
"content": "Create Sprint"
|
|
2407
2408
|
}
|
|
2408
|
-
]
|
|
2409
|
-
"direction": "horizontal",
|
|
2410
|
-
"gap": "sm",
|
|
2411
|
-
"type": "stack"
|
|
2409
|
+
]
|
|
2412
2410
|
},
|
|
2413
2411
|
{
|
|
2414
2412
|
"type": "divider"
|
|
2415
2413
|
},
|
|
2416
2414
|
{
|
|
2417
|
-
"
|
|
2415
|
+
"entity": "Sprint",
|
|
2418
2416
|
"fields": [
|
|
2419
2417
|
"name",
|
|
2420
2418
|
"startDate",
|
|
@@ -2423,12 +2421,14 @@
|
|
|
2423
2421
|
"status",
|
|
2424
2422
|
"taskCount"
|
|
2425
2423
|
],
|
|
2426
|
-
"
|
|
2424
|
+
"cancelEvent": "CLOSE",
|
|
2425
|
+
"mode": "create",
|
|
2427
2426
|
"type": "form-section",
|
|
2428
|
-
"
|
|
2429
|
-
"mode": "create"
|
|
2427
|
+
"submitEvent": "SAVE"
|
|
2430
2428
|
}
|
|
2431
|
-
]
|
|
2429
|
+
],
|
|
2430
|
+
"direction": "vertical",
|
|
2431
|
+
"gap": "md"
|
|
2432
2432
|
}
|
|
2433
2433
|
]
|
|
2434
2434
|
]
|
|
@@ -2672,8 +2672,8 @@
|
|
|
2672
2672
|
{
|
|
2673
2673
|
"id": "@payload.id",
|
|
2674
2674
|
"emit": {
|
|
2675
|
-
"
|
|
2676
|
-
"
|
|
2675
|
+
"failure": "SprintLoadFailed",
|
|
2676
|
+
"success": "SprintLoaded"
|
|
2677
2677
|
}
|
|
2678
2678
|
}
|
|
2679
2679
|
],
|
|
@@ -2685,7 +2685,7 @@
|
|
|
2685
2685
|
"direction": "vertical",
|
|
2686
2686
|
"children": [
|
|
2687
2687
|
{
|
|
2688
|
-
"
|
|
2688
|
+
"gap": "sm",
|
|
2689
2689
|
"children": [
|
|
2690
2690
|
{
|
|
2691
2691
|
"name": "edit",
|
|
@@ -2693,21 +2693,20 @@
|
|
|
2693
2693
|
},
|
|
2694
2694
|
{
|
|
2695
2695
|
"variant": "h3",
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2696
|
+
"type": "typography",
|
|
2697
|
+
"content": "Edit Sprint"
|
|
2698
2698
|
}
|
|
2699
2699
|
],
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2700
|
+
"type": "stack",
|
|
2701
|
+
"direction": "horizontal"
|
|
2702
2702
|
},
|
|
2703
2703
|
{
|
|
2704
2704
|
"type": "divider"
|
|
2705
2705
|
},
|
|
2706
2706
|
{
|
|
2707
|
-
"type": "form-section",
|
|
2708
|
-
"mode": "edit",
|
|
2709
2707
|
"submitEvent": "SAVE",
|
|
2710
2708
|
"cancelEvent": "CLOSE",
|
|
2709
|
+
"mode": "edit",
|
|
2711
2710
|
"fields": [
|
|
2712
2711
|
"name",
|
|
2713
2712
|
"startDate",
|
|
@@ -2716,6 +2715,7 @@
|
|
|
2716
2715
|
"status",
|
|
2717
2716
|
"taskCount"
|
|
2718
2717
|
],
|
|
2718
|
+
"type": "form-section",
|
|
2719
2719
|
"entityId": "@entity.id",
|
|
2720
2720
|
"entity": "Sprint"
|
|
2721
2721
|
}
|
|
@@ -2949,40 +2949,42 @@
|
|
|
2949
2949
|
"fetch",
|
|
2950
2950
|
"Sprint",
|
|
2951
2951
|
{
|
|
2952
|
+
"id": "@payload.id",
|
|
2952
2953
|
"emit": {
|
|
2953
|
-
"
|
|
2954
|
-
"
|
|
2955
|
-
}
|
|
2956
|
-
"id": "@payload.id"
|
|
2954
|
+
"success": "SprintLoaded",
|
|
2955
|
+
"failure": "SprintLoadFailed"
|
|
2956
|
+
}
|
|
2957
2957
|
}
|
|
2958
2958
|
],
|
|
2959
2959
|
[
|
|
2960
2960
|
"render-ui",
|
|
2961
2961
|
"modal",
|
|
2962
2962
|
{
|
|
2963
|
-
"
|
|
2963
|
+
"direction": "vertical",
|
|
2964
|
+
"type": "stack",
|
|
2964
2965
|
"children": [
|
|
2965
2966
|
{
|
|
2966
|
-
"direction": "horizontal",
|
|
2967
|
-
"type": "stack",
|
|
2968
2967
|
"children": [
|
|
2969
2968
|
{
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2969
|
+
"type": "icon",
|
|
2970
|
+
"name": "eye"
|
|
2972
2971
|
},
|
|
2973
2972
|
{
|
|
2974
|
-
"variant": "h3",
|
|
2975
2973
|
"content": "@entity.name",
|
|
2976
|
-
"type": "typography"
|
|
2974
|
+
"type": "typography",
|
|
2975
|
+
"variant": "h3"
|
|
2977
2976
|
}
|
|
2978
2977
|
],
|
|
2979
2978
|
"gap": "sm",
|
|
2980
|
-
"align": "center"
|
|
2979
|
+
"align": "center",
|
|
2980
|
+
"direction": "horizontal",
|
|
2981
|
+
"type": "stack"
|
|
2981
2982
|
},
|
|
2982
2983
|
{
|
|
2983
2984
|
"type": "divider"
|
|
2984
2985
|
},
|
|
2985
2986
|
{
|
|
2987
|
+
"gap": "md",
|
|
2986
2988
|
"children": [
|
|
2987
2989
|
{
|
|
2988
2990
|
"variant": "caption",
|
|
@@ -2996,90 +2998,89 @@
|
|
|
2996
2998
|
}
|
|
2997
2999
|
],
|
|
2998
3000
|
"direction": "horizontal",
|
|
2999
|
-
"type": "stack"
|
|
3000
|
-
"gap": "md"
|
|
3001
|
+
"type": "stack"
|
|
3001
3002
|
},
|
|
3002
3003
|
{
|
|
3003
3004
|
"gap": "md",
|
|
3004
|
-
"type": "stack",
|
|
3005
|
-
"direction": "horizontal",
|
|
3006
3005
|
"children": [
|
|
3007
3006
|
{
|
|
3007
|
+
"content": "Start Date",
|
|
3008
3008
|
"type": "typography",
|
|
3009
|
-
"variant": "caption"
|
|
3010
|
-
"content": "Start Date"
|
|
3009
|
+
"variant": "caption"
|
|
3011
3010
|
},
|
|
3012
3011
|
{
|
|
3013
3012
|
"variant": "body",
|
|
3014
|
-
"
|
|
3015
|
-
"
|
|
3013
|
+
"type": "typography",
|
|
3014
|
+
"content": "@entity.startDate"
|
|
3016
3015
|
}
|
|
3017
|
-
]
|
|
3016
|
+
],
|
|
3017
|
+
"type": "stack",
|
|
3018
|
+
"direction": "horizontal"
|
|
3018
3019
|
},
|
|
3019
3020
|
{
|
|
3021
|
+
"type": "stack",
|
|
3020
3022
|
"children": [
|
|
3021
3023
|
{
|
|
3022
|
-
"
|
|
3024
|
+
"type": "typography",
|
|
3023
3025
|
"variant": "caption",
|
|
3024
|
-
"
|
|
3026
|
+
"content": "End Date"
|
|
3025
3027
|
},
|
|
3026
3028
|
{
|
|
3027
3029
|
"variant": "body",
|
|
3028
|
-
"
|
|
3029
|
-
"
|
|
3030
|
+
"content": "@entity.endDate",
|
|
3031
|
+
"type": "typography"
|
|
3030
3032
|
}
|
|
3031
3033
|
],
|
|
3032
|
-
"gap": "md",
|
|
3033
3034
|
"direction": "horizontal",
|
|
3034
|
-
"
|
|
3035
|
+
"gap": "md"
|
|
3035
3036
|
},
|
|
3036
3037
|
{
|
|
3037
|
-
"type": "stack",
|
|
3038
|
-
"direction": "horizontal",
|
|
3039
3038
|
"gap": "md",
|
|
3039
|
+
"type": "stack",
|
|
3040
3040
|
"children": [
|
|
3041
3041
|
{
|
|
3042
|
+
"type": "typography",
|
|
3042
3043
|
"variant": "caption",
|
|
3043
|
-
"content": "Goal"
|
|
3044
|
-
"type": "typography"
|
|
3044
|
+
"content": "Goal"
|
|
3045
3045
|
},
|
|
3046
3046
|
{
|
|
3047
|
-
"variant": "body",
|
|
3048
3047
|
"content": "@entity.goal",
|
|
3048
|
+
"variant": "body",
|
|
3049
3049
|
"type": "typography"
|
|
3050
3050
|
}
|
|
3051
|
-
]
|
|
3051
|
+
],
|
|
3052
|
+
"direction": "horizontal"
|
|
3052
3053
|
},
|
|
3053
3054
|
{
|
|
3054
|
-
"gap": "md",
|
|
3055
3055
|
"type": "stack",
|
|
3056
|
+
"gap": "md",
|
|
3056
3057
|
"direction": "horizontal",
|
|
3057
3058
|
"children": [
|
|
3058
3059
|
{
|
|
3059
3060
|
"variant": "caption",
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
3061
|
+
"content": "Status",
|
|
3062
|
+
"type": "typography"
|
|
3062
3063
|
},
|
|
3063
3064
|
{
|
|
3064
|
-
"variant": "body",
|
|
3065
3065
|
"content": "@entity.status",
|
|
3066
|
+
"variant": "body",
|
|
3066
3067
|
"type": "typography"
|
|
3067
3068
|
}
|
|
3068
3069
|
]
|
|
3069
3070
|
},
|
|
3070
3071
|
{
|
|
3071
|
-
"type": "stack",
|
|
3072
3072
|
"direction": "horizontal",
|
|
3073
|
+
"type": "stack",
|
|
3073
3074
|
"children": [
|
|
3074
3075
|
{
|
|
3075
|
-
"content": "Task Count",
|
|
3076
3076
|
"variant": "caption",
|
|
3077
|
+
"content": "Task Count",
|
|
3077
3078
|
"type": "typography"
|
|
3078
3079
|
},
|
|
3079
3080
|
{
|
|
3080
|
-
"
|
|
3081
|
+
"variant": "body",
|
|
3081
3082
|
"type": "typography",
|
|
3082
|
-
"
|
|
3083
|
+
"content": "@entity.taskCount"
|
|
3083
3084
|
}
|
|
3084
3085
|
],
|
|
3085
3086
|
"gap": "md"
|
|
@@ -3088,29 +3089,28 @@
|
|
|
3088
3089
|
"type": "divider"
|
|
3089
3090
|
},
|
|
3090
3091
|
{
|
|
3091
|
-
"justify": "end",
|
|
3092
3092
|
"direction": "horizontal",
|
|
3093
|
-
"
|
|
3094
|
-
"gap": "sm",
|
|
3093
|
+
"justify": "end",
|
|
3095
3094
|
"children": [
|
|
3096
3095
|
{
|
|
3096
|
+
"type": "button",
|
|
3097
|
+
"label": "Edit",
|
|
3097
3098
|
"action": "EDIT",
|
|
3098
3099
|
"variant": "primary",
|
|
3099
|
-
"
|
|
3100
|
-
"icon": "edit",
|
|
3101
|
-
"type": "button"
|
|
3100
|
+
"icon": "edit"
|
|
3102
3101
|
},
|
|
3103
3102
|
{
|
|
3104
|
-
"label": "Close",
|
|
3105
|
-
"action": "CLOSE",
|
|
3106
3103
|
"type": "button",
|
|
3104
|
+
"action": "CLOSE",
|
|
3105
|
+
"label": "Close",
|
|
3107
3106
|
"variant": "ghost"
|
|
3108
3107
|
}
|
|
3109
|
-
]
|
|
3108
|
+
],
|
|
3109
|
+
"gap": "sm",
|
|
3110
|
+
"type": "stack"
|
|
3110
3111
|
}
|
|
3111
3112
|
],
|
|
3112
|
-
"
|
|
3113
|
-
"type": "stack"
|
|
3113
|
+
"gap": "md"
|
|
3114
3114
|
}
|
|
3115
3115
|
]
|
|
3116
3116
|
]
|
|
@@ -3345,64 +3345,64 @@
|
|
|
3345
3345
|
"fetch",
|
|
3346
3346
|
"Sprint",
|
|
3347
3347
|
{
|
|
3348
|
-
"id": "@payload.id",
|
|
3349
3348
|
"emit": {
|
|
3350
|
-
"
|
|
3351
|
-
"
|
|
3352
|
-
}
|
|
3349
|
+
"failure": "SprintLoadFailed",
|
|
3350
|
+
"success": "SprintLoaded"
|
|
3351
|
+
},
|
|
3352
|
+
"id": "@payload.id"
|
|
3353
3353
|
}
|
|
3354
3354
|
],
|
|
3355
3355
|
[
|
|
3356
3356
|
"render-ui",
|
|
3357
3357
|
"modal",
|
|
3358
3358
|
{
|
|
3359
|
-
"type": "stack",
|
|
3360
3359
|
"direction": "vertical",
|
|
3361
3360
|
"gap": "md",
|
|
3361
|
+
"type": "stack",
|
|
3362
3362
|
"children": [
|
|
3363
3363
|
{
|
|
3364
|
+
"type": "stack",
|
|
3365
|
+
"direction": "horizontal",
|
|
3364
3366
|
"children": [
|
|
3365
3367
|
{
|
|
3366
3368
|
"type": "icon",
|
|
3367
3369
|
"name": "alert-triangle"
|
|
3368
3370
|
},
|
|
3369
3371
|
{
|
|
3372
|
+
"type": "typography",
|
|
3370
3373
|
"content": "Delete Sprint",
|
|
3371
|
-
"variant": "h3"
|
|
3372
|
-
"type": "typography"
|
|
3374
|
+
"variant": "h3"
|
|
3373
3375
|
}
|
|
3374
3376
|
],
|
|
3375
|
-
"align": "center",
|
|
3376
|
-
"type": "stack",
|
|
3377
3377
|
"gap": "sm",
|
|
3378
|
-
"
|
|
3378
|
+
"align": "center"
|
|
3379
3379
|
},
|
|
3380
3380
|
{
|
|
3381
3381
|
"type": "divider"
|
|
3382
3382
|
},
|
|
3383
3383
|
{
|
|
3384
|
-
"message": "This action cannot be undone.",
|
|
3385
3384
|
"type": "alert",
|
|
3386
|
-
"variant": "error"
|
|
3385
|
+
"variant": "error",
|
|
3386
|
+
"message": "This action cannot be undone."
|
|
3387
3387
|
},
|
|
3388
3388
|
{
|
|
3389
3389
|
"type": "stack",
|
|
3390
|
-
"direction": "horizontal",
|
|
3391
3390
|
"gap": "sm",
|
|
3392
3391
|
"justify": "end",
|
|
3392
|
+
"direction": "horizontal",
|
|
3393
3393
|
"children": [
|
|
3394
3394
|
{
|
|
3395
|
-
"
|
|
3396
|
-
"action": "CANCEL",
|
|
3395
|
+
"variant": "ghost",
|
|
3397
3396
|
"type": "button",
|
|
3398
|
-
"
|
|
3397
|
+
"label": "Cancel",
|
|
3398
|
+
"action": "CANCEL"
|
|
3399
3399
|
},
|
|
3400
3400
|
{
|
|
3401
|
-
"
|
|
3401
|
+
"icon": "check",
|
|
3402
3402
|
"type": "button",
|
|
3403
|
-
"
|
|
3403
|
+
"action": "CONFIRM_DELETE",
|
|
3404
3404
|
"label": "Delete",
|
|
3405
|
-
"
|
|
3405
|
+
"variant": "danger"
|
|
3406
3406
|
}
|
|
3407
3407
|
]
|
|
3408
3408
|
}
|
|
@@ -3705,19 +3705,35 @@
|
|
|
3705
3705
|
{
|
|
3706
3706
|
"type": "dashboard-layout",
|
|
3707
3707
|
"appName": "ProjectManagerApp",
|
|
3708
|
+
"navItems": [
|
|
3709
|
+
{
|
|
3710
|
+
"href": "/tasks",
|
|
3711
|
+
"icon": "check-square",
|
|
3712
|
+
"label": "Tasks"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"label": "Sprints",
|
|
3716
|
+
"icon": "zap",
|
|
3717
|
+
"href": "/sprints"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"href": "/burndown",
|
|
3721
|
+
"icon": "layout-list",
|
|
3722
|
+
"label": "Burndown"
|
|
3723
|
+
}
|
|
3724
|
+
],
|
|
3708
3725
|
"children": [
|
|
3709
3726
|
{
|
|
3727
|
+
"type": "scaled-diagram",
|
|
3710
3728
|
"children": [
|
|
3711
3729
|
{
|
|
3712
|
-
"gap": "lg",
|
|
3713
|
-
"type": "stack",
|
|
3714
3730
|
"direction": "vertical",
|
|
3715
3731
|
"children": [
|
|
3716
3732
|
{
|
|
3717
3733
|
"items": [
|
|
3718
3734
|
{
|
|
3719
|
-
"
|
|
3720
|
-
"
|
|
3735
|
+
"label": "Home",
|
|
3736
|
+
"href": "/"
|
|
3721
3737
|
},
|
|
3722
3738
|
{
|
|
3723
3739
|
"label": "Burndown Chart"
|
|
@@ -3726,34 +3742,34 @@
|
|
|
3726
3742
|
"type": "breadcrumb"
|
|
3727
3743
|
},
|
|
3728
3744
|
{
|
|
3745
|
+
"gap": "md",
|
|
3729
3746
|
"direction": "horizontal",
|
|
3730
3747
|
"justify": "between",
|
|
3731
3748
|
"children": [
|
|
3732
3749
|
{
|
|
3733
|
-
"direction": "horizontal",
|
|
3734
3750
|
"type": "stack",
|
|
3735
3751
|
"gap": "md",
|
|
3752
|
+
"direction": "horizontal",
|
|
3736
3753
|
"children": [
|
|
3737
3754
|
{
|
|
3738
|
-
"
|
|
3739
|
-
"
|
|
3755
|
+
"type": "icon",
|
|
3756
|
+
"name": "trending-down"
|
|
3740
3757
|
},
|
|
3741
3758
|
{
|
|
3742
|
-
"content": "Burndown Chart",
|
|
3743
3759
|
"variant": "h2",
|
|
3744
|
-
"type": "typography"
|
|
3760
|
+
"type": "typography",
|
|
3761
|
+
"content": "Burndown Chart"
|
|
3745
3762
|
}
|
|
3746
3763
|
]
|
|
3747
3764
|
},
|
|
3748
3765
|
{
|
|
3749
|
-
"
|
|
3766
|
+
"label": "Refresh",
|
|
3750
3767
|
"variant": "secondary",
|
|
3751
3768
|
"icon": "refresh-cw",
|
|
3752
3769
|
"action": "REFRESH",
|
|
3753
|
-
"
|
|
3770
|
+
"type": "button"
|
|
3754
3771
|
}
|
|
3755
3772
|
],
|
|
3756
|
-
"gap": "md",
|
|
3757
3773
|
"type": "stack"
|
|
3758
3774
|
},
|
|
3759
3775
|
{
|
|
@@ -3763,10 +3779,10 @@
|
|
|
3763
3779
|
"children": [
|
|
3764
3780
|
{
|
|
3765
3781
|
"type": "simple-grid",
|
|
3766
|
-
"cols": 5.0,
|
|
3767
3782
|
"children": [
|
|
3768
3783
|
{
|
|
3769
3784
|
"type": "stat-display",
|
|
3785
|
+
"label": "TotalPoints",
|
|
3770
3786
|
"value": [
|
|
3771
3787
|
"object/get",
|
|
3772
3788
|
[
|
|
@@ -3774,8 +3790,7 @@
|
|
|
3774
3790
|
"@entity"
|
|
3775
3791
|
],
|
|
3776
3792
|
"totalPoints"
|
|
3777
|
-
]
|
|
3778
|
-
"label": "TotalPoints"
|
|
3793
|
+
]
|
|
3779
3794
|
},
|
|
3780
3795
|
{
|
|
3781
3796
|
"type": "stat-display",
|
|
@@ -3790,6 +3805,8 @@
|
|
|
3790
3805
|
]
|
|
3791
3806
|
},
|
|
3792
3807
|
{
|
|
3808
|
+
"type": "stat-display",
|
|
3809
|
+
"label": "RemainingPoints",
|
|
3793
3810
|
"value": [
|
|
3794
3811
|
"object/get",
|
|
3795
3812
|
[
|
|
@@ -3797,12 +3814,9 @@
|
|
|
3797
3814
|
"@entity"
|
|
3798
3815
|
],
|
|
3799
3816
|
"remainingPoints"
|
|
3800
|
-
]
|
|
3801
|
-
"type": "stat-display",
|
|
3802
|
-
"label": "RemainingPoints"
|
|
3817
|
+
]
|
|
3803
3818
|
},
|
|
3804
3819
|
{
|
|
3805
|
-
"label": "Velocity",
|
|
3806
3820
|
"value": [
|
|
3807
3821
|
"object/get",
|
|
3808
3822
|
[
|
|
@@ -3811,11 +3825,10 @@
|
|
|
3811
3825
|
],
|
|
3812
3826
|
"velocity"
|
|
3813
3827
|
],
|
|
3814
|
-
"type": "stat-display"
|
|
3828
|
+
"type": "stat-display",
|
|
3829
|
+
"label": "Velocity"
|
|
3815
3830
|
},
|
|
3816
3831
|
{
|
|
3817
|
-
"type": "stat-display",
|
|
3818
|
-
"label": "DaysRemaining",
|
|
3819
3832
|
"value": [
|
|
3820
3833
|
"object/get",
|
|
3821
3834
|
[
|
|
@@ -3823,13 +3836,16 @@
|
|
|
3823
3836
|
"@entity"
|
|
3824
3837
|
],
|
|
3825
3838
|
"daysRemaining"
|
|
3826
|
-
]
|
|
3839
|
+
],
|
|
3840
|
+
"type": "stat-display",
|
|
3841
|
+
"label": "DaysRemaining"
|
|
3827
3842
|
}
|
|
3828
|
-
]
|
|
3843
|
+
],
|
|
3844
|
+
"cols": 5.0
|
|
3829
3845
|
}
|
|
3830
3846
|
],
|
|
3831
|
-
"
|
|
3832
|
-
"
|
|
3847
|
+
"type": "box",
|
|
3848
|
+
"padding": "md"
|
|
3833
3849
|
},
|
|
3834
3850
|
{
|
|
3835
3851
|
"type": "divider"
|
|
@@ -3837,48 +3853,48 @@
|
|
|
3837
3853
|
{
|
|
3838
3854
|
"children": [
|
|
3839
3855
|
{
|
|
3840
|
-
"type": "card",
|
|
3841
3856
|
"children": [
|
|
3842
3857
|
{
|
|
3843
|
-
"content": "Chart View",
|
|
3844
3858
|
"variant": "caption",
|
|
3859
|
+
"content": "Chart View",
|
|
3845
3860
|
"type": "typography"
|
|
3846
3861
|
}
|
|
3847
|
-
]
|
|
3862
|
+
],
|
|
3863
|
+
"type": "card"
|
|
3848
3864
|
},
|
|
3849
3865
|
{
|
|
3866
|
+
"type": "card",
|
|
3850
3867
|
"children": [
|
|
3851
3868
|
{
|
|
3852
3869
|
"type": "typography",
|
|
3853
|
-
"
|
|
3854
|
-
"
|
|
3870
|
+
"variant": "caption",
|
|
3871
|
+
"content": "Graph View"
|
|
3855
3872
|
}
|
|
3856
|
-
]
|
|
3857
|
-
"type": "card"
|
|
3873
|
+
]
|
|
3858
3874
|
}
|
|
3859
3875
|
],
|
|
3860
|
-
"
|
|
3876
|
+
"cols": 2.0,
|
|
3861
3877
|
"type": "grid",
|
|
3862
|
-
"
|
|
3878
|
+
"gap": "md"
|
|
3863
3879
|
},
|
|
3864
3880
|
{
|
|
3865
3881
|
"type": "line-chart",
|
|
3866
3882
|
"data": [
|
|
3867
3883
|
{
|
|
3868
|
-
"
|
|
3869
|
-
"
|
|
3884
|
+
"value": 12.0,
|
|
3885
|
+
"date": "Jan"
|
|
3870
3886
|
},
|
|
3871
3887
|
{
|
|
3872
|
-
"
|
|
3873
|
-
"
|
|
3888
|
+
"value": 19.0,
|
|
3889
|
+
"date": "Feb"
|
|
3874
3890
|
},
|
|
3875
3891
|
{
|
|
3876
3892
|
"value": 15.0,
|
|
3877
3893
|
"date": "Mar"
|
|
3878
3894
|
},
|
|
3879
3895
|
{
|
|
3880
|
-
"
|
|
3881
|
-
"
|
|
3896
|
+
"value": 25.0,
|
|
3897
|
+
"date": "Apr"
|
|
3882
3898
|
},
|
|
3883
3899
|
{
|
|
3884
3900
|
"date": "May",
|
|
@@ -3891,74 +3907,58 @@
|
|
|
3891
3907
|
]
|
|
3892
3908
|
},
|
|
3893
3909
|
{
|
|
3894
|
-
"type": "chart-legend",
|
|
3895
3910
|
"items": [
|
|
3896
3911
|
{
|
|
3897
|
-
"
|
|
3898
|
-
"
|
|
3912
|
+
"label": "Current",
|
|
3913
|
+
"color": "primary"
|
|
3899
3914
|
},
|
|
3900
3915
|
{
|
|
3901
|
-
"
|
|
3902
|
-
"
|
|
3916
|
+
"color": "muted",
|
|
3917
|
+
"label": "Previous"
|
|
3903
3918
|
}
|
|
3904
|
-
]
|
|
3919
|
+
],
|
|
3920
|
+
"type": "chart-legend"
|
|
3905
3921
|
},
|
|
3906
3922
|
{
|
|
3907
|
-
"edges": [
|
|
3908
|
-
{
|
|
3909
|
-
"to": "b",
|
|
3910
|
-
"from": "a"
|
|
3911
|
-
},
|
|
3912
|
-
{
|
|
3913
|
-
"from": "b",
|
|
3914
|
-
"to": "c"
|
|
3915
|
-
}
|
|
3916
|
-
],
|
|
3917
|
-
"type": "graph-view",
|
|
3918
3923
|
"width": 400.0,
|
|
3919
3924
|
"height": 200.0,
|
|
3920
3925
|
"nodes": [
|
|
3921
3926
|
{
|
|
3922
|
-
"
|
|
3927
|
+
"label": "Start",
|
|
3923
3928
|
"x": 50.0,
|
|
3924
3929
|
"id": "a",
|
|
3925
|
-
"
|
|
3930
|
+
"y": 100.0
|
|
3926
3931
|
},
|
|
3927
3932
|
{
|
|
3933
|
+
"x": 200.0,
|
|
3928
3934
|
"label": "Process",
|
|
3929
|
-
"id": "b",
|
|
3930
3935
|
"y": 50.0,
|
|
3931
|
-
"
|
|
3936
|
+
"id": "b"
|
|
3932
3937
|
},
|
|
3933
3938
|
{
|
|
3934
3939
|
"y": 100.0,
|
|
3940
|
+
"id": "c",
|
|
3935
3941
|
"label": "End",
|
|
3936
|
-
"x": 350.0
|
|
3937
|
-
|
|
3942
|
+
"x": 350.0
|
|
3943
|
+
}
|
|
3944
|
+
],
|
|
3945
|
+
"type": "graph-view",
|
|
3946
|
+
"edges": [
|
|
3947
|
+
{
|
|
3948
|
+
"to": "b",
|
|
3949
|
+
"from": "a"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"from": "b",
|
|
3953
|
+
"to": "c"
|
|
3938
3954
|
}
|
|
3939
3955
|
]
|
|
3940
3956
|
}
|
|
3941
|
-
]
|
|
3957
|
+
],
|
|
3958
|
+
"gap": "lg",
|
|
3959
|
+
"type": "stack"
|
|
3942
3960
|
}
|
|
3943
|
-
]
|
|
3944
|
-
"type": "scaled-diagram"
|
|
3945
|
-
}
|
|
3946
|
-
],
|
|
3947
|
-
"navItems": [
|
|
3948
|
-
{
|
|
3949
|
-
"icon": "check-square",
|
|
3950
|
-
"href": "/tasks",
|
|
3951
|
-
"label": "Tasks"
|
|
3952
|
-
},
|
|
3953
|
-
{
|
|
3954
|
-
"href": "/sprints",
|
|
3955
|
-
"icon": "zap",
|
|
3956
|
-
"label": "Sprints"
|
|
3957
|
-
},
|
|
3958
|
-
{
|
|
3959
|
-
"label": "Burndown",
|
|
3960
|
-
"href": "/burndown",
|
|
3961
|
-
"icon": "layout-list"
|
|
3961
|
+
]
|
|
3962
3962
|
}
|
|
3963
3963
|
]
|
|
3964
3964
|
}
|
|
@@ -3975,8 +3975,8 @@
|
|
|
3975
3975
|
"Burndown",
|
|
3976
3976
|
{
|
|
3977
3977
|
"emit": {
|
|
3978
|
-
"
|
|
3979
|
-
"
|
|
3978
|
+
"failure": "BurndownLoadFailed",
|
|
3979
|
+
"success": "BurndownLoaded"
|
|
3980
3980
|
}
|
|
3981
3981
|
}
|
|
3982
3982
|
],
|
|
@@ -3986,10 +3986,10 @@
|
|
|
3986
3986
|
{
|
|
3987
3987
|
"children": [
|
|
3988
3988
|
{
|
|
3989
|
+
"type": "scaled-diagram",
|
|
3989
3990
|
"children": [
|
|
3990
3991
|
{
|
|
3991
|
-
"
|
|
3992
|
-
"direction": "vertical",
|
|
3992
|
+
"gap": "lg",
|
|
3993
3993
|
"children": [
|
|
3994
3994
|
{
|
|
3995
3995
|
"items": [
|
|
@@ -4004,13 +4004,14 @@
|
|
|
4004
4004
|
"type": "breadcrumb"
|
|
4005
4005
|
},
|
|
4006
4006
|
{
|
|
4007
|
+
"type": "stack",
|
|
4007
4008
|
"direction": "horizontal",
|
|
4008
4009
|
"gap": "md",
|
|
4009
|
-
"justify": "between",
|
|
4010
|
-
"type": "stack",
|
|
4011
4010
|
"children": [
|
|
4012
4011
|
{
|
|
4012
|
+
"type": "stack",
|
|
4013
4013
|
"direction": "horizontal",
|
|
4014
|
+
"gap": "md",
|
|
4014
4015
|
"children": [
|
|
4015
4016
|
{
|
|
4016
4017
|
"name": "trending-down",
|
|
@@ -4018,29 +4019,30 @@
|
|
|
4018
4019
|
},
|
|
4019
4020
|
{
|
|
4020
4021
|
"type": "typography",
|
|
4021
|
-
"
|
|
4022
|
-
"
|
|
4022
|
+
"variant": "h2",
|
|
4023
|
+
"content": "Burndown Chart"
|
|
4023
4024
|
}
|
|
4024
|
-
]
|
|
4025
|
-
"gap": "md",
|
|
4026
|
-
"type": "stack"
|
|
4025
|
+
]
|
|
4027
4026
|
},
|
|
4028
4027
|
{
|
|
4029
|
-
"
|
|
4030
|
-
"icon": "refresh-cw",
|
|
4028
|
+
"type": "button",
|
|
4031
4029
|
"action": "REFRESH",
|
|
4030
|
+
"variant": "secondary",
|
|
4032
4031
|
"label": "Refresh",
|
|
4033
|
-
"
|
|
4032
|
+
"icon": "refresh-cw"
|
|
4034
4033
|
}
|
|
4035
|
-
]
|
|
4034
|
+
],
|
|
4035
|
+
"justify": "between"
|
|
4036
4036
|
},
|
|
4037
4037
|
{
|
|
4038
4038
|
"type": "divider"
|
|
4039
4039
|
},
|
|
4040
4040
|
{
|
|
4041
|
+
"type": "box",
|
|
4041
4042
|
"padding": "md",
|
|
4042
4043
|
"children": [
|
|
4043
4044
|
{
|
|
4045
|
+
"type": "simple-grid",
|
|
4044
4046
|
"cols": 5.0,
|
|
4045
4047
|
"children": [
|
|
4046
4048
|
{
|
|
@@ -4056,6 +4058,7 @@
|
|
|
4056
4058
|
]
|
|
4057
4059
|
},
|
|
4058
4060
|
{
|
|
4061
|
+
"label": "CompletedPoints",
|
|
4059
4062
|
"type": "stat-display",
|
|
4060
4063
|
"value": [
|
|
4061
4064
|
"object/get",
|
|
@@ -4064,10 +4067,10 @@
|
|
|
4064
4067
|
"@entity"
|
|
4065
4068
|
],
|
|
4066
4069
|
"completedPoints"
|
|
4067
|
-
]
|
|
4068
|
-
"label": "CompletedPoints"
|
|
4070
|
+
]
|
|
4069
4071
|
},
|
|
4070
4072
|
{
|
|
4073
|
+
"type": "stat-display",
|
|
4071
4074
|
"label": "RemainingPoints",
|
|
4072
4075
|
"value": [
|
|
4073
4076
|
"object/get",
|
|
@@ -4076,12 +4079,9 @@
|
|
|
4076
4079
|
"@entity"
|
|
4077
4080
|
],
|
|
4078
4081
|
"remainingPoints"
|
|
4079
|
-
]
|
|
4080
|
-
"type": "stat-display"
|
|
4082
|
+
]
|
|
4081
4083
|
},
|
|
4082
4084
|
{
|
|
4083
|
-
"type": "stat-display",
|
|
4084
|
-
"label": "Velocity",
|
|
4085
4085
|
"value": [
|
|
4086
4086
|
"object/get",
|
|
4087
4087
|
[
|
|
@@ -4089,11 +4089,11 @@
|
|
|
4089
4089
|
"@entity"
|
|
4090
4090
|
],
|
|
4091
4091
|
"velocity"
|
|
4092
|
-
]
|
|
4092
|
+
],
|
|
4093
|
+
"type": "stat-display",
|
|
4094
|
+
"label": "Velocity"
|
|
4093
4095
|
},
|
|
4094
4096
|
{
|
|
4095
|
-
"type": "stat-display",
|
|
4096
|
-
"label": "DaysRemaining",
|
|
4097
4097
|
"value": [
|
|
4098
4098
|
"object/get",
|
|
4099
4099
|
[
|
|
@@ -4101,43 +4101,43 @@
|
|
|
4101
4101
|
"@entity"
|
|
4102
4102
|
],
|
|
4103
4103
|
"daysRemaining"
|
|
4104
|
-
]
|
|
4104
|
+
],
|
|
4105
|
+
"label": "DaysRemaining",
|
|
4106
|
+
"type": "stat-display"
|
|
4105
4107
|
}
|
|
4106
|
-
]
|
|
4107
|
-
"type": "simple-grid"
|
|
4108
|
+
]
|
|
4108
4109
|
}
|
|
4109
|
-
]
|
|
4110
|
-
"type": "box"
|
|
4110
|
+
]
|
|
4111
4111
|
},
|
|
4112
4112
|
{
|
|
4113
4113
|
"type": "divider"
|
|
4114
4114
|
},
|
|
4115
4115
|
{
|
|
4116
|
-
"gap": "md",
|
|
4117
|
-
"type": "grid",
|
|
4118
4116
|
"cols": 2.0,
|
|
4119
4117
|
"children": [
|
|
4120
4118
|
{
|
|
4121
|
-
"type": "card",
|
|
4122
4119
|
"children": [
|
|
4123
4120
|
{
|
|
4124
|
-
"variant": "caption",
|
|
4125
4121
|
"content": "Chart View",
|
|
4122
|
+
"variant": "caption",
|
|
4126
4123
|
"type": "typography"
|
|
4127
4124
|
}
|
|
4128
|
-
]
|
|
4125
|
+
],
|
|
4126
|
+
"type": "card"
|
|
4129
4127
|
},
|
|
4130
4128
|
{
|
|
4131
|
-
"type": "card",
|
|
4132
4129
|
"children": [
|
|
4133
4130
|
{
|
|
4131
|
+
"type": "typography",
|
|
4134
4132
|
"variant": "caption",
|
|
4135
|
-
"content": "Graph View"
|
|
4136
|
-
"type": "typography"
|
|
4133
|
+
"content": "Graph View"
|
|
4137
4134
|
}
|
|
4138
|
-
]
|
|
4135
|
+
],
|
|
4136
|
+
"type": "card"
|
|
4139
4137
|
}
|
|
4140
|
-
]
|
|
4138
|
+
],
|
|
4139
|
+
"gap": "md",
|
|
4140
|
+
"type": "grid"
|
|
4141
4141
|
},
|
|
4142
4142
|
{
|
|
4143
4143
|
"type": "line-chart",
|
|
@@ -4147,12 +4147,12 @@
|
|
|
4147
4147
|
"date": "Jan"
|
|
4148
4148
|
},
|
|
4149
4149
|
{
|
|
4150
|
-
"
|
|
4151
|
-
"
|
|
4150
|
+
"value": 19.0,
|
|
4151
|
+
"date": "Feb"
|
|
4152
4152
|
},
|
|
4153
4153
|
{
|
|
4154
|
-
"
|
|
4155
|
-
"
|
|
4154
|
+
"date": "Mar",
|
|
4155
|
+
"value": 15.0
|
|
4156
4156
|
},
|
|
4157
4157
|
{
|
|
4158
4158
|
"date": "Apr",
|
|
@@ -4172,8 +4172,8 @@
|
|
|
4172
4172
|
"type": "chart-legend",
|
|
4173
4173
|
"items": [
|
|
4174
4174
|
{
|
|
4175
|
-
"
|
|
4176
|
-
"
|
|
4175
|
+
"color": "primary",
|
|
4176
|
+
"label": "Current"
|
|
4177
4177
|
},
|
|
4178
4178
|
{
|
|
4179
4179
|
"label": "Previous",
|
|
@@ -4183,46 +4183,47 @@
|
|
|
4183
4183
|
},
|
|
4184
4184
|
{
|
|
4185
4185
|
"type": "graph-view",
|
|
4186
|
-
"edges": [
|
|
4187
|
-
{
|
|
4188
|
-
"to": "b",
|
|
4189
|
-
"from": "a"
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"from": "b",
|
|
4193
|
-
"to": "c"
|
|
4194
|
-
}
|
|
4195
|
-
],
|
|
4196
4186
|
"nodes": [
|
|
4197
4187
|
{
|
|
4198
|
-
"
|
|
4199
|
-
"id": "a",
|
|
4188
|
+
"label": "Start",
|
|
4200
4189
|
"x": 50.0,
|
|
4201
|
-
"
|
|
4190
|
+
"id": "a",
|
|
4191
|
+
"y": 100.0
|
|
4202
4192
|
},
|
|
4203
4193
|
{
|
|
4194
|
+
"y": 50.0,
|
|
4204
4195
|
"label": "Process",
|
|
4205
|
-
"id": "b",
|
|
4206
4196
|
"x": 200.0,
|
|
4207
|
-
"
|
|
4197
|
+
"id": "b"
|
|
4208
4198
|
},
|
|
4209
4199
|
{
|
|
4210
|
-
"y": 100.0,
|
|
4211
|
-
"label": "End",
|
|
4212
4200
|
"x": 350.0,
|
|
4213
|
-
"id": "c"
|
|
4201
|
+
"id": "c",
|
|
4202
|
+
"label": "End",
|
|
4203
|
+
"y": 100.0
|
|
4214
4204
|
}
|
|
4215
4205
|
],
|
|
4216
|
-
"
|
|
4217
|
-
|
|
4206
|
+
"edges": [
|
|
4207
|
+
{
|
|
4208
|
+
"from": "a",
|
|
4209
|
+
"to": "b"
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
"from": "b",
|
|
4213
|
+
"to": "c"
|
|
4214
|
+
}
|
|
4215
|
+
],
|
|
4216
|
+
"height": 200.0,
|
|
4217
|
+
"width": 400.0
|
|
4218
4218
|
}
|
|
4219
4219
|
],
|
|
4220
|
-
"
|
|
4220
|
+
"type": "stack",
|
|
4221
|
+
"direction": "vertical"
|
|
4221
4222
|
}
|
|
4222
|
-
]
|
|
4223
|
-
"type": "scaled-diagram"
|
|
4223
|
+
]
|
|
4224
4224
|
}
|
|
4225
4225
|
],
|
|
4226
|
+
"type": "dashboard-layout",
|
|
4226
4227
|
"appName": "ProjectManagerApp",
|
|
4227
4228
|
"navItems": [
|
|
4228
4229
|
{
|
|
@@ -4231,17 +4232,16 @@
|
|
|
4231
4232
|
"icon": "check-square"
|
|
4232
4233
|
},
|
|
4233
4234
|
{
|
|
4235
|
+
"icon": "zap",
|
|
4234
4236
|
"href": "/sprints",
|
|
4235
|
-
"label": "Sprints"
|
|
4236
|
-
"icon": "zap"
|
|
4237
|
+
"label": "Sprints"
|
|
4237
4238
|
},
|
|
4238
4239
|
{
|
|
4239
4240
|
"label": "Burndown",
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4241
|
+
"href": "/burndown",
|
|
4242
|
+
"icon": "layout-list"
|
|
4242
4243
|
}
|
|
4243
|
-
]
|
|
4244
|
-
"type": "dashboard-layout"
|
|
4244
|
+
]
|
|
4245
4245
|
}
|
|
4246
4246
|
]
|
|
4247
4247
|
]
|
|
@@ -4256,8 +4256,8 @@
|
|
|
4256
4256
|
"Burndown",
|
|
4257
4257
|
{
|
|
4258
4258
|
"emit": {
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4259
|
+
"success": "BurndownLoaded",
|
|
4260
|
+
"failure": "BurndownLoadFailed"
|
|
4261
4261
|
}
|
|
4262
4262
|
}
|
|
4263
4263
|
],
|
|
@@ -4265,30 +4265,14 @@
|
|
|
4265
4265
|
"render-ui",
|
|
4266
4266
|
"main",
|
|
4267
4267
|
{
|
|
4268
|
-
"
|
|
4269
|
-
{
|
|
4270
|
-
"label": "Tasks",
|
|
4271
|
-
"href": "/tasks",
|
|
4272
|
-
"icon": "check-square"
|
|
4273
|
-
},
|
|
4274
|
-
{
|
|
4275
|
-
"href": "/sprints",
|
|
4276
|
-
"label": "Sprints",
|
|
4277
|
-
"icon": "zap"
|
|
4278
|
-
},
|
|
4279
|
-
{
|
|
4280
|
-
"label": "Burndown",
|
|
4281
|
-
"href": "/burndown",
|
|
4282
|
-
"icon": "layout-list"
|
|
4283
|
-
}
|
|
4284
|
-
],
|
|
4268
|
+
"type": "dashboard-layout",
|
|
4285
4269
|
"appName": "ProjectManagerApp",
|
|
4286
4270
|
"children": [
|
|
4287
4271
|
{
|
|
4288
4272
|
"children": [
|
|
4289
4273
|
{
|
|
4290
|
-
"gap": "lg",
|
|
4291
4274
|
"type": "stack",
|
|
4275
|
+
"direction": "vertical",
|
|
4292
4276
|
"children": [
|
|
4293
4277
|
{
|
|
4294
4278
|
"items": [
|
|
@@ -4303,46 +4287,46 @@
|
|
|
4303
4287
|
"type": "breadcrumb"
|
|
4304
4288
|
},
|
|
4305
4289
|
{
|
|
4290
|
+
"type": "stack",
|
|
4291
|
+
"direction": "horizontal",
|
|
4292
|
+
"gap": "md",
|
|
4293
|
+
"justify": "between",
|
|
4306
4294
|
"children": [
|
|
4307
4295
|
{
|
|
4296
|
+
"type": "stack",
|
|
4308
4297
|
"direction": "horizontal",
|
|
4298
|
+
"gap": "md",
|
|
4309
4299
|
"children": [
|
|
4310
4300
|
{
|
|
4311
|
-
"
|
|
4312
|
-
"
|
|
4301
|
+
"name": "trending-down",
|
|
4302
|
+
"type": "icon"
|
|
4313
4303
|
},
|
|
4314
4304
|
{
|
|
4315
|
-
"variant": "h2",
|
|
4316
4305
|
"content": "Burndown Chart",
|
|
4306
|
+
"variant": "h2",
|
|
4317
4307
|
"type": "typography"
|
|
4318
4308
|
}
|
|
4319
|
-
]
|
|
4320
|
-
"type": "stack",
|
|
4321
|
-
"gap": "md"
|
|
4309
|
+
]
|
|
4322
4310
|
},
|
|
4323
4311
|
{
|
|
4324
|
-
"action": "REFRESH",
|
|
4325
4312
|
"label": "Refresh",
|
|
4326
|
-
"icon": "refresh-cw",
|
|
4327
4313
|
"type": "button",
|
|
4314
|
+
"icon": "refresh-cw",
|
|
4315
|
+
"action": "REFRESH",
|
|
4328
4316
|
"variant": "secondary"
|
|
4329
4317
|
}
|
|
4330
|
-
]
|
|
4331
|
-
"gap": "md",
|
|
4332
|
-
"type": "stack",
|
|
4333
|
-
"direction": "horizontal",
|
|
4334
|
-
"justify": "between"
|
|
4318
|
+
]
|
|
4335
4319
|
},
|
|
4336
4320
|
{
|
|
4337
4321
|
"type": "divider"
|
|
4338
4322
|
},
|
|
4339
4323
|
{
|
|
4340
4324
|
"padding": "md",
|
|
4341
|
-
"type": "box",
|
|
4342
4325
|
"children": [
|
|
4343
4326
|
{
|
|
4344
4327
|
"children": [
|
|
4345
4328
|
{
|
|
4329
|
+
"type": "stat-display",
|
|
4346
4330
|
"value": [
|
|
4347
4331
|
"object/get",
|
|
4348
4332
|
[
|
|
@@ -4351,10 +4335,10 @@
|
|
|
4351
4335
|
],
|
|
4352
4336
|
"totalPoints"
|
|
4353
4337
|
],
|
|
4354
|
-
"type": "stat-display",
|
|
4355
4338
|
"label": "TotalPoints"
|
|
4356
4339
|
},
|
|
4357
4340
|
{
|
|
4341
|
+
"label": "CompletedPoints",
|
|
4358
4342
|
"value": [
|
|
4359
4343
|
"object/get",
|
|
4360
4344
|
[
|
|
@@ -4363,7 +4347,6 @@
|
|
|
4363
4347
|
],
|
|
4364
4348
|
"completedPoints"
|
|
4365
4349
|
],
|
|
4366
|
-
"label": "CompletedPoints",
|
|
4367
4350
|
"type": "stat-display"
|
|
4368
4351
|
},
|
|
4369
4352
|
{
|
|
@@ -4379,8 +4362,8 @@
|
|
|
4379
4362
|
"label": "RemainingPoints"
|
|
4380
4363
|
},
|
|
4381
4364
|
{
|
|
4382
|
-
"label": "Velocity",
|
|
4383
4365
|
"type": "stat-display",
|
|
4366
|
+
"label": "Velocity",
|
|
4384
4367
|
"value": [
|
|
4385
4368
|
"object/get",
|
|
4386
4369
|
[
|
|
@@ -4391,7 +4374,6 @@
|
|
|
4391
4374
|
]
|
|
4392
4375
|
},
|
|
4393
4376
|
{
|
|
4394
|
-
"label": "DaysRemaining",
|
|
4395
4377
|
"value": [
|
|
4396
4378
|
"object/get",
|
|
4397
4379
|
[
|
|
@@ -4400,110 +4382,112 @@
|
|
|
4400
4382
|
],
|
|
4401
4383
|
"daysRemaining"
|
|
4402
4384
|
],
|
|
4385
|
+
"label": "DaysRemaining",
|
|
4403
4386
|
"type": "stat-display"
|
|
4404
4387
|
}
|
|
4405
4388
|
],
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4389
|
+
"type": "simple-grid",
|
|
4390
|
+
"cols": 5.0
|
|
4408
4391
|
}
|
|
4409
|
-
]
|
|
4392
|
+
],
|
|
4393
|
+
"type": "box"
|
|
4410
4394
|
},
|
|
4411
4395
|
{
|
|
4412
4396
|
"type": "divider"
|
|
4413
4397
|
},
|
|
4414
4398
|
{
|
|
4415
4399
|
"gap": "md",
|
|
4400
|
+
"type": "grid",
|
|
4416
4401
|
"children": [
|
|
4417
4402
|
{
|
|
4403
|
+
"type": "card",
|
|
4418
4404
|
"children": [
|
|
4419
4405
|
{
|
|
4420
|
-
"variant": "caption",
|
|
4421
4406
|
"type": "typography",
|
|
4407
|
+
"variant": "caption",
|
|
4422
4408
|
"content": "Chart View"
|
|
4423
4409
|
}
|
|
4424
|
-
]
|
|
4425
|
-
"type": "card"
|
|
4410
|
+
]
|
|
4426
4411
|
},
|
|
4427
4412
|
{
|
|
4413
|
+
"type": "card",
|
|
4428
4414
|
"children": [
|
|
4429
4415
|
{
|
|
4430
4416
|
"variant": "caption",
|
|
4431
|
-
"
|
|
4432
|
-
"
|
|
4417
|
+
"content": "Graph View",
|
|
4418
|
+
"type": "typography"
|
|
4433
4419
|
}
|
|
4434
|
-
]
|
|
4435
|
-
"type": "card"
|
|
4420
|
+
]
|
|
4436
4421
|
}
|
|
4437
4422
|
],
|
|
4438
|
-
"cols": 2.0
|
|
4439
|
-
"type": "grid"
|
|
4423
|
+
"cols": 2.0
|
|
4440
4424
|
},
|
|
4441
4425
|
{
|
|
4442
4426
|
"type": "line-chart",
|
|
4443
4427
|
"data": [
|
|
4444
4428
|
{
|
|
4445
|
-
"
|
|
4446
|
-
"
|
|
4429
|
+
"date": "Jan",
|
|
4430
|
+
"value": 12.0
|
|
4447
4431
|
},
|
|
4448
4432
|
{
|
|
4449
4433
|
"date": "Feb",
|
|
4450
4434
|
"value": 19.0
|
|
4451
4435
|
},
|
|
4452
4436
|
{
|
|
4453
|
-
"
|
|
4454
|
-
"
|
|
4437
|
+
"date": "Mar",
|
|
4438
|
+
"value": 15.0
|
|
4455
4439
|
},
|
|
4456
4440
|
{
|
|
4457
4441
|
"date": "Apr",
|
|
4458
4442
|
"value": 25.0
|
|
4459
4443
|
},
|
|
4460
4444
|
{
|
|
4461
|
-
"
|
|
4462
|
-
"
|
|
4445
|
+
"date": "May",
|
|
4446
|
+
"value": 22.0
|
|
4463
4447
|
},
|
|
4464
4448
|
{
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4449
|
+
"date": "Jun",
|
|
4450
|
+
"value": 30.0
|
|
4467
4451
|
}
|
|
4468
4452
|
]
|
|
4469
4453
|
},
|
|
4470
4454
|
{
|
|
4471
4455
|
"items": [
|
|
4472
4456
|
{
|
|
4473
|
-
"
|
|
4474
|
-
"
|
|
4457
|
+
"color": "primary",
|
|
4458
|
+
"label": "Current"
|
|
4475
4459
|
},
|
|
4476
4460
|
{
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4461
|
+
"color": "muted",
|
|
4462
|
+
"label": "Previous"
|
|
4479
4463
|
}
|
|
4480
4464
|
],
|
|
4481
4465
|
"type": "chart-legend"
|
|
4482
4466
|
},
|
|
4483
4467
|
{
|
|
4484
|
-
"width": 400.0,
|
|
4485
4468
|
"height": 200.0,
|
|
4469
|
+
"type": "graph-view",
|
|
4486
4470
|
"nodes": [
|
|
4487
4471
|
{
|
|
4488
|
-
"
|
|
4472
|
+
"label": "Start",
|
|
4489
4473
|
"x": 50.0,
|
|
4490
4474
|
"y": 100.0,
|
|
4491
|
-
"
|
|
4475
|
+
"id": "a"
|
|
4492
4476
|
},
|
|
4493
4477
|
{
|
|
4494
|
-
"label": "Process",
|
|
4495
|
-
"y": 50.0,
|
|
4496
4478
|
"id": "b",
|
|
4497
|
-
"x": 200.0
|
|
4479
|
+
"x": 200.0,
|
|
4480
|
+
"label": "Process",
|
|
4481
|
+
"y": 50.0
|
|
4498
4482
|
},
|
|
4499
4483
|
{
|
|
4500
|
-
"y": 100.0,
|
|
4501
4484
|
"label": "End",
|
|
4502
4485
|
"x": 350.0,
|
|
4486
|
+
"y": 100.0,
|
|
4503
4487
|
"id": "c"
|
|
4504
4488
|
}
|
|
4505
4489
|
],
|
|
4506
|
-
"
|
|
4490
|
+
"width": 400.0,
|
|
4507
4491
|
"edges": [
|
|
4508
4492
|
{
|
|
4509
4493
|
"to": "b",
|
|
@@ -4516,13 +4500,29 @@
|
|
|
4516
4500
|
]
|
|
4517
4501
|
}
|
|
4518
4502
|
],
|
|
4519
|
-
"
|
|
4503
|
+
"gap": "lg"
|
|
4520
4504
|
}
|
|
4521
4505
|
],
|
|
4522
4506
|
"type": "scaled-diagram"
|
|
4523
4507
|
}
|
|
4524
|
-
],
|
|
4525
|
-
"
|
|
4508
|
+
],
|
|
4509
|
+
"navItems": [
|
|
4510
|
+
{
|
|
4511
|
+
"href": "/tasks",
|
|
4512
|
+
"icon": "check-square",
|
|
4513
|
+
"label": "Tasks"
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"href": "/sprints",
|
|
4517
|
+
"icon": "zap",
|
|
4518
|
+
"label": "Sprints"
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"label": "Burndown",
|
|
4522
|
+
"href": "/burndown",
|
|
4523
|
+
"icon": "layout-list"
|
|
4524
|
+
}
|
|
4525
|
+
]
|
|
4526
4526
|
}
|
|
4527
4527
|
]
|
|
4528
4528
|
]
|
|
@@ -4537,8 +4537,8 @@
|
|
|
4537
4537
|
"Burndown",
|
|
4538
4538
|
{
|
|
4539
4539
|
"emit": {
|
|
4540
|
-
"
|
|
4541
|
-
"
|
|
4540
|
+
"success": "BurndownLoaded",
|
|
4541
|
+
"failure": "BurndownLoadFailed"
|
|
4542
4542
|
}
|
|
4543
4543
|
}
|
|
4544
4544
|
],
|
|
@@ -4546,6 +4546,8 @@
|
|
|
4546
4546
|
"render-ui",
|
|
4547
4547
|
"main",
|
|
4548
4548
|
{
|
|
4549
|
+
"appName": "ProjectManagerApp",
|
|
4550
|
+
"type": "dashboard-layout",
|
|
4549
4551
|
"navItems": [
|
|
4550
4552
|
{
|
|
4551
4553
|
"icon": "check-square",
|
|
@@ -4553,26 +4555,27 @@
|
|
|
4553
4555
|
"href": "/tasks"
|
|
4554
4556
|
},
|
|
4555
4557
|
{
|
|
4556
|
-
"
|
|
4558
|
+
"label": "Sprints",
|
|
4557
4559
|
"href": "/sprints",
|
|
4558
|
-
"
|
|
4560
|
+
"icon": "zap"
|
|
4559
4561
|
},
|
|
4560
4562
|
{
|
|
4561
|
-
"label": "Burndown",
|
|
4562
4563
|
"href": "/burndown",
|
|
4563
|
-
"icon": "layout-list"
|
|
4564
|
+
"icon": "layout-list",
|
|
4565
|
+
"label": "Burndown"
|
|
4564
4566
|
}
|
|
4565
4567
|
],
|
|
4566
|
-
"type": "dashboard-layout",
|
|
4567
4568
|
"children": [
|
|
4568
4569
|
{
|
|
4569
4570
|
"type": "scaled-diagram",
|
|
4570
4571
|
"children": [
|
|
4571
4572
|
{
|
|
4572
|
-
"gap": "lg",
|
|
4573
4573
|
"type": "stack",
|
|
4574
|
+
"gap": "lg",
|
|
4575
|
+
"direction": "vertical",
|
|
4574
4576
|
"children": [
|
|
4575
4577
|
{
|
|
4578
|
+
"type": "breadcrumb",
|
|
4576
4579
|
"items": [
|
|
4577
4580
|
{
|
|
4578
4581
|
"href": "/",
|
|
@@ -4581,54 +4584,48 @@
|
|
|
4581
4584
|
{
|
|
4582
4585
|
"label": "Burndown Chart"
|
|
4583
4586
|
}
|
|
4584
|
-
]
|
|
4585
|
-
"type": "breadcrumb"
|
|
4587
|
+
]
|
|
4586
4588
|
},
|
|
4587
4589
|
{
|
|
4590
|
+
"type": "stack",
|
|
4588
4591
|
"gap": "md",
|
|
4589
4592
|
"direction": "horizontal",
|
|
4590
|
-
"justify": "between",
|
|
4591
|
-
"type": "stack",
|
|
4592
4593
|
"children": [
|
|
4593
4594
|
{
|
|
4594
4595
|
"type": "stack",
|
|
4595
|
-
"gap": "md",
|
|
4596
|
-
"direction": "horizontal",
|
|
4597
4596
|
"children": [
|
|
4598
4597
|
{
|
|
4599
4598
|
"type": "icon",
|
|
4600
4599
|
"name": "trending-down"
|
|
4601
4600
|
},
|
|
4602
4601
|
{
|
|
4603
|
-
"
|
|
4602
|
+
"content": "Burndown Chart",
|
|
4604
4603
|
"type": "typography",
|
|
4605
|
-
"
|
|
4604
|
+
"variant": "h2"
|
|
4606
4605
|
}
|
|
4607
|
-
]
|
|
4606
|
+
],
|
|
4607
|
+
"gap": "md",
|
|
4608
|
+
"direction": "horizontal"
|
|
4608
4609
|
},
|
|
4609
4610
|
{
|
|
4610
|
-
"action": "REFRESH",
|
|
4611
4611
|
"type": "button",
|
|
4612
|
+
"variant": "secondary",
|
|
4613
|
+
"action": "REFRESH",
|
|
4612
4614
|
"icon": "refresh-cw",
|
|
4613
|
-
"label": "Refresh"
|
|
4614
|
-
"variant": "secondary"
|
|
4615
|
+
"label": "Refresh"
|
|
4615
4616
|
}
|
|
4616
|
-
]
|
|
4617
|
+
],
|
|
4618
|
+
"justify": "between"
|
|
4617
4619
|
},
|
|
4618
4620
|
{
|
|
4619
4621
|
"type": "divider"
|
|
4620
4622
|
},
|
|
4621
4623
|
{
|
|
4622
|
-
"type": "box",
|
|
4623
|
-
"padding": "md",
|
|
4624
4624
|
"children": [
|
|
4625
4625
|
{
|
|
4626
|
-
"type": "simple-grid",
|
|
4627
4626
|
"cols": 5.0,
|
|
4628
4627
|
"children": [
|
|
4629
4628
|
{
|
|
4630
|
-
"type": "stat-display",
|
|
4631
|
-
"label": "TotalPoints",
|
|
4632
4629
|
"value": [
|
|
4633
4630
|
"object/get",
|
|
4634
4631
|
[
|
|
@@ -4636,7 +4633,9 @@
|
|
|
4636
4633
|
"@entity"
|
|
4637
4634
|
],
|
|
4638
4635
|
"totalPoints"
|
|
4639
|
-
]
|
|
4636
|
+
],
|
|
4637
|
+
"type": "stat-display",
|
|
4638
|
+
"label": "TotalPoints"
|
|
4640
4639
|
},
|
|
4641
4640
|
{
|
|
4642
4641
|
"label": "CompletedPoints",
|
|
@@ -4686,23 +4685,28 @@
|
|
|
4686
4685
|
],
|
|
4687
4686
|
"type": "stat-display"
|
|
4688
4687
|
}
|
|
4689
|
-
]
|
|
4688
|
+
],
|
|
4689
|
+
"type": "simple-grid"
|
|
4690
4690
|
}
|
|
4691
|
-
]
|
|
4691
|
+
],
|
|
4692
|
+
"type": "box",
|
|
4693
|
+
"padding": "md"
|
|
4692
4694
|
},
|
|
4693
4695
|
{
|
|
4694
4696
|
"type": "divider"
|
|
4695
4697
|
},
|
|
4696
4698
|
{
|
|
4699
|
+
"cols": 2.0,
|
|
4697
4700
|
"gap": "md",
|
|
4701
|
+
"type": "grid",
|
|
4698
4702
|
"children": [
|
|
4699
4703
|
{
|
|
4700
4704
|
"type": "card",
|
|
4701
4705
|
"children": [
|
|
4702
4706
|
{
|
|
4707
|
+
"type": "typography",
|
|
4703
4708
|
"content": "Chart View",
|
|
4704
|
-
"variant": "caption"
|
|
4705
|
-
"type": "typography"
|
|
4709
|
+
"variant": "caption"
|
|
4706
4710
|
}
|
|
4707
4711
|
]
|
|
4708
4712
|
},
|
|
@@ -4710,26 +4714,23 @@
|
|
|
4710
4714
|
"type": "card",
|
|
4711
4715
|
"children": [
|
|
4712
4716
|
{
|
|
4717
|
+
"type": "typography",
|
|
4713
4718
|
"variant": "caption",
|
|
4714
|
-
"content": "Graph View"
|
|
4715
|
-
"type": "typography"
|
|
4719
|
+
"content": "Graph View"
|
|
4716
4720
|
}
|
|
4717
4721
|
]
|
|
4718
4722
|
}
|
|
4719
|
-
]
|
|
4720
|
-
"type": "grid",
|
|
4721
|
-
"cols": 2.0
|
|
4723
|
+
]
|
|
4722
4724
|
},
|
|
4723
4725
|
{
|
|
4724
|
-
"type": "line-chart",
|
|
4725
4726
|
"data": [
|
|
4726
4727
|
{
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4728
|
+
"value": 12.0,
|
|
4729
|
+
"date": "Jan"
|
|
4729
4730
|
},
|
|
4730
4731
|
{
|
|
4731
|
-
"
|
|
4732
|
-
"
|
|
4732
|
+
"value": 19.0,
|
|
4733
|
+
"date": "Feb"
|
|
4733
4734
|
},
|
|
4734
4735
|
{
|
|
4735
4736
|
"value": 15.0,
|
|
@@ -4740,20 +4741,21 @@
|
|
|
4740
4741
|
"value": 25.0
|
|
4741
4742
|
},
|
|
4742
4743
|
{
|
|
4743
|
-
"
|
|
4744
|
-
"
|
|
4744
|
+
"date": "May",
|
|
4745
|
+
"value": 22.0
|
|
4745
4746
|
},
|
|
4746
4747
|
{
|
|
4747
4748
|
"date": "Jun",
|
|
4748
4749
|
"value": 30.0
|
|
4749
4750
|
}
|
|
4750
|
-
]
|
|
4751
|
+
],
|
|
4752
|
+
"type": "line-chart"
|
|
4751
4753
|
},
|
|
4752
4754
|
{
|
|
4753
4755
|
"items": [
|
|
4754
4756
|
{
|
|
4755
|
-
"
|
|
4756
|
-
"
|
|
4757
|
+
"label": "Current",
|
|
4758
|
+
"color": "primary"
|
|
4757
4759
|
},
|
|
4758
4760
|
{
|
|
4759
4761
|
"color": "muted",
|
|
@@ -4763,47 +4765,45 @@
|
|
|
4763
4765
|
"type": "chart-legend"
|
|
4764
4766
|
},
|
|
4765
4767
|
{
|
|
4766
|
-
"width": 400.0,
|
|
4767
4768
|
"nodes": [
|
|
4768
4769
|
{
|
|
4769
|
-
"y": 100.0,
|
|
4770
4770
|
"label": "Start",
|
|
4771
|
-
"
|
|
4772
|
-
"
|
|
4771
|
+
"id": "a",
|
|
4772
|
+
"y": 100.0,
|
|
4773
|
+
"x": 50.0
|
|
4773
4774
|
},
|
|
4774
4775
|
{
|
|
4775
4776
|
"label": "Process",
|
|
4776
|
-
"
|
|
4777
|
+
"id": "b",
|
|
4777
4778
|
"x": 200.0,
|
|
4778
|
-
"
|
|
4779
|
+
"y": 50.0
|
|
4779
4780
|
},
|
|
4780
4781
|
{
|
|
4781
|
-
"y": 100.0,
|
|
4782
4782
|
"label": "End",
|
|
4783
4783
|
"id": "c",
|
|
4784
|
-
"x": 350.0
|
|
4784
|
+
"x": 350.0,
|
|
4785
|
+
"y": 100.0
|
|
4785
4786
|
}
|
|
4786
4787
|
],
|
|
4788
|
+
"type": "graph-view",
|
|
4787
4789
|
"edges": [
|
|
4788
4790
|
{
|
|
4789
4791
|
"from": "a",
|
|
4790
4792
|
"to": "b"
|
|
4791
4793
|
},
|
|
4792
4794
|
{
|
|
4793
|
-
"
|
|
4794
|
-
"
|
|
4795
|
+
"to": "c",
|
|
4796
|
+
"from": "b"
|
|
4795
4797
|
}
|
|
4796
4798
|
],
|
|
4797
|
-
"
|
|
4798
|
-
"
|
|
4799
|
+
"width": 400.0,
|
|
4800
|
+
"height": 200.0
|
|
4799
4801
|
}
|
|
4800
|
-
]
|
|
4801
|
-
"direction": "vertical"
|
|
4802
|
+
]
|
|
4802
4803
|
}
|
|
4803
4804
|
]
|
|
4804
4805
|
}
|
|
4805
|
-
]
|
|
4806
|
-
"appName": "ProjectManagerApp"
|
|
4806
|
+
]
|
|
4807
4807
|
}
|
|
4808
4808
|
]
|
|
4809
4809
|
]
|
|
@@ -4818,8 +4818,8 @@
|
|
|
4818
4818
|
"Burndown",
|
|
4819
4819
|
{
|
|
4820
4820
|
"emit": {
|
|
4821
|
-
"
|
|
4822
|
-
"
|
|
4821
|
+
"success": "BurndownLoaded",
|
|
4822
|
+
"failure": "BurndownLoadFailed"
|
|
4823
4823
|
}
|
|
4824
4824
|
}
|
|
4825
4825
|
],
|
|
@@ -4827,14 +4827,12 @@
|
|
|
4827
4827
|
"render-ui",
|
|
4828
4828
|
"main",
|
|
4829
4829
|
{
|
|
4830
|
-
"appName": "ProjectManagerApp",
|
|
4831
4830
|
"children": [
|
|
4832
4831
|
{
|
|
4833
4832
|
"children": [
|
|
4834
4833
|
{
|
|
4835
4834
|
"children": [
|
|
4836
4835
|
{
|
|
4837
|
-
"type": "breadcrumb",
|
|
4838
4836
|
"items": [
|
|
4839
4837
|
{
|
|
4840
4838
|
"label": "Home",
|
|
@@ -4843,51 +4841,52 @@
|
|
|
4843
4841
|
{
|
|
4844
4842
|
"label": "Burndown Chart"
|
|
4845
4843
|
}
|
|
4846
|
-
]
|
|
4844
|
+
],
|
|
4845
|
+
"type": "breadcrumb"
|
|
4847
4846
|
},
|
|
4848
4847
|
{
|
|
4849
|
-
"gap": "md",
|
|
4850
|
-
"justify": "between",
|
|
4851
|
-
"type": "stack",
|
|
4852
|
-
"direction": "horizontal",
|
|
4853
4848
|
"children": [
|
|
4854
4849
|
{
|
|
4855
|
-
"type": "stack",
|
|
4856
|
-
"direction": "horizontal",
|
|
4857
|
-
"gap": "md",
|
|
4858
4850
|
"children": [
|
|
4859
4851
|
{
|
|
4860
|
-
"
|
|
4861
|
-
"
|
|
4852
|
+
"type": "icon",
|
|
4853
|
+
"name": "trending-down"
|
|
4862
4854
|
},
|
|
4863
4855
|
{
|
|
4856
|
+
"type": "typography",
|
|
4864
4857
|
"content": "Burndown Chart",
|
|
4865
|
-
"variant": "h2"
|
|
4866
|
-
"type": "typography"
|
|
4858
|
+
"variant": "h2"
|
|
4867
4859
|
}
|
|
4868
|
-
]
|
|
4860
|
+
],
|
|
4861
|
+
"direction": "horizontal",
|
|
4862
|
+
"gap": "md",
|
|
4863
|
+
"type": "stack"
|
|
4869
4864
|
},
|
|
4870
4865
|
{
|
|
4871
|
-
"
|
|
4866
|
+
"action": "REFRESH",
|
|
4872
4867
|
"label": "Refresh",
|
|
4868
|
+
"variant": "secondary",
|
|
4873
4869
|
"icon": "refresh-cw",
|
|
4874
|
-
"action": "REFRESH",
|
|
4875
4870
|
"type": "button"
|
|
4876
4871
|
}
|
|
4877
|
-
]
|
|
4872
|
+
],
|
|
4873
|
+
"justify": "between",
|
|
4874
|
+
"direction": "horizontal",
|
|
4875
|
+
"gap": "md",
|
|
4876
|
+
"type": "stack"
|
|
4878
4877
|
},
|
|
4879
4878
|
{
|
|
4880
4879
|
"type": "divider"
|
|
4881
4880
|
},
|
|
4882
4881
|
{
|
|
4882
|
+
"type": "box",
|
|
4883
4883
|
"children": [
|
|
4884
4884
|
{
|
|
4885
4885
|
"cols": 5.0,
|
|
4886
|
-
"type": "simple-grid",
|
|
4887
4886
|
"children": [
|
|
4888
4887
|
{
|
|
4889
|
-
"type": "stat-display",
|
|
4890
4888
|
"label": "TotalPoints",
|
|
4889
|
+
"type": "stat-display",
|
|
4891
4890
|
"value": [
|
|
4892
4891
|
"object/get",
|
|
4893
4892
|
[
|
|
@@ -4906,11 +4905,10 @@
|
|
|
4906
4905
|
],
|
|
4907
4906
|
"completedPoints"
|
|
4908
4907
|
],
|
|
4909
|
-
"
|
|
4910
|
-
"
|
|
4908
|
+
"label": "CompletedPoints",
|
|
4909
|
+
"type": "stat-display"
|
|
4911
4910
|
},
|
|
4912
4911
|
{
|
|
4913
|
-
"type": "stat-display",
|
|
4914
4912
|
"label": "RemainingPoints",
|
|
4915
4913
|
"value": [
|
|
4916
4914
|
"object/get",
|
|
@@ -4919,11 +4917,10 @@
|
|
|
4919
4917
|
"@entity"
|
|
4920
4918
|
],
|
|
4921
4919
|
"remainingPoints"
|
|
4922
|
-
]
|
|
4920
|
+
],
|
|
4921
|
+
"type": "stat-display"
|
|
4923
4922
|
},
|
|
4924
4923
|
{
|
|
4925
|
-
"type": "stat-display",
|
|
4926
|
-
"label": "Velocity",
|
|
4927
4924
|
"value": [
|
|
4928
4925
|
"object/get",
|
|
4929
4926
|
[
|
|
@@ -4931,9 +4928,12 @@
|
|
|
4931
4928
|
"@entity"
|
|
4932
4929
|
],
|
|
4933
4930
|
"velocity"
|
|
4934
|
-
]
|
|
4931
|
+
],
|
|
4932
|
+
"type": "stat-display",
|
|
4933
|
+
"label": "Velocity"
|
|
4935
4934
|
},
|
|
4936
4935
|
{
|
|
4936
|
+
"type": "stat-display",
|
|
4937
4937
|
"label": "DaysRemaining",
|
|
4938
4938
|
"value": [
|
|
4939
4939
|
"object/get",
|
|
@@ -4942,42 +4942,41 @@
|
|
|
4942
4942
|
"@entity"
|
|
4943
4943
|
],
|
|
4944
4944
|
"daysRemaining"
|
|
4945
|
-
]
|
|
4946
|
-
"type": "stat-display"
|
|
4945
|
+
]
|
|
4947
4946
|
}
|
|
4948
|
-
]
|
|
4947
|
+
],
|
|
4948
|
+
"type": "simple-grid"
|
|
4949
4949
|
}
|
|
4950
4950
|
],
|
|
4951
|
-
"padding": "md"
|
|
4952
|
-
"type": "box"
|
|
4951
|
+
"padding": "md"
|
|
4953
4952
|
},
|
|
4954
4953
|
{
|
|
4955
4954
|
"type": "divider"
|
|
4956
4955
|
},
|
|
4957
4956
|
{
|
|
4958
|
-
"type": "grid",
|
|
4959
4957
|
"children": [
|
|
4960
4958
|
{
|
|
4961
4959
|
"type": "card",
|
|
4962
4960
|
"children": [
|
|
4963
4961
|
{
|
|
4962
|
+
"content": "Chart View",
|
|
4964
4963
|
"type": "typography",
|
|
4965
|
-
"variant": "caption"
|
|
4966
|
-
"content": "Chart View"
|
|
4964
|
+
"variant": "caption"
|
|
4967
4965
|
}
|
|
4968
4966
|
]
|
|
4969
4967
|
},
|
|
4970
4968
|
{
|
|
4971
|
-
"type": "card",
|
|
4972
4969
|
"children": [
|
|
4973
4970
|
{
|
|
4974
|
-
"
|
|
4971
|
+
"variant": "caption",
|
|
4975
4972
|
"type": "typography",
|
|
4976
|
-
"
|
|
4973
|
+
"content": "Graph View"
|
|
4977
4974
|
}
|
|
4978
|
-
]
|
|
4975
|
+
],
|
|
4976
|
+
"type": "card"
|
|
4979
4977
|
}
|
|
4980
4978
|
],
|
|
4979
|
+
"type": "grid",
|
|
4981
4980
|
"cols": 2.0,
|
|
4982
4981
|
"gap": "md"
|
|
4983
4982
|
},
|
|
@@ -4985,24 +4984,24 @@
|
|
|
4985
4984
|
"type": "line-chart",
|
|
4986
4985
|
"data": [
|
|
4987
4986
|
{
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
4987
|
+
"value": 12.0,
|
|
4988
|
+
"date": "Jan"
|
|
4990
4989
|
},
|
|
4991
4990
|
{
|
|
4992
4991
|
"value": 19.0,
|
|
4993
4992
|
"date": "Feb"
|
|
4994
4993
|
},
|
|
4995
4994
|
{
|
|
4996
|
-
"
|
|
4997
|
-
"
|
|
4995
|
+
"date": "Mar",
|
|
4996
|
+
"value": 15.0
|
|
4998
4997
|
},
|
|
4999
4998
|
{
|
|
5000
|
-
"
|
|
5001
|
-
"
|
|
4999
|
+
"date": "Apr",
|
|
5000
|
+
"value": 25.0
|
|
5002
5001
|
},
|
|
5003
5002
|
{
|
|
5004
|
-
"
|
|
5005
|
-
"
|
|
5003
|
+
"date": "May",
|
|
5004
|
+
"value": 22.0
|
|
5006
5005
|
},
|
|
5007
5006
|
{
|
|
5008
5007
|
"date": "Jun",
|
|
@@ -5026,22 +5025,22 @@
|
|
|
5026
5025
|
{
|
|
5027
5026
|
"nodes": [
|
|
5028
5027
|
{
|
|
5029
|
-
"
|
|
5028
|
+
"y": 100.0,
|
|
5030
5029
|
"label": "Start",
|
|
5031
5030
|
"x": 50.0,
|
|
5032
|
-
"
|
|
5031
|
+
"id": "a"
|
|
5033
5032
|
},
|
|
5034
5033
|
{
|
|
5034
|
+
"x": 200.0,
|
|
5035
5035
|
"label": "Process",
|
|
5036
5036
|
"y": 50.0,
|
|
5037
|
-
"id": "b"
|
|
5038
|
-
"x": 200.0
|
|
5037
|
+
"id": "b"
|
|
5039
5038
|
},
|
|
5040
5039
|
{
|
|
5041
|
-
"id": "c",
|
|
5042
|
-
"y": 100.0,
|
|
5043
5040
|
"label": "End",
|
|
5044
|
-
"
|
|
5041
|
+
"id": "c",
|
|
5042
|
+
"x": 350.0,
|
|
5043
|
+
"y": 100.0
|
|
5045
5044
|
}
|
|
5046
5045
|
],
|
|
5047
5046
|
"edges": [
|
|
@@ -5059,20 +5058,20 @@
|
|
|
5059
5058
|
"height": 200.0
|
|
5060
5059
|
}
|
|
5061
5060
|
],
|
|
5062
|
-
"
|
|
5061
|
+
"type": "stack",
|
|
5063
5062
|
"gap": "lg",
|
|
5064
|
-
"
|
|
5063
|
+
"direction": "vertical"
|
|
5065
5064
|
}
|
|
5066
5065
|
],
|
|
5067
5066
|
"type": "scaled-diagram"
|
|
5068
5067
|
}
|
|
5069
5068
|
],
|
|
5070
|
-
"
|
|
5069
|
+
"appName": "ProjectManagerApp",
|
|
5071
5070
|
"navItems": [
|
|
5072
5071
|
{
|
|
5072
|
+
"icon": "check-square",
|
|
5073
5073
|
"label": "Tasks",
|
|
5074
|
-
"href": "/tasks"
|
|
5075
|
-
"icon": "check-square"
|
|
5074
|
+
"href": "/tasks"
|
|
5076
5075
|
},
|
|
5077
5076
|
{
|
|
5078
5077
|
"href": "/sprints",
|
|
@@ -5080,11 +5079,12 @@
|
|
|
5080
5079
|
"icon": "zap"
|
|
5081
5080
|
},
|
|
5082
5081
|
{
|
|
5083
|
-
"
|
|
5082
|
+
"href": "/burndown",
|
|
5084
5083
|
"icon": "layout-list",
|
|
5085
|
-
"
|
|
5084
|
+
"label": "Burndown"
|
|
5086
5085
|
}
|
|
5087
|
-
]
|
|
5086
|
+
],
|
|
5087
|
+
"type": "dashboard-layout"
|
|
5088
5088
|
}
|
|
5089
5089
|
]
|
|
5090
5090
|
]
|