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

[Discussion needed, new feature] Support writing description for each notification #172

Open
24seconds opened this issue Apr 4, 2023 · 0 comments
Labels
discussion when the pr or issue 's main purpose is discussing enhancement New feature or request help wanted Extra attention is needed

Comments

@24seconds
Copy link
Owner

24seconds commented Apr 4, 2023

Description

Currently description column is not used. It just shows default string, sample. See the image below.
image

I found that this could be useful if it accepts user input. If the user can type description on their own, then the user can see the more information in history.

Problem - fat table & accepting user input

Because the result of list table is quite fat (there are many columns), I don't think it's good idea to extend description column. For example, if the description string length is more than 50 (50 is just a sample number. There is no meaning), then the table would be more uglier than now. So we should find a proper way of

  • showing description efficiently
  • accepting description from user input efficiently

Suggestion - accepting description from user input

Maybe --description or --desc should be introduced. For example, we can create a notification like this.

> pomodoro create --default --desc "finish writing README.md"

Discussion needed - showing description efficiently

I have no idea..

Additional feature

  • Maybe description can be configured by --config option if it is changed too often.
  • Desktop Notification or other channel notification message can contain description.
@24seconds 24seconds added enhancement New feature or request help wanted Extra attention is needed discussion when the pr or issue 's main purpose is discussing labels Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion when the pr or issue 's main purpose is discussing enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant