Git Product home page Git Product logo

taskmanager's Introduction

Phase 3 End Project - Create a Task Manager

Application

Project Objective:

Create a task manager application with spring boot and spring Data JPA.

Background of Problem Statement:

The Task Manager is for organizing tasks (or to-dos) for workers.

The logged in user should be able to create, display, delete, and update tasks (basically to-do items.)

Tasks are the user's own tasks. Users create and edit tasks to themselves but can neither create tasks for others, reassign existing tasks to other users or even view tasks that do not belong to them.

The application will have UI in JSP.

Suggested JSP Pages:

create task display tasks delete tasks update task. Login User Registration Index/Welcome Important Notes: Project must be well organized in packages. Usage of Repository, Service, Entity, and custom exception handling All data must persist in the database. (User information should also be stored in database) User must be logged in before adding or seeing the tasks. (spring boot security is acceptable but not mandatory.) User must get registered, to perform the login. Either monolithic or microservice based architecture is acceptable. Important fields of this application: Task name (text box) Start date (date picker) End date (date picker) Description (text area) Email (text box) Severity (drop down) (High, medium, low) User (tasks should belong to a user)

taskmanager's People

Contributors

ankurkaushik avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.