Skip to content

index: add new WorkSheetOption OrderedIndex #86

@Kybxd

Description

@Kybxd
Level Exp ...
map<int32, Level> int32
1 0
2 20
3 50

In this case, we need to calculate player's level from exp. One possible approach to do this is to change the sheet structure and move Exp to the first column, and create an OrderedMap on it. But this makes the sheet intuitive. I propose adding a new sheet option OrderedIndex, it's just like the original Index, but the auto-created map is ordered. OrderedIndex can only be created on one column, not multiple, and requires the column's type constraints.Ordered (interger, float or string).

Metadata

Metadata

Assignees

No one assigned

    Labels

    WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions