Devlog 4
I have spent almost 8 hours working on one feature and one feature alone. That feature is this drag and drop organizer for questions. This lets the user drag around the order of questions to rearrange them, and also drag around the order of sections.
The reason this took so long was because the original library I was using (dnd-kit) for drag and drop made it a complete nightmare to try and do anything, it did not have a way to tell what items were where, as it would literally just change the HTML rather than give any data. Once I switched to hello pangea dnd, it all started fitting together. It actually gave me a way to see what changes occurred, save them, and then that updates the UI.
Now my next tasks are:
- Ability to edit question extra fields (e.g. min/max of a slider question)
- Ability to delete a section
- Ability to add a section
- Ability to edit a section
- Ability to add a question
- Translation keys
- Create the phone UI
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.