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

Display additional information when using /task #246

Open
6 of 10 tasks
GautamRaj-12 opened this issue Sep 11, 2024 · 0 comments
Open
6 of 10 tasks

Display additional information when using /task #246

GautamRaj-12 opened this issue Sep 11, 2024 · 0 comments

Comments

@GautamRaj-12
Copy link

GautamRaj-12 commented Sep 11, 2024

Issue Description

When using /task command, additional information to be displayed.

Expected Behavior

  • When using /task command the following additional information should be displayed (Numbers are just for representation, they should be the actual value from the database):
    • if the user doesn't have any in-progress task:

      • Assigned -1
    • if the user does have in-progress tasks:

      [EXPANDED IN PROGRESS TASKS]

      • In Progress - 1
      • Need Review - 1
      • In Review - 2
    • When clicked on the numbers, it should take us to the status site.

Current Behavior

  • If the user doesn't have any in-progress task, the bot just informs it and there is no additional information.

  • If the user has any in-progress task, only the in-progress task's details are displayed, no additional information is displayed.

Screenshots

  • Current Behavior (when no in-progress task)

image

  • Current Behavior (when in-progress task)

image

  • Expected Behavior (when no in-progress task)

image

  • Expected Behavior (when in-progress task)

image

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

  1. Setup discord-slash-command with own bot and connect with rds backend

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

No Additional Information

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant