StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
421 stars 109 forks source link

Storyboard Fractional Index sorting #628

Closed StevenWeathers closed 1 month ago

StevenWeathers commented 1 month ago

Description

This PR refactors Refactor storyboard story, goal, and column sortings to use fractional indexes, this is more performant (reduced DB writes from N to 1 per item move) and reduces the risk of collision/interleaving.

What type of PR is this? (check all applicable)

Related Tickets & Documents

Screenshots/Recordings

Steps to QA