-
Notifications
You must be signed in to change notification settings - Fork 33
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
feature: categories for models #373
Comments
previous research |
I think this issue should be in 3dstreet-editor repo? |
About where to store information about groups. I came up with this option - use group names from assets.js.. And after that we can create groups data on the fly, so not necessary a separate file with information. |
v1 with collapsible categories is ready with this approach: inside assets.js create JSON with information about the mixin, divided into groups, and store this JSON as an attribute in |
@Algorush sounds like a good start Are there branches for 3dstreet (assets.js) + 3dstreet-editor (grouped select widget) ? What else do you need to see in Figma? I think actually the react-select widget in grouped mode would be simplest option for a v1 and that is not going to align with the figma design which is ok for a first version. https://react-select.com/home#getting-started |
Ok. Now it looks like in react-select web-site. I could make a design with arrows and all paddings, etc, like in Figma. This is what I mean. But I can also make approximate dimensions from the Figma picture. |
I noticed that this issue was also there before, so I created a separate topic for it in the issue list: 3DStreet/3dstreet-editor#352 |
closed by 3DStreet/3dstreet-editor#354 |
Design WIP paste from Figma:
Figma:
https://www.figma.com/file/W9jid3A0jgssnIKBFEvG38/3DStreet-2022?type=design&node-id=3478-62879&mode=design&t=zwUhIrR6g3dBB2tt-4
v1 - grouping?
https://react-select.com/home - see grouped example
questions:
v2, later:
related to categories, when you modify a prop it should keep within the same category (a bus shouldn't be able to become a tree, or a sidewalk) (epic: planner)
The text was updated successfully, but these errors were encountered: