Conversation
|
Hi @kentaurse! Thanks for your contribution!! Hey, hey, this looks amazing! This isn't a trivial contribution, so I need time to check the code and understand everything you're proposing here. I'll review it tomorrow. |
|
@leandroBorgesFerreira |
|
Hi Kentaurse. I checked the code today. I think you have some interesting ideas, and we can develop on top of them. But I would like to propose you to break down those changes in smaller chunks, so we can better evaluate how to fit them into the project as a whole. Right now there are too many areas changing at the same PR. I noticed that your code is not compiling too. What do you say if we reduce the scope of the changes and iterate to fix the problem step by step? I propose that we start by doing this:
In short: Add a connection configuration in the app; Add a UI to interact with it; That's it =]. Then we can iterate so the app can actually connect with the backend using this logic. Sorry, you would probably prefer to get your code accepted right away, but I think that with some planning you can make this feature to be really great! |
|
@leandroBorgesFerreira |

Implement a self-hosted backend solution that allows users to sync their notes with their own server. The implementation includes a Docker-ready backend service and a client-side integration that syncs notes when entering folders with unsynced content.