Skip to content

pranz1996/Periodic-Task-Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Periodic-Task-Scheduling

The Java web application using core Java, servlet, jsp, mysql and bootstrap.

There are two ways to use this application: Individual and Organization

  1. Individual: People can add their schedules and daily routine, just like Google keep
  2. Admin can add tasks, and assign to particular employee

DESCRIPTION:

A) Individual:

  1. person can add task with task title, name, label and reminder
  2. view all the tasks which have reminders
  3. show all the labels
  4. show all the task under particular label
  5. update and delete the task

B) Organization:

  1. Follows standard organization structure : Organization -> departments -> projects -> modules -> tasks and departments -> employee
  2. Add and show department, employee, project, module, task
  • employee to add in which department
  • project to add in which department
  • module to add in which project
  • task to add in which module
  1. assign task to employee
  • start and end time is stored
  • set deadline and priority for task
  1. To-do, doing and done list in a single view
  2. update and delete the task

C) Employee:

  1. Details of all tasks and to-do, doing n done list in a single view
  2. calender view:
  • to see task done on particular day for individual
  • organization/admin can see the tasks completed by each employees

Limitation based on Features:

  1. reminder notification as it has set

  2. Generalized for different oraganizations which follows:

  • Organization -> departments -> projects -> modules -> tasks or
  • Organization -> departments -> projects -> tasks or
  • Organization -> departments -> tasks or
  • Organization -> tasks

About

The Java web application using servlet, jsp, mysql and bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors