-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: approver api specs for purpose #327
Conversation
siddharth-singh-1
commented
Jul 31, 2023
•
edited
Loading
edited
src/components/schemas/report.yaml
Outdated
purpose: | ||
type: string | ||
description: | | ||
Indicates purpose of the reports. It can only be updated for an existing report before it gets in `APPROVER_PENDING` state. |
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.
....before it gets in
APPROVER_PENDING state.
can be changed to ..before the report is moved to
APPROVER_PENDING state.
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.
This is not fixed yet, Did you push changes yet?
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.
Please push changes and re-assign
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.
Please check ED and fix the description.
src/components/schemas/report.yaml
Outdated
purpose: | ||
type: string | ||
description: | | ||
Indicates purpose of the reports. It can only be updated for an existing report before the report is moved to `APPROVER_PENDING` state. |
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.
This seems wrong. Approver can only edit purpose when the state of the report is APPROVER_PENDING
according to ED.
… into FYLE-85ztnn88f
… into FYLE-85ztnn88f