GithubHelp home page GithubHelp logo

gobliip / time-tracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 308 KB

Time tracker api start/pause/resume/stop time measures. Time tracker also allows to correlate an attachment and a memo to a monent in the timeline.

Java 100.00%

time-tracker's People

Contributors

lsamayoa avatar

Watchers

 avatar  avatar

time-tracker's Issues

Allow users to add Heartbeats to a running tracking

New Moment Type: Heartbeat

  • This type allows us to register heartbeat moments that require no extra metadata.
  • This type denotes that the tracking is still being used by the client at a certain instant in the timeline.

Allow tracking of Work Session

Work Session

Fields

  • Tracking tracking: The tracking used in for the work session
  • WorkSessionStatus status: The current status of the work session (LOGGING,PAUSED,IDLE,FINISHED)
  • List<WorkPeriod> loggedPeriods: All WorkPeriod related to the session
  • WorkPeriod lastPeriod: The last logged WorkPeriod

Rules

  • A user can only have a WorkSession.status == LOGGING at any time
  • loggedPeriods start date should always be between tracking.start and tracking.end
  • loggedPeriods end date should always be between tracking.start and tracking.end

Allow to track Work statistics in between moments

WorkPeriod Spec

Fields

  • Moment start: represents the period start point in the timeline. It can only be a moment of the next types: START, RESUME, HEARTBEAT
  • Moment finish: represents the period end point in the timeline. It can only be a moment of the next types: STOP, PAUSE, HEARTBEAT
  • WorkPeriod parent: The parent workperiod
  • int keyboardActions: Number of keyboard actions registered for this period
  • int mouseActions: Number of mouse actions registered for this period

Rules

  • WorkPeriod should always have a parent unless start.type == START || start.type == RESUME
  • WorkPeriod should always parent.stop.when <= this.start.when
  • WorkPeriod mouseActions > 0 || keyboardActions > 0

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.