You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Current Behavior (when in-progress task)
Expected Behavior (when no in-progress task)
Expected Behavior (when in-progress task)
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
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.
The text was updated successfully, but these errors were encountered:
Issue Description
When using /task command, additional information to be displayed.
Expected Behavior
if the user doesn't have any in-progress task:
if the user does have in-progress tasks:
[EXPANDED IN PROGRESS TASKS]
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
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
No Additional Information
Checklist
The text was updated successfully, but these errors were encountered: