@topogram/template-todo 0.1.37 → 0.1.38
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/README.md +2 -2
- package/package.json +3 -3
- package/topogram-template.json +2 -2
- package/topogram.project.json +6 -5
- /package/{topogram → topo}/actors/actor-user.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-complete-task.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-create-project.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-create-task.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-create-user.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-delete-task.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-download-task-export.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-export-tasks.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-get-project.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-get-task-export-job.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-get-task.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-get-user.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-list-projects.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-list-tasks.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-list-users.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-update-project.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-update-task.tg +0 -0
- /package/{topogram → topo}/capabilities/cap-update-user.tg +0 -0
- /package/{topogram → topo}/decisions/decision-task-ownership.tg +0 -0
- /package/{topogram → topo}/docs/glossary/user.md +0 -0
- /package/{topogram → topo}/docs/journeys/task-creation-and-ownership.md +0 -0
- /package/{topogram → topo}/entities/entity-project.tg +0 -0
- /package/{topogram → topo}/entities/entity-task.tg +0 -0
- /package/{topogram → topo}/entities/entity-user.tg +0 -0
- /package/{topogram → topo}/enums/enum-export-job-status.tg +0 -0
- /package/{topogram → topo}/enums/enum-project-status.tg +0 -0
- /package/{topogram → topo}/enums/enum-task-priority.tg +0 -0
- /package/{topogram → topo}/enums/enum-task-status.tg +0 -0
- /package/{topogram → topo}/operations/operation-task-creation-monitoring.tg +0 -0
- /package/{topogram → topo}/projections/proj-api.tg +0 -0
- /package/{topogram → topo}/projections/proj-db-postgres.tg +0 -0
- /package/{topogram → topo}/projections/proj-db-sqlite.tg +0 -0
- /package/{topogram → topo}/projections/proj-ui-contract.tg +0 -0
- /package/{topogram → topo}/projections/proj-web-surface-react.tg +0 -0
- /package/{topogram → topo}/projections/proj-web-surface.tg +0 -0
- /package/{topogram → topo}/rules/rule-no-task-creation-in-archived-project.tg +0 -0
- /package/{topogram → topo}/rules/rule-only-active-users-may-own-tasks.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-complete-task.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-create-project.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-create-task.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-create-user.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-delete-task.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-export-tasks.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-get-project.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-get-task-export-job.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-get-task.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-get-user.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-list-projects.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-list-tasks.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-list-users.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-update-project.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-update-task.tg +0 -0
- /package/{topogram → topo}/shapes/shape-input-update-user.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-project-card.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-project-detail.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-task-card.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-task-detail.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-task-export-callback.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-task-export-job.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-task-export-status.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-user-card.tg +0 -0
- /package/{topogram → topo}/shapes/shape-output-user-detail.tg +0 -0
- /package/{topogram → topo}/terms/term-user.tg +0 -0
- /package/{topogram → topo}/verifications/verification-create-task-policy.tg +0 -0
- /package/{topogram → topo}/verifications/verification-runtime-smoke.tg +0 -0
- /package/{topogram → topo}/verifications/verification-task-runtime-flow.tg +0 -0
- /package/{topogram → topo}/widgets/widget-ui-task-board.tg +0 -0
- /package/{topogram → topo}/widgets/widget-ui-task-calendar.tg +0 -0
- /package/{topogram → topo}/widgets/widget-ui-task-summary.tg +0 -0
- /package/{topogram → topo}/widgets/widget-ui-task-table.tg +0 -0
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ After publishing a template version, update the catalog from this repo instead
|
|
|
80
80
|
of hand-editing the `todo` entry:
|
|
81
81
|
|
|
82
82
|
```bash
|
|
83
|
-
npm run catalog:update -- ../
|
|
83
|
+
npm run catalog:update -- ../topos/topograms.catalog.json
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
The script verifies `package.json` and `topogram-template.json` agree, then
|
|
@@ -89,5 +89,5 @@ updates only the catalog entry with `id: "todo"` and package
|
|
|
89
89
|
the catalog is already aligned:
|
|
90
90
|
|
|
91
91
|
```bash
|
|
92
|
-
npm run catalog:update -- ../
|
|
92
|
+
npm run catalog:update -- ../topos/topograms.catalog.json --check
|
|
93
93
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@topogram/template-todo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"description": "Topogram template pack for starting a generated Todo app.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"topogram-template.json",
|
|
14
|
-
"
|
|
14
|
+
"topo",
|
|
15
15
|
"topogram.project.json",
|
|
16
16
|
"implementation",
|
|
17
17
|
"README.md"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"release:check": "bash ./scripts/check-release-version.sh"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@topogram/cli": "^0.3.
|
|
30
|
+
"@topogram/cli": "^0.3.67",
|
|
31
31
|
"@topogram/generator-hono-api": "0.2.9",
|
|
32
32
|
"@topogram/generator-postgres-db": "0.1.7",
|
|
33
33
|
"@topogram/generator-react-web": "^0.1.8",
|
package/topogram-template.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "@topogram/template-todo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"kind": "starter",
|
|
5
5
|
"description": "Todo/task management starter with generated web, API, and Postgres runtimes.",
|
|
6
6
|
"topogramVersion": "0.1",
|
|
7
7
|
"includesExecutableImplementation": true,
|
|
8
8
|
"starterScripts": {
|
|
9
|
-
"widget:behavior:query": "topogram query widget-behavior ./
|
|
9
|
+
"widget:behavior:query": "topogram query widget-behavior ./topo --projection proj_web_surface --json"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/topogram.project.json
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "0.1",
|
|
3
|
-
"
|
|
4
|
-
"id": "web-api-db-template",
|
|
5
|
-
"module": "./implementation/index.js",
|
|
6
|
-
"export": "WEB_API_DB_IMPLEMENTATION"
|
|
7
|
-
},
|
|
3
|
+
"workspace": "./topo",
|
|
8
4
|
"outputs": {
|
|
9
5
|
"app": {
|
|
10
6
|
"path": "./app",
|
|
@@ -61,5 +57,10 @@
|
|
|
61
57
|
"kind": "database"
|
|
62
58
|
}
|
|
63
59
|
]
|
|
60
|
+
},
|
|
61
|
+
"implementation": {
|
|
62
|
+
"id": "web-api-db-template",
|
|
63
|
+
"module": "./implementation/index.js",
|
|
64
|
+
"export": "WEB_API_DB_IMPLEMENTATION"
|
|
64
65
|
}
|
|
65
66
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|