English
English
Appearance
English
English
Appearance
This solution is suitable for R&D teams, marketing departments, and operations teams that need to manage the full lifecycle of project tasks. Using SmartTable's multidimensional table capabilities, you can centrally manage tasks, owners, due dates, priorities, and progress, and monitor project status in real time through Kanban, Gantt, calendar, and other views.
Typical use cases include:
Create a table named "Project Tasks" with the following core fields:
| Field Name | Field Type | Description |
|---|---|---|
| Task Name | Single Line Text | A short title for the task or requirement, used as the record title. |
| Task Type | Single Select | Options: Requirement, Bug, Optimization, Other. |
| Priority | Single Select | Options: Urgent, High, Medium, Low. |
| Assignee | Member | The specific executor, supports multiple selection. |
| Status | Single Select | Options: To Do, In Progress, Pending Review, Done, Cancelled. |
| Project | Single Select | Used to distinguish different projects, e.g., "Website Redesign", "App v2.0". |
| Parent Task | Link | Links to this table to establish task hierarchy. |
| Planned Start Date | Date | The estimated start date of the task. |
| Due Date | Date | The estimated completion date of the task. |
| Progress | Number | Expressed as a percentage (0-100) of current completion. |
| Task Description | Long Text | Supplementary details, acceptance criteria, or notes. |
| Attachments | Attachment | Upload requirement documents, design drafts, test reports, etc. |
If there are complex dependencies between projects, you can also create a "Project Info" table and associate tasks with projects via a link field for cross-table statistics.
Configure the following views to manage projects from multiple dimensions:
| Automation Scenario | Trigger | Node Configuration |
|---|---|---|
| Due Date Reminder | Scheduled trigger (daily) | Find records where the due date is tomorrow and status is not done, then call a Webhook node to send a reminder. |
| Task Completion Notification | Record update trigger (status changed to Done) | Update the actual completion time and notify the project owner via a Webhook node. |
| Overdue Auto-Tag | Scheduled trigger (daily) | Use a condition node to check if the due date is before today and status is not done, then update the priority to "Urgent". |