We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/268
We want the ability for the user to depict which pin shape to use base on the configuration in the template.
In #4340 we've added support for customisable pin colouring in the configuration. We want to extend the schema to support changing the shape.
To define a default pin type in the template:
{ name: "Ticket template #1", config : { pin: { icon: "RISK" } } }
To define a custom pin property with a particular type in the template:
{ //... properties: [ { name: "custom pin", type: "coords", icon: "ISSUE" } ] }
type
TBD by the developer
MockUp : link to mockup
link to mockup
The text was updated successfully, but these errors were encountered:
Bogdan-Crn
No branches or pull requests
Description
Product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/268
We want the ability for the user to depict which pin shape to use base on the configuration in the template.
In #4340 we've added support for customisable pin colouring in the configuration. We want to extend the schema to support changing the shape.
To define a default pin type in the template:
To define a custom pin property with a particular type in the template:
Notes
type
, it should use DEFAULT.Goals
Tasks
TBD by the developer
Related Resources
MockUp :
link to mockup
The text was updated successfully, but these errors were encountered: