getmoro/moro

todo

Closed this issue · 6 comments

  • add a nice about page, support an NGO
  • add chilicorn ascii as sponsor
  • show a random cow link
  • 1. ask for code review
  • 1. add .npmrc
    Is this still needed with yarn? Or it will use exact versions anyhow
  • 1. refactor helpers out of the main file
  • 1. add feature to be able to add notes, which get saved with time stamp
  • document the above feature
  • 1. make work day length configurable
  • 1. add gif/screen recording
  • 1. remove comments out of readme
  • add standard linter to test
  • use npm link for local development
  • > currently the only way to set breaks is $: moro -break 45 which sets the total amound of break. But would be helpful for you to have a note taking feature something like $: moro note "I had a 3 hour break" which saves the time stamp as well?

Would be cool to see calculated +/- hours in the moro report --all list.

@luqx thanks for commenting.

Do you mean for each single day? Because that's already shown, with no sign when it is positive, and with negative sign when you have worked less than a full day

Hey, I mean like calculated overall. Maybe just show it in a separate row on the bottom of the table.

@luqx I'm trying to add a row that shows the sum. This row will be added when a week is over (depending on the week number). Could that also fit your needs?

@mario-s Yeah, sure.

@luqx current version has sum fo hours per week, you can update and try it, thanks to @mario-s :)