Sfoglia il codice sorgente

added spec 3-29-21

unknown 4 anni fa
parent
commit
d807edbf1c
1 ha cambiato i file con 53 aggiunte e 0 eliminazioni
  1. 53 0
      spec/todo-march-29-2021.txt

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

@@ -0,0 +1,53 @@
+
+	1. applied on indeed
+
+	2. got message to go to HRM
+
+	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;
+
+
+	- text message replies, where do they go?
+	- patient accounts... enable for existing patients
+	- 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
+	- 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
+
+	- presentation to hcp -> LMS
+	- presentation to non-hcp -> LMS
+
+