Skip to content

Work modal #1079

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

Merged
merged 7 commits into from
Oct 24, 2023
Merged

Work modal #1079

merged 7 commits into from
Oct 24, 2023

Conversation

TomChapmanGov
Copy link
Contributor

validate=validate.Length(max=500),
required=True,
)
long_description = fields.Str(
metadata={"description": "Long description of work"},
epic_description = fields.Str(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason for this name change. Cz the long description would serve the purpose. In the front end we keep changing the label, but it may not be possible to change the backend column name all the time.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only reason for changing the backend column name is so it matched what we have on the front end. Otherwise we just have to remember that report description (frontend) is the short description (backend) and that epic description (frontend) is long description (backend).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But if you want I can revert all the backend changes

@@ -26,13 +26,13 @@ class WorkBodyParameterSchema(RequestBodyParameterSchema):
required=True,
)

short_description = fields.Str(
metadata={"description": "Short description of work"},
report_description = fields.Str(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as below

@dinesh-aot dinesh-aot merged commit 9ea4c28 into bcgov:develop Oct 24, 2023
@TomChapmanGov TomChapmanGov deleted the work_modal branch October 26, 2023 22:53
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

Successfully merging this pull request may close these issues.

3 participants