It is common to want crates to be written in alphabetical order, but the high-level API does not permit this at present, adding only an "append"-like approach for Engine OS. It would be beneficial if the API could allow users to easily create new crates in order.
Example Use Case
Current list of crates:
House - 2023
Techno - 2023
User wants to create a new crate "House - 2024". With append-only functionality, this appears on Engine devices as follows:
House - 2023
Techno - 2023
House - 2024
However, it would be more desirable to see this as:
House - 2023
House - 2024
Techno - 2023
Acceptance Criteria
The high-level API must allow for ordered creation of crates.
Overview
It is common to want crates to be written in alphabetical order, but the high-level API does not permit this at present, adding only an "append"-like approach for Engine OS. It would be beneficial if the API could allow users to easily create new crates in order.
Example Use Case
Current list of crates:
User wants to create a new crate "House - 2024". With append-only functionality, this appears on Engine devices as follows:
However, it would be more desirable to see this as:
Acceptance Criteria