Overview
Hive is built for team collaboration. Share projects, assign tasks, communicate through comments, and see updates in real-time as your team works together.Sharing Projects with Team Members
Project Access
Projects in Hive are shared with your entire organization by default. All team members can:- View all projects in the Projects view
- See tasks assigned to the project
- Track progress and deadlines
- Collaborate on shared goals
Project visibility is organization-wide. There are no private projects - this encourages transparency and team alignment.
Project Organization
Projects help organize work by:- Department - Marketing, Engineering, Sales, etc.
- Initiative - Product launches, campaigns, quarterly goals
- Client - Client-specific deliverables and milestones
- Timeline - Time-bound projects with start and end dates
- Tasks organized by status (Pending, In Progress, Completed)
- Progress tracking (percentage complete)
- Due dates and milestones
- Assigned team members
Task Assignment and Notifications
Assigning Tasks to Team Members
Select assignees
Use the Assign User dropdown to select team members.
- Search by name or username
- Assign multiple people to one task
- See existing assignees with their avatars
Assignment Permissions
Task assignment follows these rules:- Administrators can assign any user to any task
- Regular users can assign themselves to tasks
- Task owners can modify assignments on their tasks
Viewing Your Assignments
See tasks assigned to you in:- Dashboard - Your personal task list shows all assignments
- Calendar - Visualize your deadlines and due dates
- Tasks - Filter by “Assigned to me” to focus on your work
- People view - See your workload alongside team members
Real-time Updates
Live Collaboration
Hive uses Supabase Realtime to sync changes instantly across all connected users:Task Updates
See task status, progress, and assignments update live as team members make changes.
Project Changes
Project details, deadlines, and task counts sync automatically.
User Activity
See who’s online and when team members were last active.
Tag & Label Changes
Tag assignments and updates appear instantly on task cards.
How Real-time Works
The platform subscribes to database changes through Supabase Realtime channels:- Task creation, updates, and deletion
- User assignments (
tarea_usuariostable) - Tag assignments (
tarea_etiquetastable) - Project modifications
- User presence and status
Real-time Indicators
When changes happen:- Toast notifications appear briefly (“Tarea actualizada”)
- Task cards update their content without page refresh
- Progress bars animate to new percentages
- Counters update to reflect new task counts
Real-time updates are throttled to prevent notification spam. You won’t see notifications for your own changes, only updates from other team members.
Conflict Prevention
Hive prevents edit conflicts through:- Optimistic UI updates - Your changes appear immediately
- Local muting - Your own edits don’t trigger notifications back to you
- Debounced syncing - Rapid changes are batched to reduce network traffic
- Last-write-wins - The most recent update takes precedence
Comments and Communication
Task Comments
While the current codebase focuses on structured task data, team communication happens through:- Task Descriptions - Detailed descriptions provide context for assignees
- Status Updates - Changing task status signals progress to the team
- Progress Updates - Updating percentage complete shows active work
- Assignment Changes - Adding/removing assignees notifies team members
Direct commenting features may be added in future versions. For now, use task descriptions and external communication tools for detailed discussions.
Description Field
Thedescripcion field on tasks serves as the primary communication space:
- Provide detailed instructions
- Document requirements
- Share links and resources
- Note blockers or dependencies
- Be specific - Include acceptance criteria
- Add context - Explain why the task matters
- Link resources - Include relevant URLs or document links
- Update regularly - Keep descriptions current as work progresses
@Mentions and Notifications
Assignment Notifications
When you’re assigned to a task, you’re notified through:- In-app alerts - Toast notifications appear in the UI
- Email notifications (if configured) - Receive emails for new assignments
- Dashboard updates - New tasks appear in your personal task list
Activity Notifications
You’ll receive notifications when:- Someone assigns you to a task
- A task you’re assigned to is updated (status, priority, deadline)
- A project you’re working on changes
- A task you created is completed
Managing Notification Frequency
Notification behavior is controlled by:- Real-time subscriptions - Active when you’re using the app
- Email settings - Configured in Supabase Auth settings
- Toast throttling - Prevents notification spam (1.5s minimum between toasts)
Team Coordination Features
Drag and Drop Task Assignment
In the Projects view, you can reorganize tasks:
Drag-and-drop features:
- Visual feedback (card follows cursor)
- Drop zone highlighting
- Permission checks (admin-only by default)
- Real-time sync to other users
- Conflict prevention (drop locks)
User Presence Tracking
See who’s actively working:- Online indicators - Green dot next to active users
- Last seen timestamps - “Last active 5 minutes ago”
- Presence state - Tracked via
presence_statefield inusuarios
- On login/logout
- Periodically while active (background pings)
- Through real-time presence channels
Team Workload View
The People view shows team workload:- Task count per person - See who’s busy or available
- Active assignments - Tasks currently in progress
- Completion rates - Track individual productivity
- Avatar grids - Visual representation of team members on tasks
Use the People view to identify overloaded team members and redistribute work for better balance.
Best Practices for Collaboration
Clear task titles
Use descriptive titles so team members understand tasks at a glance.
Set realistic deadlines
Give assignees enough time to complete work without rushing.
Update progress regularly
Keep the percentage complete current so the team knows task status.
Use tags effectively
Tag tasks by type, priority, or category for better organization.
Assign thoughtfully
Only assign team members who need to be involved - avoid over-assignment.
Check your dashboard daily
Stay on top of new assignments and approaching deadlines.
Collaboration Workflows
Project Kickoff
Daily Standup Flow
- Open Dashboard - See your task list for today
- Update progress - Mark tasks as in-progress or complete
- Check blocked items - Identify tasks needing help
- Review team status - Check People view for team progress
- Adjust assignments - Redistribute work if needed
Sprint Planning
- Review backlog - Look at pending tasks across projects
- Set sprint dates - Define sprint start and end
- Assign sprint tasks - Allocate tasks to team members
- Tag sprint items - Create a “Sprint X” tag for tracking
- Monitor daily - Use Calendar and Dashboard views
Related Topics
Projects
Learn about project structure and organization
Tasks
Understand task management and workflows
People
Manage team members and view workloads
Notifications
Configure alerts and notification preferences
