HomeUniteUs icon indicating copy to clipboard operation
HomeUniteUs copied to clipboard

Create data access interface for Case

Open tylerthome opened this issue 4 years ago • 0 comments

Overview

Create access methods for Case entity against MongoDB to enable our system to model case creation and updates

Action Items

  • [x] Define method: create_case(case_worker_id, guest_id)
  • [x] Define method: update_case_status(case_id, status_id)
  • [x] Define method: reassign_case(case_id, case_worker_id)

tylerthome avatar Sep 23 '20 02:09 tylerthome