-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add view support in ticket comments #5326
Labels
Comments
Bogdan-Crn
added a commit
that referenced
this issue
Feb 3, 2025
Bogdan-Crn
added a commit
that referenced
this issue
Feb 3, 2025
Bogdan-Crn
added a commit
that referenced
this issue
Feb 3, 2025
Bogdan-Crn
added a commit
that referenced
this issue
Feb 3, 2025
Bogdan-Crn
added a commit
that referenced
this issue
Feb 3, 2025
Bogdan-Crn
added a commit
that referenced
this issue
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/583
We want to allow the user to add a viewpoint along with their comment within a ticket, so their comment can be associated to a viewer state to better describe what they want to explain.
About the comment
This field is not mandatory, but a comment should only be considered valid if it contains at least one of the following:
i.e. a comment can be completely blank and only contains a viewpoint.
The viewpoint can also be added/edited/removed when the user edits their comment. naturally if the entire comment is removed, the viewpoint should also be removed.
The viewpoint should be stored as part of the comment history if it has been edited (just like the comment string).
Affected routes
Viewpoint schema
The viewpoint schema should be pretty much the same as the
view
property type in custom tickets, with the exception that we will not be taking in a screenshot along the view.Goals
Tasks
TBD by the developer
Related Resources
UI mockup: https://www.figma.com/design/wY9fEOmo2qBxikmCelAZwr/Custom-Tickets?node-id=154-12208&t=jfMpUCpoqVmi0QtU-1
About comments: #3774
The text was updated successfully, but these errors were encountered: