Challenge
Currently, elements in domains with database values like 1, 2, 3 can only be sorted by their database value or alphabetically, limiting display customization in the database.
Proposed Feature
Implement a custom sequence-based sorting system, allowing users to define the order of elements independently of their database values.
Benefits
- Improved User Experience: Enables more intuitive and user-friendly data presentation.
- Separation of Data and Presentation: Aligns with best practices in software development.
- Developer Efficiency: Simplifies the development process by avoiding workarounds like modifying database values.