pmeng / therapy-scheme-generator

1 stars 2 forks source link

adding drag n drop and a-z sort in label edit and therapy schemes #54

Closed Mahmoudnaoum closed 8 months ago

Mahmoudnaoum commented 8 months ago

Changes Made:

Database Schema Changes:

Added a position column in the label_stub table to store the order of stubs within each label. Introduced a stubsOrder column in the scheme table to persist the overall order of stubs within a scheme.

Functionality Changed: Added the drag n drop sorting for stubs in label edit page and in scheme creation and editing and persisting these orders with saving for later use in pdf or html reports