@almadar/std 14.9.0 → 14.10.0
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/app/organisms/std-api-gateway.orb +419 -171
- package/behaviors/registry/app/organisms/std-booking-system.orb +760 -620
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +477 -229
- package/behaviors/registry/app/organisms/std-cms.orb +433 -298
- package/behaviors/registry/app/organisms/std-crm.orb +355 -215
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +504 -369
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +271 -189
- package/behaviors/registry/app/organisms/std-healthcare.orb +676 -468
- package/behaviors/registry/app/organisms/std-helpdesk.orb +246 -166
- package/behaviors/registry/app/organisms/std-hr-portal.orb +534 -399
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +420 -340
- package/behaviors/registry/app/organisms/std-lms.orb +462 -378
- package/behaviors/registry/app/organisms/std-project-manager.orb +282 -200
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +317 -235
- package/behaviors/registry/app/organisms/std-social-feed.orb +256 -137
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +342 -218
- package/behaviors/registry/core/molecules/std-app-layout.orb +90 -21
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +419 -171
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +760 -620
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +477 -229
- package/dist/behaviors/registry/app/organisms/std-cms.orb +433 -298
- package/dist/behaviors/registry/app/organisms/std-crm.orb +355 -215
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +504 -369
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +271 -189
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +676 -468
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +246 -166
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +534 -399
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +420 -340
- package/dist/behaviors/registry/app/organisms/std-lms.orb +462 -378
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +282 -200
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +317 -235
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +256 -137
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +342 -218
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +90 -21
- package/package.json +1 -1
|
@@ -121,32 +121,32 @@
|
|
|
121
121
|
"ref": "AppShell.traits.AppLayout",
|
|
122
122
|
"name": "TaskAppLayout",
|
|
123
123
|
"config": {
|
|
124
|
-
"appName": "ProjectManagerApp",
|
|
125
|
-
"contentTrait": "@trait.TaskCatalog",
|
|
126
|
-
"searchEvent": "TASK_SEARCH",
|
|
127
124
|
"notifications": [],
|
|
128
|
-
"notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
|
|
129
125
|
"navItems": [
|
|
130
126
|
{
|
|
131
|
-
"icon": "list-todo",
|
|
132
127
|
"href": "/tasks",
|
|
133
|
-
"label": "Tasks"
|
|
128
|
+
"label": "Tasks",
|
|
129
|
+
"icon": "list-todo"
|
|
134
130
|
},
|
|
135
131
|
{
|
|
132
|
+
"icon": "zap",
|
|
136
133
|
"label": "Sprints",
|
|
137
|
-
"href": "/sprints"
|
|
138
|
-
"icon": "zap"
|
|
134
|
+
"href": "/sprints"
|
|
139
135
|
},
|
|
140
136
|
{
|
|
137
|
+
"label": "Burndown",
|
|
141
138
|
"href": "/burndown",
|
|
142
|
-
"icon": "trending-down"
|
|
143
|
-
"label": "Burndown"
|
|
139
|
+
"icon": "trending-down"
|
|
144
140
|
}
|
|
145
|
-
]
|
|
141
|
+
],
|
|
142
|
+
"appName": "ProjectManagerApp",
|
|
143
|
+
"contentTrait": "@trait.TaskCatalog",
|
|
144
|
+
"searchEvent": "TASK_SEARCH",
|
|
145
|
+
"notificationClickEvent": "TASK_NOTIFICATIONS_OPEN"
|
|
146
146
|
},
|
|
147
147
|
"events": {
|
|
148
|
-
"
|
|
149
|
-
"
|
|
148
|
+
"NOTIFY_CLICK": "TASK_NOTIFICATIONS_OPEN",
|
|
149
|
+
"SEARCH": "TASK_SEARCH"
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
{
|
|
@@ -229,13 +229,17 @@
|
|
|
229
229
|
"render-ui",
|
|
230
230
|
"main",
|
|
231
231
|
{
|
|
232
|
+
"direction": "vertical",
|
|
233
|
+
"type": "stack",
|
|
234
|
+
"gap": "lg",
|
|
232
235
|
"children": [
|
|
233
236
|
{
|
|
234
|
-
"direction": "horizontal",
|
|
235
|
-
"align": "center",
|
|
236
|
-
"gap": "md",
|
|
237
237
|
"children": [
|
|
238
238
|
{
|
|
239
|
+
"direction": "horizontal",
|
|
240
|
+
"gap": "sm",
|
|
241
|
+
"type": "stack",
|
|
242
|
+
"align": "center",
|
|
239
243
|
"children": [
|
|
240
244
|
{
|
|
241
245
|
"name": "list-todo",
|
|
@@ -246,42 +250,41 @@
|
|
|
246
250
|
"content": "Tasks",
|
|
247
251
|
"variant": "h2"
|
|
248
252
|
}
|
|
249
|
-
]
|
|
250
|
-
"type": "stack",
|
|
251
|
-
"gap": "sm",
|
|
252
|
-
"direction": "horizontal",
|
|
253
|
-
"align": "center"
|
|
253
|
+
]
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"gap": "sm",
|
|
257
256
|
"direction": "horizontal",
|
|
257
|
+
"gap": "sm",
|
|
258
258
|
"children": [
|
|
259
259
|
{
|
|
260
|
-
"variant": "primary",
|
|
261
260
|
"icon": "plus",
|
|
262
|
-
"
|
|
261
|
+
"variant": "primary",
|
|
263
262
|
"action": "CREATE",
|
|
264
|
-
"label": "New Task"
|
|
263
|
+
"label": "New Task",
|
|
264
|
+
"type": "button"
|
|
265
265
|
}
|
|
266
266
|
],
|
|
267
267
|
"type": "stack"
|
|
268
268
|
}
|
|
269
269
|
],
|
|
270
|
+
"gap": "md",
|
|
271
|
+
"direction": "horizontal",
|
|
270
272
|
"type": "stack",
|
|
271
|
-
"justify": "between"
|
|
273
|
+
"justify": "between",
|
|
274
|
+
"align": "center"
|
|
272
275
|
},
|
|
273
276
|
{
|
|
274
277
|
"type": "divider"
|
|
275
278
|
},
|
|
276
279
|
{
|
|
277
|
-
"
|
|
280
|
+
"type": "stack",
|
|
278
281
|
"align": "center",
|
|
282
|
+
"direction": "horizontal",
|
|
283
|
+
"gap": "md",
|
|
279
284
|
"children": [
|
|
280
285
|
"@trait.TaskSearch",
|
|
281
286
|
"@trait.TaskFilter"
|
|
282
|
-
]
|
|
283
|
-
"type": "stack",
|
|
284
|
-
"gap": "md"
|
|
287
|
+
]
|
|
285
288
|
},
|
|
286
289
|
"@trait.TaskStats",
|
|
287
290
|
"@trait.TaskGraphs",
|
|
@@ -290,10 +293,7 @@
|
|
|
290
293
|
"type": "divider"
|
|
291
294
|
},
|
|
292
295
|
"@trait.TaskBrowseList"
|
|
293
|
-
]
|
|
294
|
-
"gap": "lg",
|
|
295
|
-
"direction": "vertical",
|
|
296
|
-
"type": "stack"
|
|
296
|
+
]
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
]
|
|
@@ -312,34 +312,34 @@
|
|
|
312
312
|
"render-ui",
|
|
313
313
|
"main",
|
|
314
314
|
{
|
|
315
|
-
"className": "py-8",
|
|
316
|
-
"gap": "md",
|
|
317
|
-
"direction": "vertical",
|
|
318
|
-
"align": "center",
|
|
319
315
|
"children": [
|
|
320
316
|
{
|
|
321
317
|
"type": "icon",
|
|
322
318
|
"name": "bell"
|
|
323
319
|
},
|
|
324
320
|
{
|
|
321
|
+
"content": "No notifications",
|
|
325
322
|
"variant": "h3",
|
|
326
|
-
"type": "typography"
|
|
327
|
-
"content": "No notifications"
|
|
323
|
+
"type": "typography"
|
|
328
324
|
},
|
|
329
325
|
{
|
|
330
326
|
"type": "typography",
|
|
331
327
|
"variant": "caption",
|
|
332
|
-
"
|
|
333
|
-
"
|
|
328
|
+
"content": "You're all caught up.",
|
|
329
|
+
"color": "muted"
|
|
334
330
|
},
|
|
335
331
|
{
|
|
336
|
-
"type": "button",
|
|
337
332
|
"action": "INIT",
|
|
338
|
-
"
|
|
339
|
-
"
|
|
333
|
+
"label": "Back to tasks",
|
|
334
|
+
"type": "button",
|
|
335
|
+
"variant": "ghost"
|
|
340
336
|
}
|
|
341
337
|
],
|
|
342
|
-
"type": "stack"
|
|
338
|
+
"type": "stack",
|
|
339
|
+
"direction": "vertical",
|
|
340
|
+
"align": "center",
|
|
341
|
+
"gap": "md",
|
|
342
|
+
"className": "py-8"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
]
|
|
@@ -352,36 +352,35 @@
|
|
|
352
352
|
"ref": "Search.traits.SearchResultSearch",
|
|
353
353
|
"name": "TaskSearch",
|
|
354
354
|
"config": {
|
|
355
|
-
"
|
|
356
|
-
"
|
|
355
|
+
"event": "TASK_SEARCH",
|
|
356
|
+
"placeholder": "Search tasks…"
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
360
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
361
361
|
"name": "TaskFilter",
|
|
362
362
|
"config": {
|
|
363
|
-
"event": "TASK_FILTER",
|
|
364
363
|
"filters": [
|
|
365
364
|
{
|
|
366
|
-
"
|
|
365
|
+
"filterType": "select",
|
|
367
366
|
"field": "status",
|
|
367
|
+
"label": "Status",
|
|
368
368
|
"options": [
|
|
369
369
|
"todo",
|
|
370
370
|
"in-progress",
|
|
371
371
|
"review",
|
|
372
372
|
"done"
|
|
373
|
-
]
|
|
374
|
-
"filterType": "select"
|
|
373
|
+
]
|
|
375
374
|
},
|
|
376
375
|
{
|
|
377
|
-
"field": "assignee",
|
|
378
376
|
"filterType": "text",
|
|
377
|
+
"field": "assignee",
|
|
379
378
|
"label": "Assignee"
|
|
380
379
|
},
|
|
381
380
|
{
|
|
382
|
-
"label": "Priority",
|
|
383
381
|
"field": "priority",
|
|
384
382
|
"filterType": "select",
|
|
383
|
+
"label": "Priority",
|
|
385
384
|
"options": [
|
|
386
385
|
"low",
|
|
387
386
|
"medium",
|
|
@@ -390,31 +389,32 @@
|
|
|
390
389
|
]
|
|
391
390
|
},
|
|
392
391
|
{
|
|
392
|
+
"label": "Sprint",
|
|
393
393
|
"filterType": "text",
|
|
394
|
-
"field": "sprint"
|
|
395
|
-
"label": "Sprint"
|
|
394
|
+
"field": "sprint"
|
|
396
395
|
}
|
|
397
|
-
]
|
|
396
|
+
],
|
|
397
|
+
"event": "TASK_FILTER"
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"ref": "Stats.traits.StatsItemStats",
|
|
402
402
|
"name": "TaskStats",
|
|
403
403
|
"config": {
|
|
404
|
+
"title": "Tasks",
|
|
404
405
|
"metrics": [
|
|
405
406
|
{
|
|
406
|
-
"
|
|
407
|
+
"label": "Total",
|
|
407
408
|
"icon": "list-todo",
|
|
408
|
-
"variant": "primary",
|
|
409
409
|
"aggregation": "count",
|
|
410
|
-
"
|
|
410
|
+
"format": "number",
|
|
411
|
+
"variant": "primary"
|
|
411
412
|
},
|
|
412
413
|
{
|
|
414
|
+
"variant": "muted",
|
|
415
|
+
"label": "Todo",
|
|
413
416
|
"aggregation": "count",
|
|
414
417
|
"icon": "circle",
|
|
415
|
-
"label": "Todo",
|
|
416
|
-
"variant": "muted",
|
|
417
|
-
"format": "number",
|
|
418
418
|
"filter": [
|
|
419
419
|
"fn",
|
|
420
420
|
"row",
|
|
@@ -423,12 +423,11 @@
|
|
|
423
423
|
"@row.status",
|
|
424
424
|
"todo"
|
|
425
425
|
]
|
|
426
|
-
]
|
|
426
|
+
],
|
|
427
|
+
"format": "number"
|
|
427
428
|
},
|
|
428
429
|
{
|
|
429
|
-
"
|
|
430
|
-
"variant": "warning",
|
|
431
|
-
"format": "number",
|
|
430
|
+
"label": "In Progress",
|
|
432
431
|
"icon": "loader",
|
|
433
432
|
"filter": [
|
|
434
433
|
"fn",
|
|
@@ -439,9 +438,12 @@
|
|
|
439
438
|
"in-progress"
|
|
440
439
|
]
|
|
441
440
|
],
|
|
442
|
-
"
|
|
441
|
+
"aggregation": "count",
|
|
442
|
+
"variant": "warning",
|
|
443
|
+
"format": "number"
|
|
443
444
|
},
|
|
444
445
|
{
|
|
446
|
+
"format": "number",
|
|
445
447
|
"filter": [
|
|
446
448
|
"fn",
|
|
447
449
|
"row",
|
|
@@ -451,18 +453,14 @@
|
|
|
451
453
|
"done"
|
|
452
454
|
]
|
|
453
455
|
],
|
|
454
|
-
"
|
|
455
|
-
"variant": "success",
|
|
456
|
-
"format": "number",
|
|
456
|
+
"icon": "check-circle",
|
|
457
457
|
"aggregation": "count",
|
|
458
|
-
"
|
|
458
|
+
"variant": "success",
|
|
459
|
+
"label": "Done"
|
|
459
460
|
},
|
|
460
461
|
{
|
|
461
|
-
"format": "number",
|
|
462
|
-
"label": "Critical",
|
|
463
462
|
"aggregation": "count",
|
|
464
|
-
"
|
|
465
|
-
"variant": "danger",
|
|
463
|
+
"format": "number",
|
|
466
464
|
"filter": [
|
|
467
465
|
"fn",
|
|
468
466
|
"row",
|
|
@@ -471,10 +469,12 @@
|
|
|
471
469
|
"@row.priority",
|
|
472
470
|
"critical"
|
|
473
471
|
]
|
|
474
|
-
]
|
|
472
|
+
],
|
|
473
|
+
"icon": "alert-octagon",
|
|
474
|
+
"variant": "danger",
|
|
475
|
+
"label": "Critical"
|
|
475
476
|
}
|
|
476
|
-
]
|
|
477
|
-
"title": "Tasks"
|
|
477
|
+
]
|
|
478
478
|
},
|
|
479
479
|
"listens": [
|
|
480
480
|
{
|
|
@@ -491,13 +491,13 @@
|
|
|
491
491
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
492
492
|
"name": "TaskGraphs",
|
|
493
493
|
"config": {
|
|
494
|
+
"categoryField": "status",
|
|
494
495
|
"height": 240.0,
|
|
495
|
-
"aggregation": "count",
|
|
496
|
-
"chartType": "bar",
|
|
497
|
-
"showLegend": false,
|
|
498
496
|
"title": "Tasks by Status",
|
|
499
497
|
"subtitle": "Workload distribution across status buckets",
|
|
500
|
-
"
|
|
498
|
+
"chartType": "bar",
|
|
499
|
+
"showLegend": false,
|
|
500
|
+
"aggregation": "count"
|
|
501
501
|
},
|
|
502
502
|
"listens": [
|
|
503
503
|
{
|
|
@@ -515,9 +515,9 @@
|
|
|
515
515
|
"name": "TaskCalendar",
|
|
516
516
|
"linkedEntity": "Task",
|
|
517
517
|
"config": {
|
|
518
|
-
"
|
|
518
|
+
"titleField": "title",
|
|
519
519
|
"colorField": "priority",
|
|
520
|
-
"
|
|
520
|
+
"dateField": "dueDate"
|
|
521
521
|
}
|
|
522
522
|
},
|
|
523
523
|
{
|
|
@@ -525,31 +525,33 @@
|
|
|
525
525
|
"name": "TaskBrowseList",
|
|
526
526
|
"linkedEntity": "Task",
|
|
527
527
|
"config": {
|
|
528
|
+
"cols": 1.0,
|
|
528
529
|
"fields": [
|
|
529
530
|
{
|
|
530
|
-
"variant": "h3",
|
|
531
531
|
"name": "title",
|
|
532
|
-
"icon": "list-todo"
|
|
532
|
+
"icon": "list-todo",
|
|
533
|
+
"variant": "h3"
|
|
533
534
|
},
|
|
534
535
|
{
|
|
535
|
-
"
|
|
536
|
-
"
|
|
536
|
+
"name": "status",
|
|
537
|
+
"variant": "badge"
|
|
537
538
|
},
|
|
538
539
|
{
|
|
539
540
|
"name": "assignee",
|
|
540
541
|
"variant": "body"
|
|
541
542
|
},
|
|
542
543
|
{
|
|
543
|
-
"
|
|
544
|
-
"
|
|
544
|
+
"name": "priority",
|
|
545
|
+
"variant": "badge"
|
|
545
546
|
},
|
|
546
547
|
{
|
|
547
548
|
"format": "date",
|
|
548
|
-
"variant": "caption",
|
|
549
549
|
"label": "Due",
|
|
550
|
-
"name": "dueDate"
|
|
550
|
+
"name": "dueDate",
|
|
551
|
+
"variant": "caption"
|
|
551
552
|
}
|
|
552
553
|
],
|
|
554
|
+
"gap": "sm",
|
|
553
555
|
"itemActions": [
|
|
554
556
|
{
|
|
555
557
|
"event": "VIEW",
|
|
@@ -557,18 +559,16 @@
|
|
|
557
559
|
"label": "View"
|
|
558
560
|
},
|
|
559
561
|
{
|
|
562
|
+
"label": "Edit",
|
|
560
563
|
"variant": "ghost",
|
|
561
|
-
"event": "EDIT"
|
|
562
|
-
"label": "Edit"
|
|
564
|
+
"event": "EDIT"
|
|
563
565
|
},
|
|
564
566
|
{
|
|
565
567
|
"variant": "danger",
|
|
566
568
|
"event": "DELETE",
|
|
567
569
|
"label": "Delete"
|
|
568
570
|
}
|
|
569
|
-
]
|
|
570
|
-
"gap": "sm",
|
|
571
|
-
"cols": 1.0
|
|
571
|
+
]
|
|
572
572
|
},
|
|
573
573
|
"listens": [
|
|
574
574
|
{
|
|
@@ -618,7 +618,6 @@
|
|
|
618
618
|
"name": "TaskCreate",
|
|
619
619
|
"linkedEntity": "Task",
|
|
620
620
|
"config": {
|
|
621
|
-
"mode": "create",
|
|
622
621
|
"fields": [
|
|
623
622
|
"title",
|
|
624
623
|
"description",
|
|
@@ -629,8 +628,9 @@
|
|
|
629
628
|
"storyPoints",
|
|
630
629
|
"dueDate"
|
|
631
630
|
],
|
|
632
|
-
"
|
|
633
|
-
"icon": "plus-circle"
|
|
631
|
+
"mode": "create",
|
|
632
|
+
"icon": "plus-circle",
|
|
633
|
+
"title": "New Task"
|
|
634
634
|
},
|
|
635
635
|
"events": {
|
|
636
636
|
"OPEN": "CREATE"
|
|
@@ -651,6 +651,9 @@
|
|
|
651
651
|
"name": "TaskEdit",
|
|
652
652
|
"linkedEntity": "Task",
|
|
653
653
|
"config": {
|
|
654
|
+
"icon": "edit",
|
|
655
|
+
"title": "Edit Task",
|
|
656
|
+
"mode": "edit",
|
|
654
657
|
"fields": [
|
|
655
658
|
"title",
|
|
656
659
|
"description",
|
|
@@ -660,10 +663,7 @@
|
|
|
660
663
|
"sprint",
|
|
661
664
|
"storyPoints",
|
|
662
665
|
"dueDate"
|
|
663
|
-
]
|
|
664
|
-
"title": "Edit Task",
|
|
665
|
-
"mode": "edit",
|
|
666
|
-
"icon": "edit"
|
|
666
|
+
]
|
|
667
667
|
},
|
|
668
668
|
"events": {
|
|
669
669
|
"OPEN": "EDIT"
|
|
@@ -684,7 +684,6 @@
|
|
|
684
684
|
"name": "TaskView",
|
|
685
685
|
"linkedEntity": "Task",
|
|
686
686
|
"config": {
|
|
687
|
-
"icon": "eye",
|
|
688
687
|
"fields": [
|
|
689
688
|
"title",
|
|
690
689
|
"description",
|
|
@@ -695,8 +694,9 @@
|
|
|
695
694
|
"storyPoints",
|
|
696
695
|
"dueDate"
|
|
697
696
|
],
|
|
697
|
+
"mode": "edit",
|
|
698
698
|
"title": "View Task",
|
|
699
|
-
"
|
|
699
|
+
"icon": "eye"
|
|
700
700
|
},
|
|
701
701
|
"events": {
|
|
702
702
|
"OPEN": "VIEW"
|
|
@@ -717,10 +717,10 @@
|
|
|
717
717
|
"name": "TaskDelete",
|
|
718
718
|
"linkedEntity": "Task",
|
|
719
719
|
"config": {
|
|
720
|
-
"title": "Delete Task",
|
|
721
720
|
"alertMessage": "This action cannot be undone.",
|
|
722
721
|
"confirmLabel": "Delete",
|
|
723
|
-
"icon": "alert-triangle"
|
|
722
|
+
"icon": "alert-triangle",
|
|
723
|
+
"title": "Delete Task"
|
|
724
724
|
},
|
|
725
725
|
"events": {
|
|
726
726
|
"REQUEST": "DELETE",
|
|
@@ -972,6 +972,10 @@
|
|
|
972
972
|
{
|
|
973
973
|
"name": "SprintOrbital",
|
|
974
974
|
"uses": [
|
|
975
|
+
{
|
|
976
|
+
"from": "std/behaviors/std-app-layout",
|
|
977
|
+
"as": "AppShell"
|
|
978
|
+
},
|
|
975
979
|
{
|
|
976
980
|
"from": "std/behaviors/std-modal",
|
|
977
981
|
"as": "Modal"
|
|
@@ -1038,6 +1042,39 @@
|
|
|
1038
1042
|
]
|
|
1039
1043
|
},
|
|
1040
1044
|
"traits": [
|
|
1045
|
+
{
|
|
1046
|
+
"ref": "AppShell.traits.AppLayout",
|
|
1047
|
+
"name": "SprintAppLayout",
|
|
1048
|
+
"linkedEntity": "Sprint",
|
|
1049
|
+
"config": {
|
|
1050
|
+
"searchEvent": "SPRINT_SEARCH",
|
|
1051
|
+
"notifications": [],
|
|
1052
|
+
"contentTrait": "@trait.SprintCatalog",
|
|
1053
|
+
"notificationClickEvent": "SPRINT_NOTIFICATIONS_OPEN",
|
|
1054
|
+
"navItems": [
|
|
1055
|
+
{
|
|
1056
|
+
"href": "/tasks",
|
|
1057
|
+
"icon": "list-todo",
|
|
1058
|
+
"label": "Tasks"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"icon": "zap",
|
|
1062
|
+
"href": "/sprints",
|
|
1063
|
+
"label": "Sprints"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"href": "/burndown",
|
|
1067
|
+
"icon": "trending-down",
|
|
1068
|
+
"label": "Burndown"
|
|
1069
|
+
}
|
|
1070
|
+
],
|
|
1071
|
+
"appName": "ProjectManagerApp"
|
|
1072
|
+
},
|
|
1073
|
+
"events": {
|
|
1074
|
+
"NOTIFY_CLICK": "SPRINT_NOTIFICATIONS_OPEN",
|
|
1075
|
+
"SEARCH": "SPRINT_SEARCH"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1041
1078
|
{
|
|
1042
1079
|
"name": "SprintCatalog",
|
|
1043
1080
|
"category": "interaction",
|
|
@@ -1080,14 +1117,15 @@
|
|
|
1080
1117
|
"render-ui",
|
|
1081
1118
|
"main",
|
|
1082
1119
|
{
|
|
1083
|
-
"
|
|
1120
|
+
"direction": "vertical",
|
|
1121
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1084
1122
|
"children": [
|
|
1085
1123
|
{
|
|
1086
1124
|
"type": "stack",
|
|
1087
|
-
"
|
|
1088
|
-
"align": "center",
|
|
1125
|
+
"gap": "md",
|
|
1089
1126
|
"children": [
|
|
1090
1127
|
{
|
|
1128
|
+
"align": "center",
|
|
1091
1129
|
"children": [
|
|
1092
1130
|
{
|
|
1093
1131
|
"type": "icon",
|
|
@@ -1095,31 +1133,31 @@
|
|
|
1095
1133
|
},
|
|
1096
1134
|
{
|
|
1097
1135
|
"type": "typography",
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1136
|
+
"content": "Sprints",
|
|
1137
|
+
"variant": "h2"
|
|
1100
1138
|
}
|
|
1101
1139
|
],
|
|
1102
|
-
"type": "stack",
|
|
1103
|
-
"gap": "sm",
|
|
1104
1140
|
"direction": "horizontal",
|
|
1105
|
-
"
|
|
1141
|
+
"type": "stack",
|
|
1142
|
+
"gap": "sm"
|
|
1106
1143
|
},
|
|
1107
1144
|
{
|
|
1108
|
-
"type": "stack",
|
|
1109
1145
|
"direction": "horizontal",
|
|
1146
|
+
"type": "stack",
|
|
1110
1147
|
"gap": "sm",
|
|
1111
1148
|
"children": [
|
|
1112
1149
|
{
|
|
1113
|
-
"
|
|
1150
|
+
"icon": "plus",
|
|
1114
1151
|
"type": "button",
|
|
1152
|
+
"label": "New Sprint",
|
|
1115
1153
|
"variant": "primary",
|
|
1116
|
-
"icon": "plus",
|
|
1117
1154
|
"action": "CREATE"
|
|
1118
1155
|
}
|
|
1119
1156
|
]
|
|
1120
1157
|
}
|
|
1121
1158
|
],
|
|
1122
|
-
"
|
|
1159
|
+
"justify": "between",
|
|
1160
|
+
"align": "center",
|
|
1123
1161
|
"direction": "horizontal"
|
|
1124
1162
|
},
|
|
1125
1163
|
{
|
|
@@ -1128,8 +1166,7 @@
|
|
|
1128
1166
|
"@trait.SprintBrowseList"
|
|
1129
1167
|
],
|
|
1130
1168
|
"type": "stack",
|
|
1131
|
-
"
|
|
1132
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
1169
|
+
"gap": "lg"
|
|
1133
1170
|
}
|
|
1134
1171
|
]
|
|
1135
1172
|
]
|
|
@@ -1143,12 +1180,29 @@
|
|
|
1143
1180
|
"name": "SprintBrowseList",
|
|
1144
1181
|
"linkedEntity": "Sprint",
|
|
1145
1182
|
"config": {
|
|
1146
|
-
"
|
|
1183
|
+
"cols": 1.0,
|
|
1184
|
+
"itemActions": [
|
|
1185
|
+
{
|
|
1186
|
+
"variant": "ghost",
|
|
1187
|
+
"label": "View",
|
|
1188
|
+
"event": "VIEW"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"variant": "ghost",
|
|
1192
|
+
"event": "EDIT",
|
|
1193
|
+
"label": "Edit"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"label": "Delete",
|
|
1197
|
+
"variant": "danger",
|
|
1198
|
+
"event": "DELETE"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1147
1201
|
"fields": [
|
|
1148
1202
|
{
|
|
1149
|
-
"
|
|
1203
|
+
"variant": "h3",
|
|
1150
1204
|
"icon": "zap",
|
|
1151
|
-
"
|
|
1205
|
+
"name": "name"
|
|
1152
1206
|
},
|
|
1153
1207
|
{
|
|
1154
1208
|
"name": "status",
|
|
@@ -1159,42 +1213,25 @@
|
|
|
1159
1213
|
"variant": "body"
|
|
1160
1214
|
},
|
|
1161
1215
|
{
|
|
1162
|
-
"label": "Start",
|
|
1163
1216
|
"format": "date",
|
|
1217
|
+
"label": "Start",
|
|
1164
1218
|
"name": "startDate",
|
|
1165
1219
|
"variant": "caption"
|
|
1166
1220
|
},
|
|
1167
1221
|
{
|
|
1168
|
-
"
|
|
1169
|
-
"name": "endDate",
|
|
1222
|
+
"variant": "caption",
|
|
1170
1223
|
"format": "date",
|
|
1171
|
-
"
|
|
1224
|
+
"label": "End",
|
|
1225
|
+
"name": "endDate"
|
|
1172
1226
|
},
|
|
1173
1227
|
{
|
|
1174
|
-
"variant": "body",
|
|
1175
|
-
"label": "Tasks",
|
|
1176
1228
|
"name": "taskCount",
|
|
1177
|
-
"
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
"itemActions": [
|
|
1181
|
-
{
|
|
1182
|
-
"label": "View",
|
|
1183
|
-
"variant": "ghost",
|
|
1184
|
-
"event": "VIEW"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"variant": "ghost",
|
|
1188
|
-
"label": "Edit",
|
|
1189
|
-
"event": "EDIT"
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"label": "Delete",
|
|
1193
|
-
"event": "DELETE",
|
|
1194
|
-
"variant": "danger"
|
|
1229
|
+
"variant": "body",
|
|
1230
|
+
"format": "number",
|
|
1231
|
+
"label": "Tasks"
|
|
1195
1232
|
}
|
|
1196
1233
|
],
|
|
1197
|
-
"
|
|
1234
|
+
"gap": "sm"
|
|
1198
1235
|
},
|
|
1199
1236
|
"listens": [
|
|
1200
1237
|
{
|
|
@@ -1228,9 +1265,6 @@
|
|
|
1228
1265
|
"name": "SprintCreate",
|
|
1229
1266
|
"linkedEntity": "Sprint",
|
|
1230
1267
|
"config": {
|
|
1231
|
-
"mode": "create",
|
|
1232
|
-
"title": "New Sprint",
|
|
1233
|
-
"icon": "plus-circle",
|
|
1234
1268
|
"fields": [
|
|
1235
1269
|
"name",
|
|
1236
1270
|
"startDate",
|
|
@@ -1238,7 +1272,10 @@
|
|
|
1238
1272
|
"goal",
|
|
1239
1273
|
"status",
|
|
1240
1274
|
"taskCount"
|
|
1241
|
-
]
|
|
1275
|
+
],
|
|
1276
|
+
"icon": "plus-circle",
|
|
1277
|
+
"title": "New Sprint",
|
|
1278
|
+
"mode": "create"
|
|
1242
1279
|
},
|
|
1243
1280
|
"events": {
|
|
1244
1281
|
"OPEN": "CREATE"
|
|
@@ -1261,7 +1298,6 @@
|
|
|
1261
1298
|
"config": {
|
|
1262
1299
|
"mode": "edit",
|
|
1263
1300
|
"icon": "edit",
|
|
1264
|
-
"title": "Edit Sprint",
|
|
1265
1301
|
"fields": [
|
|
1266
1302
|
"name",
|
|
1267
1303
|
"startDate",
|
|
@@ -1269,7 +1305,8 @@
|
|
|
1269
1305
|
"goal",
|
|
1270
1306
|
"status",
|
|
1271
1307
|
"taskCount"
|
|
1272
|
-
]
|
|
1308
|
+
],
|
|
1309
|
+
"title": "Edit Sprint"
|
|
1273
1310
|
},
|
|
1274
1311
|
"events": {
|
|
1275
1312
|
"OPEN": "EDIT"
|
|
@@ -1290,7 +1327,6 @@
|
|
|
1290
1327
|
"name": "SprintView",
|
|
1291
1328
|
"linkedEntity": "Sprint",
|
|
1292
1329
|
"config": {
|
|
1293
|
-
"icon": "eye",
|
|
1294
1330
|
"fields": [
|
|
1295
1331
|
"name",
|
|
1296
1332
|
"startDate",
|
|
@@ -1300,7 +1336,8 @@
|
|
|
1300
1336
|
"taskCount"
|
|
1301
1337
|
],
|
|
1302
1338
|
"title": "View Sprint",
|
|
1303
|
-
"mode": "edit"
|
|
1339
|
+
"mode": "edit",
|
|
1340
|
+
"icon": "eye"
|
|
1304
1341
|
},
|
|
1305
1342
|
"events": {
|
|
1306
1343
|
"OPEN": "VIEW"
|
|
@@ -1530,6 +1567,9 @@
|
|
|
1530
1567
|
"name": "Sprints",
|
|
1531
1568
|
"path": "/sprints",
|
|
1532
1569
|
"traits": [
|
|
1570
|
+
{
|
|
1571
|
+
"ref": "SprintAppLayout"
|
|
1572
|
+
},
|
|
1533
1573
|
{
|
|
1534
1574
|
"ref": "SprintCatalog"
|
|
1535
1575
|
},
|
|
@@ -1557,6 +1597,12 @@
|
|
|
1557
1597
|
},
|
|
1558
1598
|
{
|
|
1559
1599
|
"name": "BurndownOrbital",
|
|
1600
|
+
"uses": [
|
|
1601
|
+
{
|
|
1602
|
+
"from": "std/behaviors/std-app-layout",
|
|
1603
|
+
"as": "AppShell"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1560
1606
|
"entity": {
|
|
1561
1607
|
"name": "Burndown",
|
|
1562
1608
|
"persistence": "singleton",
|
|
@@ -1594,6 +1640,39 @@
|
|
|
1594
1640
|
]
|
|
1595
1641
|
},
|
|
1596
1642
|
"traits": [
|
|
1643
|
+
{
|
|
1644
|
+
"ref": "AppShell.traits.AppLayout",
|
|
1645
|
+
"name": "BurndownAppLayout",
|
|
1646
|
+
"linkedEntity": "Burndown",
|
|
1647
|
+
"config": {
|
|
1648
|
+
"navItems": [
|
|
1649
|
+
{
|
|
1650
|
+
"icon": "list-todo",
|
|
1651
|
+
"href": "/tasks",
|
|
1652
|
+
"label": "Tasks"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"href": "/sprints",
|
|
1656
|
+
"icon": "zap",
|
|
1657
|
+
"label": "Sprints"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"label": "Burndown",
|
|
1661
|
+
"href": "/burndown",
|
|
1662
|
+
"icon": "trending-down"
|
|
1663
|
+
}
|
|
1664
|
+
],
|
|
1665
|
+
"appName": "ProjectManagerApp",
|
|
1666
|
+
"searchEvent": "BURNDOWN_SEARCH",
|
|
1667
|
+
"notifications": [],
|
|
1668
|
+
"notificationClickEvent": "BURNDOWN_NOTIFICATIONS_OPEN",
|
|
1669
|
+
"contentTrait": "@trait.BurndownDisplay"
|
|
1670
|
+
},
|
|
1671
|
+
"events": {
|
|
1672
|
+
"SEARCH": "BURNDOWN_SEARCH",
|
|
1673
|
+
"NOTIFY_CLICK": "BURNDOWN_NOTIFICATIONS_OPEN"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1597
1676
|
{
|
|
1598
1677
|
"name": "BurndownDisplay",
|
|
1599
1678
|
"category": "interaction",
|
|
@@ -1727,12 +1806,13 @@
|
|
|
1727
1806
|
"main",
|
|
1728
1807
|
{
|
|
1729
1808
|
"gap": "lg",
|
|
1809
|
+
"direction": "vertical",
|
|
1730
1810
|
"type": "stack",
|
|
1811
|
+
"className": "max-w-6xl mx-auto w-full",
|
|
1731
1812
|
"children": [
|
|
1732
1813
|
{
|
|
1733
1814
|
"type": "stack",
|
|
1734
1815
|
"align": "center",
|
|
1735
|
-
"gap": "sm",
|
|
1736
1816
|
"direction": "horizontal",
|
|
1737
1817
|
"children": [
|
|
1738
1818
|
{
|
|
@@ -1740,11 +1820,12 @@
|
|
|
1740
1820
|
"name": "trending-down"
|
|
1741
1821
|
},
|
|
1742
1822
|
{
|
|
1743
|
-
"content": "Burndown",
|
|
1744
1823
|
"variant": "h2",
|
|
1824
|
+
"content": "Burndown",
|
|
1745
1825
|
"type": "typography"
|
|
1746
1826
|
}
|
|
1747
|
-
]
|
|
1827
|
+
],
|
|
1828
|
+
"gap": "sm"
|
|
1748
1829
|
},
|
|
1749
1830
|
{
|
|
1750
1831
|
"type": "divider"
|
|
@@ -1755,33 +1836,33 @@
|
|
|
1755
1836
|
"children": [
|
|
1756
1837
|
{
|
|
1757
1838
|
"type": "stat-display",
|
|
1839
|
+
"icon": "target",
|
|
1758
1840
|
"label": "Total Points",
|
|
1759
|
-
"value": "@entity.totalPoints"
|
|
1760
|
-
"icon": "target"
|
|
1841
|
+
"value": "@entity.totalPoints"
|
|
1761
1842
|
},
|
|
1762
1843
|
{
|
|
1763
|
-
"
|
|
1844
|
+
"label": "Completed",
|
|
1764
1845
|
"type": "stat-display",
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1846
|
+
"value": "@entity.completedPoints",
|
|
1847
|
+
"icon": "check-circle"
|
|
1767
1848
|
},
|
|
1768
1849
|
{
|
|
1769
|
-
"type": "stat-display",
|
|
1770
|
-
"icon": "circle",
|
|
1771
1850
|
"value": "@entity.remainingPoints",
|
|
1772
|
-
"label": "Remaining"
|
|
1851
|
+
"label": "Remaining",
|
|
1852
|
+
"type": "stat-display",
|
|
1853
|
+
"icon": "circle"
|
|
1773
1854
|
},
|
|
1774
1855
|
{
|
|
1775
|
-
"
|
|
1776
|
-
"label": "Velocity",
|
|
1856
|
+
"value": "@entity.velocity",
|
|
1777
1857
|
"type": "stat-display",
|
|
1778
|
-
"
|
|
1858
|
+
"label": "Velocity",
|
|
1859
|
+
"icon": "zap"
|
|
1779
1860
|
},
|
|
1780
1861
|
{
|
|
1781
|
-
"value": "@entity.daysRemaining",
|
|
1782
1862
|
"type": "stat-display",
|
|
1783
1863
|
"label": "Days Remaining",
|
|
1784
|
-
"icon": "calendar"
|
|
1864
|
+
"icon": "calendar",
|
|
1865
|
+
"value": "@entity.daysRemaining"
|
|
1785
1866
|
}
|
|
1786
1867
|
]
|
|
1787
1868
|
},
|
|
@@ -1789,73 +1870,71 @@
|
|
|
1789
1870
|
"type": "divider"
|
|
1790
1871
|
},
|
|
1791
1872
|
{
|
|
1873
|
+
"type": "line-chart",
|
|
1792
1874
|
"data": [
|
|
1793
1875
|
{
|
|
1794
1876
|
"value": 100.0,
|
|
1795
1877
|
"date": "Day 1"
|
|
1796
1878
|
},
|
|
1797
1879
|
{
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1880
|
+
"value": 92.0,
|
|
1881
|
+
"date": "Day 2"
|
|
1800
1882
|
},
|
|
1801
1883
|
{
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1884
|
+
"value": 85.0,
|
|
1885
|
+
"date": "Day 3"
|
|
1804
1886
|
},
|
|
1805
1887
|
{
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1888
|
+
"value": 70.0,
|
|
1889
|
+
"date": "Day 4"
|
|
1808
1890
|
},
|
|
1809
1891
|
{
|
|
1810
1892
|
"value": 60.0,
|
|
1811
1893
|
"date": "Day 5"
|
|
1812
1894
|
},
|
|
1813
1895
|
{
|
|
1814
|
-
"
|
|
1815
|
-
"
|
|
1896
|
+
"value": 45.0,
|
|
1897
|
+
"date": "Day 6"
|
|
1816
1898
|
},
|
|
1817
1899
|
{
|
|
1818
1900
|
"value": 30.0,
|
|
1819
1901
|
"date": "Day 7"
|
|
1820
1902
|
},
|
|
1821
1903
|
{
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1904
|
+
"date": "Day 8",
|
|
1905
|
+
"value": 15.0
|
|
1824
1906
|
}
|
|
1825
|
-
]
|
|
1826
|
-
"type": "line-chart"
|
|
1907
|
+
]
|
|
1827
1908
|
},
|
|
1828
1909
|
{
|
|
1829
1910
|
"items": [
|
|
1830
1911
|
{
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1912
|
+
"color": "primary",
|
|
1913
|
+
"label": "Remaining points"
|
|
1833
1914
|
},
|
|
1834
1915
|
{
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1916
|
+
"label": "Ideal burndown",
|
|
1917
|
+
"color": "muted"
|
|
1837
1918
|
}
|
|
1838
1919
|
],
|
|
1839
1920
|
"type": "chart-legend"
|
|
1840
1921
|
},
|
|
1841
1922
|
{
|
|
1842
|
-
"type": "stack",
|
|
1843
|
-
"justify": "end",
|
|
1844
1923
|
"gap": "sm",
|
|
1924
|
+
"direction": "horizontal",
|
|
1845
1925
|
"children": [
|
|
1846
1926
|
{
|
|
1847
|
-
"action": "REFRESH",
|
|
1848
|
-
"variant": "secondary",
|
|
1849
|
-
"label": "Refresh",
|
|
1850
1927
|
"type": "button",
|
|
1928
|
+
"label": "Refresh",
|
|
1929
|
+
"variant": "secondary",
|
|
1930
|
+
"action": "REFRESH",
|
|
1851
1931
|
"icon": "refresh-cw"
|
|
1852
1932
|
}
|
|
1853
1933
|
],
|
|
1854
|
-
"
|
|
1934
|
+
"justify": "end",
|
|
1935
|
+
"type": "stack"
|
|
1855
1936
|
}
|
|
1856
|
-
]
|
|
1857
|
-
"direction": "vertical",
|
|
1858
|
-
"className": "max-w-6xl mx-auto w-full"
|
|
1937
|
+
]
|
|
1859
1938
|
}
|
|
1860
1939
|
]
|
|
1861
1940
|
]
|
|
@@ -1892,6 +1971,9 @@
|
|
|
1892
1971
|
"name": "Burndown",
|
|
1893
1972
|
"path": "/burndown",
|
|
1894
1973
|
"traits": [
|
|
1974
|
+
{
|
|
1975
|
+
"ref": "BurndownAppLayout"
|
|
1976
|
+
},
|
|
1895
1977
|
{
|
|
1896
1978
|
"ref": "BurndownDisplay"
|
|
1897
1979
|
}
|