You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add project and task management modules with comprehensive hooks, permissions, and validation
- Introduced project management features including data structure, hooks for lifecycle events, and validation rules.
- Implemented task management with associated data structure and permissions.
- Added YAML files for initial data, permissions, and validation rules for both projects and tasks.
- Created TypeScript interfaces for projects and tasks to ensure type safety.
- Configured TypeScript settings for the project tracker module.
This will create an `index.ts` file that defines a schema, initializes an in-memory SQLite database, and runs some queries.
31
+
32
+
### 2. Standard Setup (Project Tracker)
33
+
34
+
For building real applications, use the `starter` template. This sets up a proper folder structure with YAML metadata, TypeScript logic hooks, and relationship management.
0 commit comments