You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Release may have one or more Notes associated with it. The relation which supports this allows for an integer-based ordering field. However, if NoteX needs to be ordered to appear before NoteQ, the release-notes team need to potentially manually edit the integer value for all of the associated Notes.
We need a better UX for this, and drag and drop feels like a good fit.
Given this is modelled in the Django admin as an Inline, it should be possible to drop in a drag-and-drop JS helper - unless the modelling is actually more complex than it seems on the surface
The text was updated successfully, but these errors were encountered:
Talking about this within the team, we could refactor away from React for the Notes Table, or enhance what we have, OR we could park this until a grander refactor of Nucleus in 2024...
A Release may have one or more Notes associated with it. The relation which supports this allows for an integer-based ordering field. However, if NoteX needs to be ordered to appear before NoteQ, the release-notes team need to potentially manually edit the integer value for all of the associated Notes.
We need a better UX for this, and drag and drop feels like a good fit.
Given this is modelled in the Django admin as an Inline, it should be possible to drop in a drag-and-drop JS helper - unless the modelling is actually more complex than it seems on the surface
The text was updated successfully, but these errors were encountered: