Git Product home page Git Product logo

timeasy's People

Contributors

ahilwers avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

timeasy's Issues

Dark Theme einbauen

Die Applikation benötigt ein dunkles Theme. Wenn möglich soll dieses über die Systemeinstellungen gesetzt werden.

Time entries and projects must not be physically deleted from the database on the server

Time entries must not be deleted physically from the server. Instead a boolean flag "deleted" shall be set to true. The same applies for projects. This is needed to be able to synchronize deleted entries.

  • If a user requests a time entry or project that is deleted via the service an error 404 shall be returned
  • Deleted entries must not appear in any list that is returned except for lists that are needed for synchronization.

Projekte löschen

Projekte müssen gelöscht werden können. Intern werden sie jedoch lediglich auf "inaktiv" gesetzt, so dass die Zeiteinträge nicht verloren gehen.

Create a sync-service

Synchonisation

  • /sync
    • GET /sync/changed
      • Parameters:
        • timestamp
      • Returns:
        • A list of all entries newer than timestamp
        • Each entry has a type:
          • NEW: New entry
          • CHANGED: Changed entry
          • DELETED: Deleted Entry
    • POST /sync/changed
      • Body:
        • List with all entries newer than the timestamp of the latest synchronization
        • Each entry has a type:
          • NEW: New entry
          • CHANGED: Changed entry
          • DELETED: Deleted Entry
        • Each entry has a timestamp
      • Returns
        • OK if everything was OK
        • Otherwise a list with conflicts for all entries who's timestamp on the server is newer than the timestamp on the client.
    • POST /sync/conflicts
      • A list with entries and an action for each entry:
        • UseServer: Keeps the version on the server

Filter for time entries

The should be a possibility to filter the entries in the time entry list by month and year.

Make secret for token configurable

Currently the file token.go contains a variable named "secred" that has a fixed value in the source code.
This string needs to be configurable via a configuration file.

Datum überall korrekt formatieren

Aktuell ist das Datum im amerikanischen Format formatiert. Dies soll so geändert werden, dass es überall im korrekten Landesformat formatiert wird.

Rename default Project

The default-project is currently called "default" it should be renamed so that it has a good translated name.

Zeiten korrekt formatieren in allen Views

Aktuell wird die Zeit in der Liste der Zeiteinträge korrekt dargestellt. In der Wochenübersicht, wird aber mit Fließkommazahlen gearbeitet. So wird also bspw. auf 5:30h 5,5h. Dort soll auch die korrekt Darstellung (5:30) verwendet werden.

Projektstruktur aufräumen

Momentan liegt noch alles in einem Verzeichnis. Die Dateien sollen in verschiedene Verzeichnisse aufgeteilt werden.

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.