Git Product home page Git Product logo

pomodoro-central's People

Contributors

broot02 avatar

Stargazers

 avatar

Watchers

 avatar

pomodoro-central's Issues

Create model - AssociatedUsers

We should have the ability to associate users to one another.

Their should only be two fields for this association. The current user(user), and the other associated user(associatedUser).

Correct Build Issues

Currently we are facing an issue with the builds failing, it looks to be related to the way the jhipster classes were generated.

Integrate with Fogbugz/Manuscript API

We will integrate with the Fogbugz API for the intent of time-tracking. Meaning a task can be associated with a case/issue in the Fogbugz/Manauscript API. If it is and we have the proper credentials - we should begin tracking time at the point we start work on a case/end work on a case.

Correct Travis CI Build

We want to move the Travis CI build/deployment to heroku away from utilizing the maven plugin. As part of this we want to ensure that the deployment is only triggered by the master branch, pull requests/feature branches should not be deployed.

Create model - UserPoke

The UserPoke model will be utilized to poke an associated user. This will not create a task, but the intended use would be to notify the user that someone wants their attention. The business rules will be decided at a later point.

The model should contain the below fields.

Id Integer
association AssociatedUser
title String
description String


Create Model - DailyTaskList

The DailyTaskList model will be utilized to queue up Tasks. This list would indicate the Tasks that we want to complete today.

The model should contain the below fields.

Id Integer
tasks List<Task>
taskDate Date

Add createTimeTrackingInterval to the TimeTracking interface

Currently the TimeTracking interface is limited to two methods, which rely on the ability to track time in a present sense. It is becoming apparent that this cannot always happen due to API limitations. We will need to be able to retrieve the time interval from the [Action]. Relies on fix for #11

We will want to add another method to the interface that accounts for adding/creating a timeTracking interval. I was thinking a method such as this would probably be sufficient.

public ResponseEntity<R> createTimeTrackingInterval(T t, Action a);

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.