@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.
Files changed (74) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
  3. package/topogram-template.json +2 -2
  4. package/topogram.project.json +6 -5
  5. /package/{topogram → topo}/actors/actor-user.tg +0 -0
  6. /package/{topogram → topo}/capabilities/cap-complete-task.tg +0 -0
  7. /package/{topogram → topo}/capabilities/cap-create-project.tg +0 -0
  8. /package/{topogram → topo}/capabilities/cap-create-task.tg +0 -0
  9. /package/{topogram → topo}/capabilities/cap-create-user.tg +0 -0
  10. /package/{topogram → topo}/capabilities/cap-delete-task.tg +0 -0
  11. /package/{topogram → topo}/capabilities/cap-download-task-export.tg +0 -0
  12. /package/{topogram → topo}/capabilities/cap-export-tasks.tg +0 -0
  13. /package/{topogram → topo}/capabilities/cap-get-project.tg +0 -0
  14. /package/{topogram → topo}/capabilities/cap-get-task-export-job.tg +0 -0
  15. /package/{topogram → topo}/capabilities/cap-get-task.tg +0 -0
  16. /package/{topogram → topo}/capabilities/cap-get-user.tg +0 -0
  17. /package/{topogram → topo}/capabilities/cap-list-projects.tg +0 -0
  18. /package/{topogram → topo}/capabilities/cap-list-tasks.tg +0 -0
  19. /package/{topogram → topo}/capabilities/cap-list-users.tg +0 -0
  20. /package/{topogram → topo}/capabilities/cap-update-project.tg +0 -0
  21. /package/{topogram → topo}/capabilities/cap-update-task.tg +0 -0
  22. /package/{topogram → topo}/capabilities/cap-update-user.tg +0 -0
  23. /package/{topogram → topo}/decisions/decision-task-ownership.tg +0 -0
  24. /package/{topogram → topo}/docs/glossary/user.md +0 -0
  25. /package/{topogram → topo}/docs/journeys/task-creation-and-ownership.md +0 -0
  26. /package/{topogram → topo}/entities/entity-project.tg +0 -0
  27. /package/{topogram → topo}/entities/entity-task.tg +0 -0
  28. /package/{topogram → topo}/entities/entity-user.tg +0 -0
  29. /package/{topogram → topo}/enums/enum-export-job-status.tg +0 -0
  30. /package/{topogram → topo}/enums/enum-project-status.tg +0 -0
  31. /package/{topogram → topo}/enums/enum-task-priority.tg +0 -0
  32. /package/{topogram → topo}/enums/enum-task-status.tg +0 -0
  33. /package/{topogram → topo}/operations/operation-task-creation-monitoring.tg +0 -0
  34. /package/{topogram → topo}/projections/proj-api.tg +0 -0
  35. /package/{topogram → topo}/projections/proj-db-postgres.tg +0 -0
  36. /package/{topogram → topo}/projections/proj-db-sqlite.tg +0 -0
  37. /package/{topogram → topo}/projections/proj-ui-contract.tg +0 -0
  38. /package/{topogram → topo}/projections/proj-web-surface-react.tg +0 -0
  39. /package/{topogram → topo}/projections/proj-web-surface.tg +0 -0
  40. /package/{topogram → topo}/rules/rule-no-task-creation-in-archived-project.tg +0 -0
  41. /package/{topogram → topo}/rules/rule-only-active-users-may-own-tasks.tg +0 -0
  42. /package/{topogram → topo}/shapes/shape-input-complete-task.tg +0 -0
  43. /package/{topogram → topo}/shapes/shape-input-create-project.tg +0 -0
  44. /package/{topogram → topo}/shapes/shape-input-create-task.tg +0 -0
  45. /package/{topogram → topo}/shapes/shape-input-create-user.tg +0 -0
  46. /package/{topogram → topo}/shapes/shape-input-delete-task.tg +0 -0
  47. /package/{topogram → topo}/shapes/shape-input-export-tasks.tg +0 -0
  48. /package/{topogram → topo}/shapes/shape-input-get-project.tg +0 -0
  49. /package/{topogram → topo}/shapes/shape-input-get-task-export-job.tg +0 -0
  50. /package/{topogram → topo}/shapes/shape-input-get-task.tg +0 -0
  51. /package/{topogram → topo}/shapes/shape-input-get-user.tg +0 -0
  52. /package/{topogram → topo}/shapes/shape-input-list-projects.tg +0 -0
  53. /package/{topogram → topo}/shapes/shape-input-list-tasks.tg +0 -0
  54. /package/{topogram → topo}/shapes/shape-input-list-users.tg +0 -0
  55. /package/{topogram → topo}/shapes/shape-input-update-project.tg +0 -0
  56. /package/{topogram → topo}/shapes/shape-input-update-task.tg +0 -0
  57. /package/{topogram → topo}/shapes/shape-input-update-user.tg +0 -0
  58. /package/{topogram → topo}/shapes/shape-output-project-card.tg +0 -0
  59. /package/{topogram → topo}/shapes/shape-output-project-detail.tg +0 -0
  60. /package/{topogram → topo}/shapes/shape-output-task-card.tg +0 -0
  61. /package/{topogram → topo}/shapes/shape-output-task-detail.tg +0 -0
  62. /package/{topogram → topo}/shapes/shape-output-task-export-callback.tg +0 -0
  63. /package/{topogram → topo}/shapes/shape-output-task-export-job.tg +0 -0
  64. /package/{topogram → topo}/shapes/shape-output-task-export-status.tg +0 -0
  65. /package/{topogram → topo}/shapes/shape-output-user-card.tg +0 -0
  66. /package/{topogram → topo}/shapes/shape-output-user-detail.tg +0 -0
  67. /package/{topogram → topo}/terms/term-user.tg +0 -0
  68. /package/{topogram → topo}/verifications/verification-create-task-policy.tg +0 -0
  69. /package/{topogram → topo}/verifications/verification-runtime-smoke.tg +0 -0
  70. /package/{topogram → topo}/verifications/verification-task-runtime-flow.tg +0 -0
  71. /package/{topogram → topo}/widgets/widget-ui-task-board.tg +0 -0
  72. /package/{topogram → topo}/widgets/widget-ui-task-calendar.tg +0 -0
  73. /package/{topogram → topo}/widgets/widget-ui-task-summary.tg +0 -0
  74. /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 -- ../topograms/topograms.catalog.json
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 -- ../topograms/topograms.catalog.json --check
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.37",
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
- "topogram",
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.58",
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",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "id": "@topogram/template-todo",
3
- "version": "0.1.37",
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 ./topogram --projection proj_web_surface --json"
9
+ "widget:behavior:query": "topogram query widget-behavior ./topo --projection proj_web_surface --json"
10
10
  }
11
11
  }
@@ -1,10 +1,6 @@
1
1
  {
2
2
  "version": "0.1",
3
- "implementation": {
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