Skip to content

Ashish-CodeJourney/TaskManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Management System with Sprint Burn-Down Count using python

requirements

Task Management

  • create, update, delete tasks
  • task should have attributes like ID, Title, Description, Status (TO DO, In Progress, Done) and estimated hours.

Sprint Management

  • create, update and delete sprint
  • sprint should have attributes like ID, Name, Start date, end date and list of tasks

Burn-down Count

  • Implement a function to calculate and display burndown count for sprint
  • shows amount of work remaining vs avaliable time in a sprint

Dashboard

  • make a GUI DashBoard

UserInterface

  • Make Simple UI to Interact with system
  • Include options to manage tasks, manage sprints, and view the burndown count for a sprint.

--------------------------@AshishCodeJourney---------------------

About

Task Management System using Tkinter for GUI

Resources

Stars

Watchers

Forks

Languages