Filebase icon indicating copy to clipboard operation
Filebase copied to clipboard

Project Status and Multiple user handling

Open advename opened this issue 4 years ago • 1 comments

Hi,

I've seen that the last code push happened 2 years ago. Is it because it's still stable as it is or is the project not maintained anymore?

Also, how is Filebase handling multiple users, aka, two connected users try to edit data at the same time?

Thanks for the work tho!

advename avatar Nov 18 '20 19:11 advename

Hey @advename

Sorry about the delay in response. The project is stable as of many users currently relying on it in their applications. I had ideas of upgrading to version 2 with a lot of new features. However, I'm busy with many other projects at the moment I dont have the time to do so yet. If there is an immediate bug I and the community can work to resolve it.

Always welcome pull requests and new features.

As for multiple users, it currently doesn't support that functionality were it can check if a previous version has been updated, right now it works as any file system does and if someone updates while someone else is already looking at the data, the other user might override another users data. However, that is all up to how you process the information and handle it through your app.

Hope this helps.

timothymarois avatar Nov 20 '20 21:11 timothymarois