Project Tasks Tracker Schema
Optimized structure for developer bug lists, agile project sprints, and team task logs. Configured with priority status checks and filter models.
SHADCN/
Table Generator
Construct schema columns, toggle features, test the fully-typed live data table, and output clean component scripts instantly.
Columns Schema Editor
Options:
Options:
Table Settings
Row Density
| Title | |||||
|---|---|---|---|---|---|
| No entries found matching filters. | |||||
0 of 0 row(s) selected
Page 1 of 1
Schema Properties Reference
| Field Key | Header Label | DataType | Description | Default Type Constraints |
|---|---|---|---|---|
| taskId | Task Code | Text | Unique ticket string code key (e.g. TSK-101). | TypeScript string |
| title | Title | Text | Summary description of required engineering actions. | TypeScript string |
| priority | Priority | Status Badge | Relative scheduling weight metrics. | Union enum "High" | "Medium" | "Low" |
| status | Status | Status Badge | Flow state of the task in board development life. | Union enum "To Do" | "In Progress" | "Done" | "Backlog" |
| dueDate | Due Date | Date | Target timeline target threshold date. | TypeScript ISO string / Date |