CMPUT301F18T20 / CMPUT301F18T20/MedicalPhotoRecord

SyncUserProfileController

Open
#247 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 user comes online, there needs to be a controller that pushes all local User object (so Patient and Provider) changes to the elasticsearch database (if they are more recent than the versions on the database).

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 User, Patient, and Provider models and the existing Elasticsearch integration. Determine how the controller should detect newer local versions and run the synchronization asynchronously when the user comes online; done means all newer local changes are pushed without blocking the main thread.

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
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.