Giter Site home page Giter Site logo

task-management-app's Introduction

Activity Tracker

Jane is a student who is bad with time management. She needs an application where she can log the activities she needs to do for the day and the time allocated to complete these activities. To help Jane, you are to build an activity tracking application where she can have all the functionalities she wants.

Tools

· Spring MVC

· Thymeleaf

· Git

· Spring Data JPA

· JUnit/Mockito

· CSS

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

· view all tasks.

A user should be able to view all tasks.

· view a particular task.

A user should be able to view a particular task

· View all pending tasks.

A user should be able to view all pending tasks

· View all done tasks.

A user should be able to view all tasks done

· View all in progress tasks.

A user should be able to view all in progress tasks

· Move a task to done tasks. A user should be able to move a task to done task.

· Move a task back to pending tasks. A user should be able to move a task to back to pending task from in progress.

· Edit a task.

A user should be able to edit the following fields of a task

® Title

® Description

· Delete a task

Categories: pending, done, in progress

Expectations

· Ensure your code is DRY.

· Make sure your endpoints follow correct REST API patterns.

· Basic OOP should be used.

· Apply various optimizations where necessary (e.g. pagination).

· Efficient SQL custom queries should be used where needed.

· Exception Handling

· Custom response structure both on success and failure

· Implement searching for blog post titles and comments.

· All parts of your code should be tested

· Database design should be normalized and entities should have necessary relationship mapping

· Add timestamp to your tables where necessary

Assessment Criteria

  1. Codebase is fully tested.

  2. All SQL queries are efficient

  3. Efficient table mappings

  4. Defined response format

  5. The codebase is clean and 100% DRY.

task-management-app's People

Contributors

thelma-21 avatar

Watchers

 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.