Git Product home page Git Product logo

lazy-redmine's Introduction

lazy-redmine's People

Contributors

dependabot[bot] avatar khyme avatar lampapetrol avatar

Stargazers

 avatar

Watchers

 avatar  avatar

lazy-redmine's Issues

dependency not found in the front (vue-multiselect)

cd front && npm install && npm run build

ERROR Failed to compile with 1 errors 18:20:29
This dependency was not found:

  • vue-multiselect in ./src/main.js
    To install it, you can run: npm install --save vue-multiselect
    ERROR Build failed with errors.

Parameterize the daily hours

Current default is set to 8 and not user editable.

It would be really useful to change this value to a lower number (half day vacation, time 2 hours on multiple day for a given project then 6 on another...)

Add direct link to user's spent time

A nice addition would be to add in the page a direct link to user's spent time. Many people don't know this url ${redmineBaseUrl}/time_entries?user_id=me and have to juggle with the filter form.
Does it make sense ?

Prevent adding over 8 hours a day / Allow filling the day to 8 hour

Currently the tool let the user enter over the 8 hours mark by day which will end up with the person being lectured by HR.

  • Multiple submits
  • If you already have some entries in redmine and you want to fill your day on 8h.

This could be solved by checking for each day the sum of hours entered by user and calculate the max number of hours to add to the day: with feature #3 the tool would add something like Math.min(nbHours, maxHours-existingDailyHours)

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.