Coder Social home page Coder Social logo

selftracker-kata's Introduction

Code Kata "Self-Tracker"

Write an application where a user can quickly store the time and date of recurring events: How many times did I go to the gym this month, when did I drink something today, count my yawns in this hour, etc.

The simplest iteration of this application consists of a button and a list of the stored time stamps. Whenever the button is pressed, the current time stamp is added to the top of the list.

The kata can be implemented with any technology, the only requirement is for the tracking to require as little user interaction as possible.

Possible additional requirements

  • Multiple trackers: tracking multiple kinds of events, each in its own list.
  • Statistics: How often has the event occured, average, longest and smallest time span between events. How often has the event occurred per Year/Month/Week/Day, with view for individual time periods.
  • Graphing the statistics as histogram or chart over various time periods.
  • Multiple users using the same app. Add functionality for login, user accounts and an event list for each user.
  • Internationalisation: Translate month and weekday names, support for different date formats. Support for different calendar systems.
  • Updating/Deleting items from the list of entries.
  • Track durations: First button click starts timer, seconds click stops the timer and stores the duration.
  • Storing a rating together with the event. E.g. the user clicks on one of five stars instead of a button.

selftracker-kata's People

Contributors

gbirke avatar

Stargazers

Eugene avatar

Watchers

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