CMPUT301F18T20 / CMPUT301F18T20/MedicalPhotoRecord

SyncRecordsController

Open
#249 0 comments 0 reactions 0 assignees View on GitHub
controller
Dominant language
Java
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

When the Provider comes online, there needs to be a controller that pushes all local Record object changes to the elasticsearch database (if they are more recent than the versions on the database).

It should check various conditions like making sure that the record hasn't been deleted by an online user and that the associated problem still exists.

The main thread does not wait on this, it is an AsyncTask launched in the background that goes about the task.

see #252

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Record and Provider models and any existing synchronization or AsyncTask entry points. Trace how local changes, deletions, and associated problems are represented before defining the controller's conditions. Done means background synchronization safely pushes only newer records while handling deleted records and missing problems.

Written by the indexing model from the issue text.

Assessment

Tech stack
elasticsearch, java
Domain
backend, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.