diff --git a/README.md b/README.md index 4d19af6..27b87e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # KeepItGoing Server -A powerful Django-based task management system with time tracking, tag organization, and real-time collaboration features. +A powerful Django-based task management system with time tracking, tag organization, and multi-user support. ## Features @@ -23,14 +23,12 @@ A powerful Django-based task management system with time tracking, tag organizat - **Formatted Display**: Time shown as H:MM:SS with visual indicators - **Running Timer Display**: Always visible timer in the UI when tracking time -### Collaboration & User Management -- **Task Sharing**: Share individual tasks or entire tags with other users +### User Management - **Multi-user Support**: Full authentication and user management - **Email Verification**: Secure email verification for new user registrations - **Admin Approval**: Optional admin approval workflow for new users - **User Profiles**: Customizable profiles with timezone and notification preferences - **Password Management**: Secure password change functionality -- **Shared Views**: See tasks shared with you alongside your own ### User Interface - **3-Pane Layout**: Sidebar navigation, task list, and detail panel @@ -535,11 +533,6 @@ docker-compose up -d - Duration calculation - User association -### TaskShare -- Share tasks or entire tags -- User-to-user sharing -- Permission management - ## Development ### Running Tests