Code Monkey home page Code Monkey logo

timesheet-ui's Introduction

Timesheet

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Docker image

Prerequisite: Docker must be installed.

Build docker image:

npm run docker

Run docker image:

docker run -p 8080:80 -d com.github.manedev79/timesheet-ui

TODOs

  • Dynamic Language support

Further links

timesheet-ui's People

Contributors

dependabot[bot] avatar janloebel avatar manedev79 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

timesheet-ui's Issues

Simplify input for work breaks

The current UI for work breaks looks like this:
2018-11-21_20h53_14

Issues arise when jumping between start / end input and duration input. These two should be separated.

Goal of this task:
Find a simplified solution for working break input.

  • Support input of start and end time whioch results in a (read-only) calculation of the duration
  • Support input of a duration only without any start or end time
  • For each break, the user can choose either start / end input or duration input.
  • These two ways of input shall be distinguishable in the UI

Configurable ports

Goal:

  • Configurable WebApp port. Currently port 80.
  • Configurable port for backend. Currently 8080.
  • Ports can be given to Docker container when started

Working day description not sent

It seems like the working day description is not correctly sent to the backend:

UI:
grafik

REST Controller:
grafik

Note: This might as well be a bug in the backend component

Cannot build prod version

When building the prod version the following error occurs:

ng build --prod

ERROR in src/app/create/working-day-input/working-day-input.component.html(49,28): : Property 'controls' does not exist on type 'AbstractControl'

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.