anushreej537 / Task-Management-System

Manage Daily task
0 stars 0 forks source link

Task Plan: #2

Open python-hacked opened 1 week ago

python-hacked commented 1 week ago

Phase 1: Project Setup and Basic Models Task 1: Define Project Scope Describe all functionalities required (task creation, task tracking, role-based access for TLs, CEO view). Task 2: Set Up Django Project Initialize a new Django project. Set up virtual environments and install necessary dependencies. Task 3: Create Models Employee (with roles: Employee, Team Lead, CEO) Project (to store multiple projects) Task (with fields like Title, Description, Assigned TL, Status – process, pending, complete, testing, Assigned To)

python-hacked commented 1 week ago

think2