furioness / django-challenge-planeks

Service for generating dummy data by user-defined schemes. Check README for login and pass.
https://datagen-challenge.herokuapp.com/
0 stars 0 forks source link

16 make order field auto incrementing and sort fields by order on frontend #17

Closed furioness closed 2 years ago

furioness commented 2 years ago

Everything is done on the frontend side, as current formset-based implementation complicates things (see c9df9a84a6058c23e884584ac2983e3f77a4af23). Uncoherent ordering doesn't matter on the backend anyway.