Skip to content

NfoTECH/Activity_Schedular-using-Spring-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACTIVITY SCHEDULER

Activity Scheduler is a web application that allows users to create and manage their own schedules of activities.

Tools

  • Spring MVC
  • Thymeleaf
  • Git
  • Spring Data JPA
  • JUnit/Mockito
  • CSS
  • PostgreSQL

User Stories

As a user I should be able to

  • Login
  • create a task.

A task should be made up of

  • ® Title
  • ® Description
  • ® Status
  • ® Created At
  • ® Updated At
  • ® Completed At

A user should be able to

  • View all tasks.
  • View a particular task.
  • View a particular task
  • View all pending tasks.
  • View all done tasks.
  • View all in progress tasks.
  • Move a task to done tasks.
  • Move a task back to pending tasks from "in progress".
  • Edit a task.
    • Edit Title
    • Edit Description
  • Delete a task

IMAGES OF THE APPLICATION

HOME PAGE

This is an image

REGISTER PAGE

This is an image

LOGIN PAGE

This is an image

DASHBOARD(ALL TASKS) PAGE

This is an image

ADD TASK PAGE

This is an image

EDIT TASK PAGE

This is an image

VIEW SINGLE TASK PAGE

This is an image

VIEW ALL PENDING TASKS PAGE

This is an image

VIEW ALL IN PROGRESS TASKS PAGE

This is an image

VIEW ALL DONE TASKS PAGE

This is an image

About

An activity tracking application to manage and track Tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors