Explorar o código

Merge branch 'dev' into dev-vj

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
d006b21f43
Modificáronse 1 ficheiros con 53 adicións e 34 borrados
  1. 53 34
      spec/todo-march-29-2021.txt

+ 53 - 34
spec/todo-march-29-2021.txt

@@ -1,53 +1,72 @@
 
-	1. applied on indeed
+	@Josh...
+		1) rm_reasons | [{'icd': ..., 'description': ...}...]
+		2) /api/client/updateRmReasons
+		3) DEV ENDPOINT::
+			-- make sure each has ICDs on it. @Josh/Sal [dev endpoint... I10, E77.9, etc...
+		4) ALTER TABLE care_month ADD COLUMN rm_reasons TEXT (same as client)
+		5) /api/careMonth/updateRmReasons
+		6) ALTER TABLE care_month ADD COLUMN number_of_days_with_remote_measurements INTEGER;
+		7) maintain this field each time there is a measurement.
+		8) dev endpoint to backfill data.
 
-	2. got message to go to HRM
+		9) ALTER TABLE care_month ADD COLUMN // all the stuff like on note... is_bill_closed, is_bill_marked_done, is_claims, etc. MAINTAIN SYMETTRY
 
-	3. finished portal, said we'll get them a rep in a couple days
-
-	4. assigned them a rep, who said hello
-
-------------------------------------------------------------------------
-	15 minute ....
-	100
---
-
-UPDATE pro SET hr_rep_pro_id = 50 WHERE mod(id,10) = 0 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 12 WHERE mod(id,10) = 1 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 54 WHERE mod(id,10) = 2 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 45 WHERE mod(id,10) = 3 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 47 WHERE mod(id,10) = 4 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 46 WHERE mod(id,10) = 5 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 10 WHERE mod(id,10) = 6 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 53 WHERE mod(id,10) = 7 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 45 WHERE mod(id,10) = 8 AND hr_rep_pro_id IS NULL;
-UPDATE pro SET hr_rep_pro_id = 46 WHERE mod(id,10) = 9 AND hr_rep_pro_id IS NULL;
+		10) dev endpoint to auto-bill all months with 16+ measurements in them for RM20.
 
+	@Josh
+	- patient accounts... enable for existing patients!!!
+		background: we already have so many pts. they don't have accounts... 
+			>>> have a straightforward way for HCP to push and link a chart to an email
+				->>> motivates them to sign up and complete an account that gets auto-linked.
 
+	@Josh
 	- text message replies, where do they go?
-	- patient accounts... enable for existing patients
+		// TODO when you send an SMS to pt, add as an sms_number
+		// !!! enable to [+ Add SMS Number] directly on client
+	- TODO... make it so taht MCP has to mark reply texts as read...
+
+	@Sal->@Josh URGENT::::::::::::::::::::::::::::::::::::::::::
 	- RPM text message settings
 		-- what numbers to send alert to?
 		-- when to send messages?
 		-- make sure 3 different numbers! (reminder, BP, weight)
-	- RPM per month reports on UI
-	- https://care.leadershiphealth.org/mc/patients/view/0def0fad-7888-4267-9434-905c962cc5fc/shipments/160927d2-73ed-401e-9ba5-2fc52caea4ce
-		-- Cellular Weight Scale (boo)
-	- replacement battery packs
+			-- 3 twilio numbers...
+			
+			scheduled_sms_reminder
+				client_id
+				sms_number
+				message
+				'Send every Monday at 9:00am'
+
+			client
+				....>
+
+	@Vijay
+	- CareMonth UI:
+		1) put in the calendar within each day, put the time of a measurement and value as the event.
+		2) sidebar (col-md-3) with a summary of the care_month.nubmer_of_days_with_remote_measurements
+
+	@Vijay
 	- FE6... make sure Wellness @ Home + Provider page is balanced
 	- link to unsigned supply orders on dashboard
-	- patients matrix, appointments look somewhat cluttered inside foreach->foreach
 
-	- CONTRACT: office-space
-	- Docusign power-form to automate sending of office-space contracts.
-	
-	- CONTRACT: offer documents
+-----------------------------------------------------------------------------
 
-	- LMS entities in Java
-	- LMS feature in HRM / C
 	- log who views what in HRM
+	- replacement battery packs
+
+	- ::DEFER
+		- LMS entities in Java
+		- LMS feature in HRM / C
 
+	- Video Message Thread!!!
+		ALTER TABLE client ADD COLUMN hr_manager_intro_video_file_id;
+
+	- CONTRACT: office-space
+	- Docusign power-form to automate sending of office-space contracts.
+	- CONTRACT: offer documents
 	- presentation to hcp -> LMS
 	- presentation to non-hcp -> LMS
 
-	
+-----------------------------------------------------------------------------