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

[Everhour] Support starting and stopping timer with free text #14649

Open
RobertCraigie opened this issue Sep 24, 2024 · 4 comments
Open

[Everhour] Support starting and stopping timer with free text #14649

RobertCraigie opened this issue Sep 24, 2024 · 4 comments
Assignees
Labels
extension: everhour Issues related to the everhour extension extension Issues related to one of the extensions in the Store feature request New feature or improvement

Comments

@RobertCraigie
Copy link

Extension

https://www.raycast.com/farisaziz12/everhour

Description

It looks like you can currently only start a timer for existing tasks, I'd love to be able to just start a timer with any arbitrary text.

Who will benefit from this feature?

No response

Anything else?

This is currently supported in the Everhour chrome extension:
Screenshot 2024-09-24 at 17 58 44

@RobertCraigie RobertCraigie added extension Issues related to one of the extensions in the Store feature request New feature or improvement labels Sep 24, 2024
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @farisaziz12 @ahoereth @xmok you might want to have a look.

💡 Author and Contributors commands

The author and contributors of farisaziz12/everhour can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@raycastbot raycastbot added the extension: everhour Issues related to the everhour extension label Sep 24, 2024
@xmok
Copy link
Contributor

xmok commented Sep 25, 2024

The way the extension is currently structured, it's pretty task-dependent but I 100% get the logic behind being able to start a timer with arbitrary text. The issue is though you may be able to start/stop timers without tasks, they will not show up in the extension as it filters out timers w/o tasks.

So there are 2 separate matters:

  1. start/stop current timer w/o task (optionally start with a comment)
  2. view timers w/o tasks assigned

What we could do for now is create a new command Current Timer - this would be a no-view command and we could use that to start/stop CURRENT timers. This would solve matter 1️⃣ and we can later on modify the other commands to show timers w/o tasks or something which might be a little more work.

Does that sound like a good approach for now @RobertCraigie?

i.e. to clarify: for now I propose adding a new Current Timer command that will simply start/stop and show the current timer which is always ONE according to the API. EDIT: this current timer will not need a task to be started but will optionally take in a comment.

@RobertCraigie
Copy link
Author

that sounds good to me thanks!

@xmok
Copy link
Contributor

xmok commented Sep 25, 2024

@raycastbot assign me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension: everhour Issues related to the everhour extension extension Issues related to one of the extensions in the Store feature request New feature or improvement
Projects
None yet
Development

No branches or pull requests

3 participants