-
Notifications
You must be signed in to change notification settings - Fork 3
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
TUI: time-only entries not visible #98
Comments
@BuJo, could you provide an sample entry, please? I'm not sure if I mix "comment" and "text" up. |
|
Meaning what you have in the PR right now is correct. Some generators can only guess at what an entry should look like. So it tries its best and provides additional information in a comment above the entry to provide the user or a resolver with enough information to make some kind of a decision. |
Got it, thank you! I'll give it a try. |
I don't know. Seems like this can't be displayed in the TUI since comments are not parsed in the timesheet classes. Therefore the field is empty by the time it would be needed to display its content in the TUI. |
Generating entries may leave entries empty, possibly only having a comment. It would be good to display those in the TUI as well, showing the comment in the text field if empty.
The text was updated successfully, but these errors were encountered: