-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting per-hour rate #7
Comments
+1 |
The user should be able to set rate on three levels:
We talked with @mlomnicki about the case when you have higher rate for weekends or evenings. Hopefully this could be handled via git pre-commit hook, which would add rate to commits created on weekends. |
What do you mean by local ? Per project ? If so, that is what I need :) pre-commit hook. Interesting idea. Here is mine: Support configuration via ruby code. So that I could write something like: Muon.per_hour do |project, session, started_at, finished_at|
random(5)
end in I would love to see that :) And other configuration options implemented in similar way... |
I will think about configuration in Ruby ;) |
Allow setting your rate via
muon config
and display how much money you've earned today. Consider setting currency as well.The text was updated successfully, but these errors were encountered: