Projects
GRID Projects brings project management directly into your development workflow. Create Kanban boards, track issues, and link tasks directly to your code branches without leaving the ecosystem.
Creating a Project
Projects act as containers for your tasks and roadmaps. To create one:
Kanban Boards
Every project comes with a fully-featured Kanban board. You can organize tasks into columns (e.g., Todo, In Progress, Done) and drag-and-drop them to update their status.
Task Tracking
Create detailed tasks with descriptions, priority levels, and due dates. Assign them to team members to keep everyone aligned.
Code Integration
Link tasks to branches or PRs. Moving a task to "Done" can automatically trigger workflows or update issue status.
IDE Integration
Access your projects directly from the GRID IDE sidebar.
- •View your assigned tasks without context switching
- •Create new issues from TODO comments in code
- •Update task status as you push code
Time Tracking
Track time spent on tasks with built-in timers or manual entries. Get insights into how long tasks take and improve your estimates.
Start/Stop Timer
Click the timer icon on any task to start tracking. The timer runs in the background and automatically calculates duration.
Manual Entry
Add time logs manually for work done offline. Specify hours and minutes with an optional description.
Time vs Estimates
Compare actual time spent against estimates to improve future planning and identify bottlenecks.
History & Reports
View complete time log history with timestamps, durations, and ability to edit or delete entries.
Task Dependencies
Create relationships between tasks to model real-world dependencies. GRID automatically prevents circular dependencies to keep your project graph valid.
Blocking Tasks
Mark tasks that must be completed before others can start. Blocked tasks show a warning indicator until dependencies are resolved.
- •Visual dependency graph shows relationships
- •Circular dependency prevention built-in
- •Gantt charts automatically respect dependencies
Subtasks
Break down complex tasks into smaller, manageable subtasks. Parent tasks automatically track progress based on subtask completion.
Hierarchical Organization
Create nested task structures to organize work logically. Each subtask can have its own status, assignee, and due date.
Progress Tracking
Parent tasks show a progress bar based on completed subtasks. Quickly see which tasks are partially done vs complete.
Gantt Charts
Visualize your project timeline with Gantt charts. See task durations, dependencies, and milestones at a glance.
Timeline Features
- •Switch between day, week, and month views
- •Drag task bars to adjust start and end dates
- •Dependency arrows show task relationships
- •Color-coded by status (todo, in progress, done)
- •Export charts for presentations and reports
Automation
Automate repetitive project management tasks with custom rules. Learn more in the Automation documentation.
Auto-assign
Automatically assign tasks based on type, priority, or team member availability.
Status Updates
Move tasks to different columns based on triggers like PR merge or due date.
Notifications
Send alerts to team members when tasks are assigned, blocked, or overdue.