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
Thank you so much! You have done a great job and created a very good product. At the same time, it should be noted that its main drawback is scarce documentation. It would be nice if you could take a little time and add some small comments to the code.
It's just that I, for example, spend a lot of time to understand what this or that parameter does. For example, I still did not understand what is node priority?
Tnx!
The text was updated successfully, but these errors were encountered:
@Timurkhan thank you very much, I'm glad that you like it!
I know that the documentation could be improved a lot. I would like to do that, but for me it is a low-priority task and when I have some time to spend on open-source I prefer to fix bugs or implement new features.
Maybe one day I will have some sponsors I will add a great documentation to all my packages.
The priority can be used to customize nodes ordering using the admin.
To keep nodes sorted correctly with respect to their parents but in a flat data-structure, nodes are sorted alphabetically using a str that is generated here.
#2 is one of the features I would like to work on.
Thank you so much! You have done a great job and created a very good product. At the same time, it should be noted that its main drawback is scarce documentation. It would be nice if you could take a little time and add some small comments to the code.
It's just that I, for example, spend a lot of time to understand what this or that parameter does. For example, I still did not understand what is node priority?
Tnx!
The text was updated successfully, but these errors were encountered: