-
Notifications
You must be signed in to change notification settings - Fork 38
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
Adds tasks/users/discord route #173
base: main
Are you sure you want to change the base?
Conversation
tasks/README.md
Outdated
|
||
## **GET /tasks/users/discord** | ||
|
||
Returns the list of users discord id who have not provided an update on their task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check grammar here
tasks/README.md
Outdated
- Optional: `q=[string]` (`q` can have the following values) | ||
- Optional: `status=[string]` (`status` is a case senstive string with one of the following values [missed-updates] ) | ||
- Optional: `date-count=[integer]` (`date-count` is the number of days where the users have not provided an update ont their task default :[3] ) | ||
- Optional: `date=[timestamp]` (`date` is the timestamp of the date that needs to be excluded from the date-count. No default. eg [1702122435405] ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date-count from where
tasks/README.md
Outdated
- **Content:** | ||
``` | ||
{ | ||
message: 'Discord details of users with status missed updates fetched successfully', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you re-phrase this line
Date: 9 December 2023
Developer Name: @Ajeyakrishna-k
PR: