Open dsebastien opened 3 weeks ago
Should add drag/drop support to change the order of resource collections. When returned, those should respect the defined order (if any, name otherwise)
Could be based on an order field on each collection, changed through drag & drop...
Implementation ideas: https://stackoverflow.com/questions/4610649/efficient-and-correct-strategy-for-handling-sortable-items-in-a-database
Once implemented, the same approach could be used to manage the order of communities in the personal list
Should add drag/drop support to change the order of resource collections. When returned, those should respect the defined order (if any, name otherwise)
Could be based on an order field on each collection, changed through drag & drop...
Implementation ideas: https://stackoverflow.com/questions/4610649/efficient-and-correct-strategy-for-handling-sortable-items-in-a-database