@basementuniverse/kanbn 0.9.0 → 1.0.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/docs/commands/burndown.txt +7 -1
- package/docs/commands/gantt.txt +36 -0
- package/docs/commands/help.txt +1 -0
- package/docs/index-structure.md +20 -1
- package/docs/quick-start.md +1 -1
- package/docs/task-structure.md +47 -0
- package/example/.kanbn/index.md +63 -0
- package/example/.kanbn/tasks/add-basic-activity-feed.md +53 -0
- package/example/.kanbn/tasks/add-passwordless-login-option.md +34 -0
- package/example/.kanbn/tasks/add-usage-alert-email-thresholds.md +35 -0
- package/example/.kanbn/tasks/build-email-template-system.md +30 -0
- package/example/.kanbn/tasks/build-invoice-download-endpoint.md +43 -0
- package/example/.kanbn/tasks/build-tenant-settings-page.md +48 -0
- package/example/.kanbn/tasks/create-organization-switcher.md +53 -0
- package/example/.kanbn/tasks/create-sandbox-environment-provisioner.md +36 -0
- package/example/.kanbn/tasks/create-self-serve-cancellation-flow.md +38 -0
- package/example/.kanbn/tasks/define-product-pricing-strategy.md +37 -0
- package/example/.kanbn/tasks/design-onboarding-checklist.md +30 -0
- package/example/.kanbn/tasks/design-team-invite-expiry-flow.md +33 -0
- package/example/.kanbn/tasks/implement-data-retention-policy-jobs.md +30 -0
- package/example/.kanbn/tasks/implement-feature-flags-foundation.md +36 -0
- package/example/.kanbn/tasks/implement-project-creation-wizard.md +44 -0
- package/example/.kanbn/tasks/implement-stripe-webhook-signature-check.md +54 -0
- package/example/.kanbn/tasks/implement-team-permissions-ui.md +57 -0
- package/example/.kanbn/tasks/implement-user-signup-and-login.md +62 -0
- package/example/.kanbn/tasks/integrate-crm-lead-sync.md +35 -0
- package/example/.kanbn/tasks/legal-review-terms-and-privacy.md +30 -0
- package/example/.kanbn/tasks/migrate-legacy-events-to-new-schema.md +48 -0
- package/example/.kanbn/tasks/optimize-dashboard-first-load.md +52 -0
- package/example/.kanbn/tasks/prototype-report-export-scheduler.md +34 -0
- package/example/.kanbn/tasks/publish-internal-qa-checklist.md +53 -0
- package/example/.kanbn/tasks/setup-ci-pipeline.md +53 -0
- package/package.json +3 -2
- package/routes/gantt.json +27 -0
- package/skills/kanbn-plan/SKILL.md +0 -0
- package/src/board.js +21 -2
- package/src/controller/add.js +33 -1
- package/src/controller/burndown.js +72 -5
- package/src/controller/edit.js +68 -1
- package/src/controller/find.js +5 -0
- package/src/controller/gantt.js +375 -0
- package/src/controller/init.js +2 -1
- package/src/controller/sort.js +8 -0
- package/src/main.d.ts +295 -340
- package/src/main.js +2591 -2050
- package/src/parse-task.js +211 -3
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-11T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-12T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Growth
|
|
6
|
+
- Small
|
|
7
|
+
progress: 0
|
|
8
|
+
due: 2026-07-13T10:00:00.000Z
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Design Onboarding Checklist
|
|
12
|
+
|
|
13
|
+
Design Onboarding Checklist for the SaaS platform roadmap.
|
|
14
|
+
|
|
15
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
16
|
+
|
|
17
|
+
This is still in discovery and scoped as a future increment.
|
|
18
|
+
|
|
19
|
+
## Sub-tasks
|
|
20
|
+
|
|
21
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
22
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
23
|
+
- [ ] Add final QA checklist items before release.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## History
|
|
27
|
+
|
|
28
|
+
- type: created
|
|
29
|
+
date: 2026-07-14T10:00:00.000Z
|
|
30
|
+
column: Backlog
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-12T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-13T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Backend
|
|
6
|
+
- Medium
|
|
7
|
+
progress: 0.1
|
|
8
|
+
due: 2026-07-14T10:00:00.000Z
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Design Team Invite Expiry Flow
|
|
12
|
+
|
|
13
|
+
Design Team Invite Expiry Flow for the SaaS platform roadmap.
|
|
14
|
+
|
|
15
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
16
|
+
|
|
17
|
+
This is still in discovery and scoped as a future increment.
|
|
18
|
+
|
|
19
|
+
## Sub-tasks
|
|
20
|
+
|
|
21
|
+
- [x] Confirm acceptance criteria with product and engineering.
|
|
22
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
23
|
+
- [ ] Add final QA checklist items before release.
|
|
24
|
+
|
|
25
|
+
## Relations
|
|
26
|
+
|
|
27
|
+
- [depends on implement-project-creation-wizard](implement-project-creation-wizard.md)
|
|
28
|
+
|
|
29
|
+
## History
|
|
30
|
+
|
|
31
|
+
- type: created
|
|
32
|
+
date: 2026-07-15T10:00:00.000Z
|
|
33
|
+
column: Backlog
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-13T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-14T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Product
|
|
6
|
+
- Small
|
|
7
|
+
progress: 0
|
|
8
|
+
due: 2026-07-15T10:00:00.000Z
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Implement Data Retention Policy Jobs
|
|
12
|
+
|
|
13
|
+
Implement Data Retention Policy Jobs for the SaaS platform roadmap.
|
|
14
|
+
|
|
15
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
16
|
+
|
|
17
|
+
This is still in discovery and scoped as a future increment.
|
|
18
|
+
|
|
19
|
+
## Sub-tasks
|
|
20
|
+
|
|
21
|
+
- [x] Confirm acceptance criteria with product and engineering.
|
|
22
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
23
|
+
- [ ] Add final QA checklist items before release.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## History
|
|
27
|
+
|
|
28
|
+
- type: created
|
|
29
|
+
date: 2026-07-16T10:00:00.000Z
|
|
30
|
+
column: Backlog
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-14T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-15T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- UX
|
|
6
|
+
- Large
|
|
7
|
+
progress: 0
|
|
8
|
+
due: 2026-07-16T10:00:00.000Z
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Implement Feature Flags Foundation
|
|
12
|
+
|
|
13
|
+
Implement Feature Flags Foundation for the SaaS platform roadmap.
|
|
14
|
+
|
|
15
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
16
|
+
|
|
17
|
+
This is still in discovery and scoped as a future increment.
|
|
18
|
+
|
|
19
|
+
## Sub-tasks
|
|
20
|
+
|
|
21
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
22
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
23
|
+
- [ ] Add final QA checklist items before release.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Comments
|
|
27
|
+
|
|
28
|
+
- author: Mia
|
|
29
|
+
date: 2026-07-17T10:00:00.000Z
|
|
30
|
+
Captured initial implementation notes and identified one external dependency.
|
|
31
|
+
|
|
32
|
+
## History
|
|
33
|
+
|
|
34
|
+
- type: created
|
|
35
|
+
date: 2026-07-18T10:00:00.000Z
|
|
36
|
+
column: Backlog
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-15T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-16T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Ops
|
|
6
|
+
- Small
|
|
7
|
+
assigned: Ravi
|
|
8
|
+
progress: 0
|
|
9
|
+
due: 2026-07-17T10:00:00.000Z
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Implement Project Creation Wizard
|
|
13
|
+
|
|
14
|
+
Implement Project Creation Wizard for the SaaS platform roadmap.
|
|
15
|
+
|
|
16
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
17
|
+
|
|
18
|
+
This has a clear scope and is ready to be picked up next.
|
|
19
|
+
|
|
20
|
+
## Sub-tasks
|
|
21
|
+
|
|
22
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
23
|
+
- [x] Document edge-cases and rollout notes for support.
|
|
24
|
+
- [ ] Add final QA checklist items before release.
|
|
25
|
+
|
|
26
|
+
## Relations
|
|
27
|
+
|
|
28
|
+
- [depends on prototype-report-export-scheduler](prototype-report-export-scheduler.md)
|
|
29
|
+
|
|
30
|
+
## Comments
|
|
31
|
+
|
|
32
|
+
- author: Ravi
|
|
33
|
+
date: 2026-07-18T10:00:00.000Z
|
|
34
|
+
Captured initial implementation notes and identified one external dependency.
|
|
35
|
+
|
|
36
|
+
## History
|
|
37
|
+
|
|
38
|
+
- type: created
|
|
39
|
+
date: 2026-07-19T10:00:00.000Z
|
|
40
|
+
column: Backlog
|
|
41
|
+
- type: moved
|
|
42
|
+
date: 2026-07-20T10:00:00.000Z
|
|
43
|
+
fromColumn: Backlog
|
|
44
|
+
toColumn: Todo
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-16T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-17T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Growth
|
|
6
|
+
- Small
|
|
7
|
+
assigned: Noah
|
|
8
|
+
progress: 0.35
|
|
9
|
+
started: 2026-07-18T10:00:00.000Z
|
|
10
|
+
due: 2026-07-19T10:00:00.000Z
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Implement Stripe Webhook Signature Check
|
|
14
|
+
|
|
15
|
+
Implement Stripe Webhook Signature Check for the SaaS platform roadmap.
|
|
16
|
+
|
|
17
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
18
|
+
|
|
19
|
+
Implementation is active and this is currently being worked.
|
|
20
|
+
|
|
21
|
+
## Sub-tasks
|
|
22
|
+
|
|
23
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
24
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
25
|
+
- [ ] Add final QA checklist items before release.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## Comments
|
|
29
|
+
|
|
30
|
+
- author: Noah
|
|
31
|
+
date: 2026-07-20T10:00:00.000Z
|
|
32
|
+
Captured initial implementation notes and identified one external dependency.
|
|
33
|
+
|
|
34
|
+
## History
|
|
35
|
+
|
|
36
|
+
- type: created
|
|
37
|
+
date: 2026-07-21T10:00:00.000Z
|
|
38
|
+
column: Backlog
|
|
39
|
+
- type: moved
|
|
40
|
+
date: 2026-07-22T10:00:00.000Z
|
|
41
|
+
fromColumn: Backlog
|
|
42
|
+
toColumn: Todo
|
|
43
|
+
- type: moved
|
|
44
|
+
date: 2026-07-23T10:00:00.000Z
|
|
45
|
+
fromColumn: Todo
|
|
46
|
+
toColumn: In Progress
|
|
47
|
+
- type: progress
|
|
48
|
+
date: 2026-07-24T10:00:00.000Z
|
|
49
|
+
fromProgress: 0
|
|
50
|
+
toProgress: 0.25
|
|
51
|
+
- type: progress
|
|
52
|
+
date: 2026-07-25T10:00:00.000Z
|
|
53
|
+
fromProgress: 0.25
|
|
54
|
+
toProgress: 0.35
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-17T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-18T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Billing
|
|
6
|
+
- Medium
|
|
7
|
+
assigned: Sofia
|
|
8
|
+
progress: 0.8
|
|
9
|
+
started: 2026-07-19T10:00:00.000Z
|
|
10
|
+
due: 2026-07-20T10:00:00.000Z
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Implement Team Permissions UI
|
|
14
|
+
|
|
15
|
+
Implement Team Permissions UI for the SaaS platform roadmap.
|
|
16
|
+
|
|
17
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
18
|
+
|
|
19
|
+
Implementation is active and this is currently being worked.
|
|
20
|
+
|
|
21
|
+
## Sub-tasks
|
|
22
|
+
|
|
23
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
24
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
25
|
+
- [ ] Add final QA checklist items before release.
|
|
26
|
+
|
|
27
|
+
## Relations
|
|
28
|
+
|
|
29
|
+
- [depends on build-tenant-settings-page](build-tenant-settings-page.md)
|
|
30
|
+
|
|
31
|
+
## Comments
|
|
32
|
+
|
|
33
|
+
- author: Sofia
|
|
34
|
+
date: 2026-07-21T10:00:00.000Z
|
|
35
|
+
Captured initial implementation notes and identified one external dependency.
|
|
36
|
+
|
|
37
|
+
## History
|
|
38
|
+
|
|
39
|
+
- type: created
|
|
40
|
+
date: 2026-07-22T10:00:00.000Z
|
|
41
|
+
column: Backlog
|
|
42
|
+
- type: moved
|
|
43
|
+
date: 2026-07-23T10:00:00.000Z
|
|
44
|
+
fromColumn: Backlog
|
|
45
|
+
toColumn: Todo
|
|
46
|
+
- type: moved
|
|
47
|
+
date: 2026-07-24T10:00:00.000Z
|
|
48
|
+
fromColumn: Todo
|
|
49
|
+
toColumn: In Progress
|
|
50
|
+
- type: progress
|
|
51
|
+
date: 2026-07-25T10:00:00.000Z
|
|
52
|
+
fromProgress: 0
|
|
53
|
+
toProgress: 0.6000000000000001
|
|
54
|
+
- type: progress
|
|
55
|
+
date: 2026-07-26T10:00:00.000Z
|
|
56
|
+
fromProgress: 0.6000000000000001
|
|
57
|
+
toProgress: 0.8
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-18T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-19T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Security
|
|
6
|
+
- Large
|
|
7
|
+
assigned: Kai
|
|
8
|
+
progress: 1
|
|
9
|
+
started: 2026-07-20T10:00:00.000Z
|
|
10
|
+
completed: 2026-07-21T10:00:00.000Z
|
|
11
|
+
due: 2026-07-22T10:00:00.000Z
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Implement User Signup And Login
|
|
15
|
+
|
|
16
|
+
Implement User Signup And Login for the SaaS platform roadmap.
|
|
17
|
+
|
|
18
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
19
|
+
|
|
20
|
+
This shipped and has been validated for the current release.
|
|
21
|
+
|
|
22
|
+
## Sub-tasks
|
|
23
|
+
|
|
24
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
25
|
+
- [x] Document edge-cases and rollout notes for support.
|
|
26
|
+
- [ ] Add final QA checklist items before release.
|
|
27
|
+
|
|
28
|
+
## Relations
|
|
29
|
+
|
|
30
|
+
- [blocks add-basic-activity-feed](add-basic-activity-feed.md)
|
|
31
|
+
|
|
32
|
+
## Comments
|
|
33
|
+
|
|
34
|
+
- author: Kai
|
|
35
|
+
date: 2026-07-23T10:00:00.000Z
|
|
36
|
+
Captured initial implementation notes and identified one external dependency.
|
|
37
|
+
|
|
38
|
+
## History
|
|
39
|
+
|
|
40
|
+
- type: created
|
|
41
|
+
date: 2026-07-24T10:00:00.000Z
|
|
42
|
+
column: Backlog
|
|
43
|
+
- type: moved
|
|
44
|
+
date: 2026-07-25T10:00:00.000Z
|
|
45
|
+
fromColumn: Backlog
|
|
46
|
+
toColumn: Todo
|
|
47
|
+
- type: moved
|
|
48
|
+
date: 2026-07-26T10:00:00.000Z
|
|
49
|
+
fromColumn: Todo
|
|
50
|
+
toColumn: In Progress
|
|
51
|
+
- type: progress
|
|
52
|
+
date: 2026-07-27T10:00:00.000Z
|
|
53
|
+
fromProgress: 0
|
|
54
|
+
toProgress: 0.5
|
|
55
|
+
- type: progress
|
|
56
|
+
date: 2026-07-28T10:00:00.000Z
|
|
57
|
+
fromProgress: 0.5
|
|
58
|
+
toProgress: 1
|
|
59
|
+
- type: moved
|
|
60
|
+
date: 2026-07-29T10:00:00.000Z
|
|
61
|
+
fromColumn: In Progress
|
|
62
|
+
toColumn: Done
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-01T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-02T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Product
|
|
6
|
+
- Small
|
|
7
|
+
assigned: Ava
|
|
8
|
+
progress: 0.1
|
|
9
|
+
due: 2026-07-03T10:00:00.000Z
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Integrate CRM Lead Sync
|
|
13
|
+
|
|
14
|
+
Integrate CRM Lead Sync for the SaaS platform roadmap.
|
|
15
|
+
|
|
16
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
17
|
+
|
|
18
|
+
This has a clear scope and is ready to be picked up next.
|
|
19
|
+
|
|
20
|
+
## Sub-tasks
|
|
21
|
+
|
|
22
|
+
- [x] Confirm acceptance criteria with product and engineering.
|
|
23
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
24
|
+
- [ ] Add final QA checklist items before release.
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## History
|
|
28
|
+
|
|
29
|
+
- type: created
|
|
30
|
+
date: 2026-07-04T10:00:00.000Z
|
|
31
|
+
column: Backlog
|
|
32
|
+
- type: moved
|
|
33
|
+
date: 2026-07-05T10:00:00.000Z
|
|
34
|
+
fromColumn: Backlog
|
|
35
|
+
toColumn: Todo
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-02T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-03T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Platform
|
|
6
|
+
- Medium
|
|
7
|
+
progress: 0
|
|
8
|
+
due: 2026-07-04T10:00:00.000Z
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Legal Review Terms and Privacy
|
|
12
|
+
|
|
13
|
+
Legal Review Terms and Privacy for the SaaS platform roadmap.
|
|
14
|
+
|
|
15
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
16
|
+
|
|
17
|
+
This is still in discovery and scoped as a future increment.
|
|
18
|
+
|
|
19
|
+
## Sub-tasks
|
|
20
|
+
|
|
21
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
22
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
23
|
+
- [ ] Add final QA checklist items before release.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## History
|
|
27
|
+
|
|
28
|
+
- type: created
|
|
29
|
+
date: 2026-07-05T10:00:00.000Z
|
|
30
|
+
column: Backlog
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-03T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-04T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Platform
|
|
6
|
+
- Medium
|
|
7
|
+
assigned: Liam
|
|
8
|
+
progress: 0.55
|
|
9
|
+
started: 2026-07-05T10:00:00.000Z
|
|
10
|
+
due: 2026-07-06T10:00:00.000Z
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Migrate Legacy Events To New Schema
|
|
14
|
+
|
|
15
|
+
Migrate Legacy Events To New Schema for the SaaS platform roadmap.
|
|
16
|
+
|
|
17
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
18
|
+
|
|
19
|
+
Implementation is active and this is currently being worked.
|
|
20
|
+
|
|
21
|
+
## Sub-tasks
|
|
22
|
+
|
|
23
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
24
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
25
|
+
- [ ] Add final QA checklist items before release.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## History
|
|
29
|
+
|
|
30
|
+
- type: created
|
|
31
|
+
date: 2026-07-07T10:00:00.000Z
|
|
32
|
+
column: Backlog
|
|
33
|
+
- type: moved
|
|
34
|
+
date: 2026-07-08T10:00:00.000Z
|
|
35
|
+
fromColumn: Backlog
|
|
36
|
+
toColumn: Todo
|
|
37
|
+
- type: moved
|
|
38
|
+
date: 2026-07-09T10:00:00.000Z
|
|
39
|
+
fromColumn: Todo
|
|
40
|
+
toColumn: In Progress
|
|
41
|
+
- type: progress
|
|
42
|
+
date: 2026-07-10T10:00:00.000Z
|
|
43
|
+
fromProgress: 0
|
|
44
|
+
toProgress: 0.35000000000000003
|
|
45
|
+
- type: progress
|
|
46
|
+
date: 2026-07-11T10:00:00.000Z
|
|
47
|
+
fromProgress: 0.35000000000000003
|
|
48
|
+
toProgress: 0.55
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-04T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-05T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Product
|
|
6
|
+
- Small
|
|
7
|
+
assigned: Ava
|
|
8
|
+
progress: 0.4
|
|
9
|
+
started: 2026-07-06T10:00:00.000Z
|
|
10
|
+
due: 2026-07-07T10:00:00.000Z
|
|
11
|
+
postponed: 2026-07-22T10:00:00.000Z
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Optimize Dashboard First Load
|
|
15
|
+
|
|
16
|
+
Optimize Dashboard First Load for the SaaS platform roadmap.
|
|
17
|
+
|
|
18
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
19
|
+
|
|
20
|
+
Implementation is active and this is currently being worked.
|
|
21
|
+
|
|
22
|
+
## Sub-tasks
|
|
23
|
+
|
|
24
|
+
- [x] Confirm acceptance criteria with product and engineering.
|
|
25
|
+
- [x] Document edge-cases and rollout notes for support.
|
|
26
|
+
- [ ] Add final QA checklist items before release.
|
|
27
|
+
|
|
28
|
+
## Relations
|
|
29
|
+
|
|
30
|
+
- [depends on implement-team-permissions-ui](implement-team-permissions-ui.md)
|
|
31
|
+
|
|
32
|
+
## History
|
|
33
|
+
|
|
34
|
+
- type: created
|
|
35
|
+
date: 2026-07-08T10:00:00.000Z
|
|
36
|
+
column: Backlog
|
|
37
|
+
- type: moved
|
|
38
|
+
date: 2026-07-09T10:00:00.000Z
|
|
39
|
+
fromColumn: Backlog
|
|
40
|
+
toColumn: Todo
|
|
41
|
+
- type: moved
|
|
42
|
+
date: 2026-07-10T10:00:00.000Z
|
|
43
|
+
fromColumn: Todo
|
|
44
|
+
toColumn: In Progress
|
|
45
|
+
- type: progress
|
|
46
|
+
date: 2026-07-11T10:00:00.000Z
|
|
47
|
+
fromProgress: 0
|
|
48
|
+
toProgress: 0.25
|
|
49
|
+
- type: progress
|
|
50
|
+
date: 2026-07-12T10:00:00.000Z
|
|
51
|
+
fromProgress: 0.25
|
|
52
|
+
toProgress: 0.4
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-05T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-06T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Security
|
|
6
|
+
- Large
|
|
7
|
+
progress: 0
|
|
8
|
+
due: 2026-07-07T10:00:00.000Z
|
|
9
|
+
postponed: 2026-07-18T10:00:00.000Z
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Prototype Report Export Scheduler
|
|
13
|
+
|
|
14
|
+
Prototype Report Export Scheduler for the SaaS platform roadmap.
|
|
15
|
+
|
|
16
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
17
|
+
|
|
18
|
+
This is still in discovery and scoped as a future increment.
|
|
19
|
+
|
|
20
|
+
## Sub-tasks
|
|
21
|
+
|
|
22
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
23
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
24
|
+
- [ ] Add final QA checklist items before release.
|
|
25
|
+
|
|
26
|
+
## Relations
|
|
27
|
+
|
|
28
|
+
- [depends on design-team-invite-expiry-flow](design-team-invite-expiry-flow.md)
|
|
29
|
+
|
|
30
|
+
## History
|
|
31
|
+
|
|
32
|
+
- type: created
|
|
33
|
+
date: 2026-07-08T10:00:00.000Z
|
|
34
|
+
column: Backlog
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-06T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-07T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Platform
|
|
6
|
+
- Medium
|
|
7
|
+
assigned: Liam
|
|
8
|
+
progress: 1
|
|
9
|
+
started: 2026-07-08T10:00:00.000Z
|
|
10
|
+
completed: 2026-07-09T10:00:00.000Z
|
|
11
|
+
due: 2026-07-10T10:00:00.000Z
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Publish Internal QA Checklist
|
|
15
|
+
|
|
16
|
+
Publish Internal QA Checklist for the SaaS platform roadmap.
|
|
17
|
+
|
|
18
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
19
|
+
|
|
20
|
+
This shipped and has been validated for the current release.
|
|
21
|
+
|
|
22
|
+
## Sub-tasks
|
|
23
|
+
|
|
24
|
+
- [ ] Confirm acceptance criteria with product and engineering.
|
|
25
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
26
|
+
- [ ] Add final QA checklist items before release.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## History
|
|
30
|
+
|
|
31
|
+
- type: created
|
|
32
|
+
date: 2026-07-11T10:00:00.000Z
|
|
33
|
+
column: Backlog
|
|
34
|
+
- type: moved
|
|
35
|
+
date: 2026-07-12T10:00:00.000Z
|
|
36
|
+
fromColumn: Backlog
|
|
37
|
+
toColumn: Todo
|
|
38
|
+
- type: moved
|
|
39
|
+
date: 2026-07-13T10:00:00.000Z
|
|
40
|
+
fromColumn: Todo
|
|
41
|
+
toColumn: In Progress
|
|
42
|
+
- type: progress
|
|
43
|
+
date: 2026-07-14T10:00:00.000Z
|
|
44
|
+
fromProgress: 0
|
|
45
|
+
toProgress: 0.5
|
|
46
|
+
- type: progress
|
|
47
|
+
date: 2026-07-15T10:00:00.000Z
|
|
48
|
+
fromProgress: 0.5
|
|
49
|
+
toProgress: 1
|
|
50
|
+
- type: moved
|
|
51
|
+
date: 2026-07-16T10:00:00.000Z
|
|
52
|
+
fromColumn: In Progress
|
|
53
|
+
toColumn: Done
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-07-07T10:00:00.000Z
|
|
3
|
+
updated: 2026-07-08T10:00:00.000Z
|
|
4
|
+
tags:
|
|
5
|
+
- Backend
|
|
6
|
+
- Medium
|
|
7
|
+
assigned: Elena
|
|
8
|
+
progress: 1
|
|
9
|
+
started: 2026-07-09T10:00:00.000Z
|
|
10
|
+
completed: 2026-07-10T10:00:00.000Z
|
|
11
|
+
due: 2026-07-11T10:00:00.000Z
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Setup CI Pipeline
|
|
15
|
+
|
|
16
|
+
Setup CI Pipeline for the SaaS platform roadmap.
|
|
17
|
+
|
|
18
|
+
Focus is on incremental delivery with low-risk rollout and measurable outcomes.
|
|
19
|
+
|
|
20
|
+
This shipped and has been validated for the current release.
|
|
21
|
+
|
|
22
|
+
## Sub-tasks
|
|
23
|
+
|
|
24
|
+
- [x] Confirm acceptance criteria with product and engineering.
|
|
25
|
+
- [ ] Document edge-cases and rollout notes for support.
|
|
26
|
+
- [ ] Add final QA checklist items before release.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## History
|
|
30
|
+
|
|
31
|
+
- type: created
|
|
32
|
+
date: 2026-07-12T10:00:00.000Z
|
|
33
|
+
column: Backlog
|
|
34
|
+
- type: moved
|
|
35
|
+
date: 2026-07-13T10:00:00.000Z
|
|
36
|
+
fromColumn: Backlog
|
|
37
|
+
toColumn: Todo
|
|
38
|
+
- type: moved
|
|
39
|
+
date: 2026-07-14T10:00:00.000Z
|
|
40
|
+
fromColumn: Todo
|
|
41
|
+
toColumn: In Progress
|
|
42
|
+
- type: progress
|
|
43
|
+
date: 2026-07-15T10:00:00.000Z
|
|
44
|
+
fromProgress: 0
|
|
45
|
+
toProgress: 0.5
|
|
46
|
+
- type: progress
|
|
47
|
+
date: 2026-07-16T10:00:00.000Z
|
|
48
|
+
fromProgress: 0.5
|
|
49
|
+
toProgress: 1
|
|
50
|
+
- type: moved
|
|
51
|
+
date: 2026-07-17T10:00:00.000Z
|
|
52
|
+
fromColumn: In Progress
|
|
53
|
+
toColumn: Done
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basementuniverse/kanbn",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "A CLI Kanban application",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"mock-stdin": "^1.0.0",
|
|
64
64
|
"mockdate": "^3.0.2",
|
|
65
65
|
"qunit": "^2.13.0",
|
|
66
|
-
"strip-ansi": "^6.0.0"
|
|
66
|
+
"strip-ansi": "^6.0.0",
|
|
67
|
+
"typescript": "^4.9.3"
|
|
67
68
|
}
|
|
68
69
|
}
|