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
I finally decided it is time to get back to React Query Builder, do some refactoring, do lot of things better, add new features etc. Any form of participation is welcomed, including actual development, code reviews or ideas.
What needs to be done
React Query Builder doesn't work well with updating its own state from outside. This needs to be improved.
I would like to separate UI from actual logic. Right now, it is done in certain form. I can imagine, that any UI part of RQB could be completely separated GUI repo (module). This would decrease size of RQB quite a lot
Another thing RQB is missing is drag and drop functionality. I wanted to do this while ago and finally, I have time to introduce this feature.
Refactor all UI modules
What will need to change is structure of RQB data to support DND and improve performance. I guess the best structure is flat structure.
Another things I wanted to do is transformation of data input and output to various formats. I am not sure if anyone would have use for this.
Anyway, I will leave this here until mid March and if anyone has any suggestions, ideas, I will be happy to consider them. Feel free to comment, bring your own ideas.
Thanks,
Vojtech
The text was updated successfully, but these errors were encountered:
I finally decided it is time to get back to React Query Builder, do some refactoring, do lot of things better, add new features etc. Any form of participation is welcomed, including actual development, code reviews or ideas.
What needs to be done
Anyway, I will leave this here until mid March and if anyone has any suggestions, ideas, I will be happy to consider them. Feel free to comment, bring your own ideas.
Thanks,
Vojtech
The text was updated successfully, but these errors were encountered: