Giter Site home page Giter Site logo

timetracker's Introduction

TimeTracker

The TimeTracker project for the database class in SS 2013.

Functional Specification

Projects:

  • The user can create several projects.
  • The user can edit the name of projects.
  • The user can delete projects.

Issues:

  • The user can create issues in the app itself (with a name and a short description).
  • The user can edit issues he created in the app.
  • The user can delete issues he created in the app.

Tracking:

  • The user can select a project and start tracking time.
  • Each time a user starts tracking the generated log entry is associated with an issues the user selects - per default it will be the last issue he tracked time for or the „default issue“ if he hasn‘t chosen or created a specific issue yet.
  • The user can also create log entries by entering the time and date he started working on an issue and when he finished it.
  • The user can delete existing log entries.

Report:

  • The user can view all issues and all log entries to see when he spend how much time on which issue.
  • The user can see summarized information about the time spent per project and issue.

External Links:

  • The user can create several account links for external project management systems like GitHub, JIRA, Pivotal Tracker or similar services (design the system in way it can be expanded easily).
  • The user can link each project with one project that exists in the external project management system (either by choosing an existing service link or creating a new link).
  • The app will synchronize all issues of this project with the external project management system.
  • The user can remove links to external project management systems and “unlink” projects from their counterpart in the external project management system.
  • All log entries are exported to the external project management system - either as comments on the issue or in a similar way, depending on what possibilities the external system offers. This can either happen automatically or on explicit user request.

iCloud:

  • The user can sync their data via iCloud between different iOS devices

Optional Features 1:

  • (optional) If the user deletes an issue of a project that is linked with an external system that issue is also deleted from the external system.
  • (optional) If the user creates an issue for a project that is linked with an external system that issue is also created in the external system.
  • (optional) If the user edits an issue for a project that is linked with an external system that issue is also edited in the external system.

Optional Features 2:

  • (optional) The user can create, remove and edit comments on log entries.
  • (optional) In case of GitHub the user can also see all comments on an issue and can browse the list of commits. (all data should be available offline, so all data needs to be stored via CoreData).
  • (optional) The user can export their data as csv, json and other textual formats.

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.