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

Capture tile sort order during bulk import #11408

Open
johnatawnclementawn opened this issue Aug 28, 2024 · 0 comments
Open

Capture tile sort order during bulk import #11408

johnatawnclementawn opened this issue Aug 28, 2024 · 0 comments

Comments

@johnatawnclementawn
Copy link
Member

johnatawnclementawn commented Aug 28, 2024

For cardinality-n cards, tiles can be sorted at the card level for a given resource. This is important for things like resource descriptors which derive the resource display name from the tile with the lowest sort order if using a cardinality-n card.

Currently, the Bulk Data Manager import modules do not have a way of explicitly controlling the tile sort order for tiles being imported. The current behavior is to initialize tiles with a sort order of 0, and leave any sorting to the front end (if any).

The primary goal should be to enable the ability to control sort order while creating new tiles through the bulk data importers. There should be discussion around how to handle new tiles that are not explicitly given a sort order provided in the imported csv/excel.

@johnatawnclementawn johnatawnclementawn changed the title Feature: Capture tile sort order during bulk import modules Capture tile sort order during bulk import modules Aug 28, 2024
@johnatawnclementawn johnatawnclementawn changed the title Capture tile sort order during bulk import modules Capture tile sort order during bulk import Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant