WorkEntry is a powerful task management application designed to enhance productivity and collaboration within teams. Built using Django, this application provides a robust platform for users to create, manage, and track their work in a structured manner.
- User Authentication: Secure user registration, login, and logout functionality.
- Boards: Create and manage boards to organize different projects or areas of work.
- Lists: Within each board, create lists to categorize and segment tasks.
- Cards: Add cards to lists to represent individual tasks, with details such as descriptions, start times, end times, and completion status.
- Task Completion and Overdue Tracking: Mark tasks as completed or highlight overdue tasks with visual indicators.
- CRUD Operations: Comprehensive create, read, update, and delete functionality for boards, lists, and cards.
- Real-Time Date and Time Management: Use Flatpickr for intuitive date and time selection.
- Responsive Design: Clean and responsive user interface using Bootstrap 4.
- Security: Prevent unauthorized access and ensure data security with Django’s built-in features and custom logic.