todo-march-29-2021.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. @Josh...
  2. 1)DONE: rm_reasons | [{'icd': ..., 'description': ...}...]
  3. 2)DONE: /api/client/updateRmReasons
  4. 3) DEV ENDPOINT::
  5. -- make sure each has ICDs on it. @Josh/Sal [dev endpoint... I10, E77.9, etc...
  6. 4)DONE: ALTER TABLE care_month ADD COLUMN rm_reasons TEXT (same as client)
  7. 5)DONE: /api/careMonth/updateRmReasons
  8. 6)DONE: ALTER TABLE care_month ADD COLUMN number_of_days_with_remote_measurements INTEGER;
  9. 7)DONE: maintain this field each time there is a measurement.
  10. 8)DONE:** dev endpoint to backfill data.
  11. 9)DONE ALTER TABLE care_month ADD COLUMN // all the stuff like on note... is_bill_closed, is_bill_marked_done, is_claims, etc. MAINTAIN SYMETTRY
  12. 10) dev endpoint to auto-bill all months with 16+ measurements in them for RM20.
  13. @Josh
  14. - patient accounts... enable for existing patients!!!
  15. background: we already have so many pts. they don't have accounts...
  16. >>> have a straightforward way for HCP to push and link a chart to an email
  17. ->>> motivates them to sign up and complete an account that gets auto-linked.
  18. @Josh
  19. - text message replies, where do they go?
  20. //DONE:: TODO when you send an SMS to pt, add as an sms_number
  21. // !!! enable to [+ Add SMS Number] directly on client
  22. - TODO... make it so taht MCP has to mark reply texts as read...
  23. @Sal->@Josh URGENT::::::::::::::::::::::::::::::::::::::::::
  24. - RPM text message settings
  25. -- what numbers to send alert to?
  26. -- when to send messages?
  27. -- make sure 3 different numbers! (reminder, BP, weight)
  28. -- 3 twilio numbers...
  29. scheduled_sms_reminder
  30. client_id
  31. sms_number
  32. message
  33. 'Send every Monday at 9:00am'
  34. client
  35. ....>
  36. @Vijay
  37. - CareMonth UI:
  38. 1) put in the calendar within each day, put the time of a measurement and value as the event.
  39. 2) sidebar (col-md-3) with a summary of the care_month.nubmer_of_days_with_remote_measurements
  40. @Vijay
  41. - FE6... make sure Wellness @ Home + Provider page is balanced
  42. - link to unsigned supply orders on dashboard
  43. -----------------------------------------------------------------------------
  44. - log who views what in HRM
  45. - replacement battery packs
  46. - ::DEFER
  47. - LMS entities in Java
  48. - LMS feature in HRM / C
  49. - Video Message Thread!!!
  50. ALTER TABLE client ADD COLUMN hr_manager_intro_video_file_id;
  51. - CONTRACT: office-space
  52. - Docusign power-form to automate sending of office-space contracts.
  53. - CONTRACT: offer documents
  54. - presentation to hcp -> LMS
  55. - presentation to non-hcp -> LMS
  56. -----------------------------------------------------------------------------