Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jobs for server synchronisation #19

Open
3 tasks
TimoWolters opened this issue Aug 20, 2021 · 0 comments
Open
3 tasks

Add jobs for server synchronisation #19

TimoWolters opened this issue Aug 20, 2021 · 0 comments
Milestone

Comments

@TimoWolters
Copy link
Collaborator

Based on the task scheduler of #18 a job for server synchronisation is needed. The server synchronisation should upload save states to the LotsenApp server if a user is authenticated at a server. This should create participants on the server side and synchronize changes such as deletion.

A second job should handle changes to the data format on server side. The server side dictates the data format such that distribution of updates are possible. This way a user will be able to upload changes to the data format and those changes will eventually be reflected in all authenticated client applications.

A third job should handle data processing of data packages after the data processing has been implemented. This job may be implemented, but since data processing is not specified, the implementation should wait until at least the 2.4.0 update.

  • Backup Synchronization Job
  • Data Format Synchronization Job
  • Data Processing Job
@TimoWolters TimoWolters added this to the 2.2.0 milestone Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant