Skip to content
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] [Breakdown] Move element category separator cells before the elements, in exported spreadsheet #193

Open
hyuri opened this issue Aug 20, 2023 · 0 comments

Comments

@hyuri
Copy link
Contributor

hyuri commented Aug 20, 2023

Issue

In the exported breakdown spreadsheet, the element category cells that separate the elements are placed after the elements.

| Hose | Gun | Knife | Spoon | Fork | PROPS | Antique Room | 1980s Kitchen | Teen Bedroom | SET DRESSING |

This is very confusing, considering the spreadsheet is read from left-to-right, since don't know which category the elements belong to until we get to the end of the list. Some elements are obvious to guess, but some are not, and, in production, we want to take guesswork out of the equation, and we want to be able to quickly scan the document and understand what belongs to what right away.

Proposals

I have two suggestions:

Suggestion 1: Move the category cells to the beginning, before the list of elements that belong to that category:
| PROPS | Hose | Gun | Knife | Spoon | Fork | SET DRESSING | Antique Room | 1980s Kitchen | Teen Bedroom |

Suggestion 2: Move the category cells to an overall cell above the elements:

| PROPS                             | SET DRESSING                                |
| Hose | Gun | Knife | Spoon | Fork | Antique Room | 1980s Kitchen | Teen Bedroom |
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

No branches or pull requests

1 participant