Giter Club home page Giter Club logo

taskmanager's Introduction

TaskManager

You can specify max tasks and 'adding behaviour' (options: default, fifo, priority) in the src/main/resources/application.properties file, then app can be run from project root using .gradlew bootRun.

I'm completely new to Spring and frontend development, and unfortunately wasn't able to get any UI for this working in the time I'd allotted.

curl directions instead:

  • Add a task (param options: 'low', 'med', 'hi'): curl --data "priority={your_priority}" localhost:8080/addTask
  • List all tasks (no sort options): curl localhost:8080/tasks
  • Delete by PID: curl -X DELETE localhost:8080/tasks/{your_pid} -H 'Content-type:application/json'
  • Delete by priority: curl -X DELETE localhost:8080/tasks/{your_priority} -H 'Content-type:application/json'
  • Delete all: curl -X DELETE localhost:8080/tasks/ -H 'Content-type:application/json'

Other TODOs:

  • More test coverage
  • Javadoc
  • Refactor away some dupe code in the Repo hierarchy
  • (Re)consider if the curent use of Strategy pattern for entire Repo object really optimizes for most frequent use cases

Thanks for your time!

taskmanager's People

Contributors

benk50 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.