Git sync
First of all, thank you very much for the project. I like it a lot.
Just an idea, it would be interesting to sync the data with a git repository and thus provide multi-host and history tracking:. Maybe with this https://docs.rs/git2/latest/git2/ can be enough.
Thanks a lot for your suggestion. I have been thinking about adding sync capabilities for a long time and it's outlined as part of my vision for the future of this project. Syncing using a git repository would indeed make a lot of sense and probably also solve some challenges compared to an implementation with a custom backend.
I will add this to the backlog and thoroughly consider it, but I cannot give any guarantees for now. Sync capabilities in general are set for the far future, potentially even after the 1.0 release, as I am currently very busy with school and can only work on small changes. Nevertheless, I hope you still enjoy the project and follow it along when one day it might have the sync capabilities you outlined.
If there's any other inquiries like bugs or more feature ideas, feel free to open another issue at any time. Best regards
Cool, thank you! I did on my fork a kind of POC with git2. I guess it can be a starting point.
El lun, 27 feb 2023, 22:07, trobo @.***> escribió:
Thanks a lot for your suggestion. I have been thinking about adding sync capabilities for a long time and it's outlined as part of my vision for the future of this project. Syncing using a git repository would indeed make a lot of sense and probably also solve some challenges compared to an implementation with a custom backend.
I will add this to the backlog and thoroughly consider it, but I cannot give any guarantees for now. Sync capabilities in general are set for the far future, potentially even after the 1.0 release, as I am currently very busy with school and can only work on small changes. Nevertheless, I hope you still enjoy the project and follow it along when one day it might have the sync capabilities you outlined.
If there's any other inquiries like bugs or more feature ideas, feel free to open another issue at any time. Best regards
— Reply to this email directly, view it on GitHub https://github.com/trobonox/kanri/issues/115#issuecomment-1447090330, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARDECOMG4YUQA74Z6FTVS3WZUJRXANCNFSM6AAAAAAVJSOCAM . You are receiving this because you authored the thread.Message ID: @.***>
@trobonox This feature would be a good to have. I too was wishing for this.