Skip to content
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

Implement timetrace create record command #97

Closed
dominikbraun opened this issue May 31, 2021 · 1 comment · Fixed by #118
Closed

Implement timetrace create record command #97

dominikbraun opened this issue May 31, 2021 · 1 comment · Fixed by #118
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dominikbraun
Copy link
Owner

Sometimes, it would make sense to directly "insert" a new record with a given time span instead of fiddling around with timetrace edit record on existing records.

To do so, a timetrace create record command is needed. I have the following syntax in mind:

timetrace create record <PROJECT KEY> {<YYYY-MM-DD>|today|yesterday} <HH-MM> <HH-MM>

Important: This command should check for collisions with other records, so probably all records from that date have to be loaded and checked internally.

@dominikbraun dominikbraun added enhancement New feature or request help wanted Extra attention is needed labels May 31, 2021
@FelixTheodor
Copy link
Contributor

I would like to work on this one! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants