slackapi / slackapi/slack-cli

[FEATURE] scheduled triggers: display schedule (including next run time) in CLI-echoed info

Open
#226 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:deno-sdk enhancement server side issue
Dominant language
Go
Stars
305
Forks
46
Avg merge
1d 11h
Merged PRs (30d)
23

Description

Description of the problem being solved

As a slack app developer, when I update a scheduled trigger's frequency or other scheduling details, I want to be able to verify that my update worked as I expected immediately, rather than waiting to see if it runs when I expect.

It would be extremely helpful to be able to see the schedule details, especially the next expected run time, when viewing the trigger's other details (e.g. by running slack trigger list).

Alternative solutions

I did not see any way to query the schedule info but please let me know if I am missing something!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the command behind slack trigger list and trace how scheduled trigger details are retrieved and formatted. Check how schedule changes are represented, then make the list output include the schedule and next expected run time. Done means a trigger's updated scheduling details are visible immediately through the CLI.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.