-
Notifications
You must be signed in to change notification settings - Fork 1
Allow arbitrary sorting of price alerts #23
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Storing a position field for price alerts, which could be NULL, we should support sorting price alerts by position. NULL values should be sorted to the button, and the alerts should otherwise appear in the insertion order they appear in currently. (Order by position, nulls last, then order by id.)
Implementation detail: Updating the position of elements will require updating all other alerts for a user to shift the values and database transactions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request