MaxCunningham19 / legal_spellcheck

MVP Spellcheck for Legal Systems
3 stars 1 forks source link

Bug: Carousel renumbering #75

Closed max-romagnoli closed 1 year ago

max-romagnoli commented 1 year ago

This is a bug that occurs when a user deletes and adds (in this order) a paragraph in the Carousel. The issue is solved by refactoring to number the blocks based on their array index, instead of having a separate block_order field.

Although small this is urgent and requires a refactoring on both the Backend and Frontend. This is explained in more details here in PR #73.

MaxCunningham19 commented 1 year ago

how is this bug going?

max-romagnoli commented 1 year ago

how is this bug going?

So this I believe has been addressed in the backend already, since they added a /documents POST view to create documents in the correct format. On the FE this will be solved as part of the integration. I'm currently doing this in my open branch.

MaxCunningham19 commented 1 year ago

Cool sounds good just wanted to check in