tree.txt 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. PRO
  2. # dashboard
  3. my_payment_schedule|pro_rate:pro_id=OWN|icon:dollar-sign
  4. !inc:code,as_hcp_or_ally,amount,earnings
  5. !col:code:Code
  6. !col:as_hcp_or_ally:Description (HCP/Ally)
  7. !col:amount:Amount
  8. !col:earnings:Earnings:select '- TODO -' as result
  9. my_teams|team|add|view|icon:user-friends
  10. !inc:@team_number,hcp_pro_id,ally_pro_id,client_count
  11. !col:hcp_pro_id:HCP:select name_display as result from pro where id = $hcp_pro_id limit 1=>/foo/bar/$hcp_pro_id
  12. !col:ally_pro_id:Ally Pro:select name_display as result from pro where id = $ally_pro_id limit 1
  13. !col:client_count:Clients:select COUNT(*) as result FROM client WHERE team_id = $id
  14. my_teams/add_new:create
  15. hcpProUid*:record:pro:uid,name_display
  16. allyProUid*:record:pro:uid,name_display
  17. teamNumber
  18. my_teams/view/{uid}
  19. ACTIONS
  20. updateTeamNumber
  21. teamNumber=team_number
  22. deactivate
  23. memo
  24. updateDeactivationMemo
  25. memo=deactivation_memo
  26. reactivate
  27. memo
  28. updateReactivationMemo
  29. memo=reactivation_memo
  30. SUB
  31. dashboard
  32. !grp:Basic Details:team_number,created_at,client_count,is_active
  33. !grp:Associated Pros:hcp_pro_id,ally_pro_id
  34. !col:hcp_pro_id:HCP Pro:select name_display as result from pro where id = $hcp_pro_id limit 1=>/foo/bar/$hcp_pro_id
  35. !col:ally_pro_id:Ally Pro:select name_display as result from pro where id = $ally_pro_id limit 1
  36. !col:client_count:Clients:select '- TODO -' as result
  37. !col:is_active:Active:SELECT d as result FROM (VALUES ('1','Yes'),('','No')) T(v,d) WHERE v = '$is_active' limit 1
  38. !act:team_number:Update Team Number:pencil-alt=>/my_teams/view/$uid/ACTION_updateTeamNumber
  39. !act:is_active:Deactivate:pencil-alt:if:is_active=>/my_teams/view/$uid/ACTION_deactivate
  40. !act:is_active:Reactivate:pencil-alt:if-not:is_active=>/my_teams/view/$uid/ACTION_reactivate
  41. edit_demographics
  42. !grp:Basic Details:team_number,created_at,client_count,is_active
  43. !act:is_active:Deactivate:pencil-alt:if:is_active=>/my_teams/view/$uid/ACTION_deactivate
  44. !act:is_active:Reactivate:pencil-alt:if-not:is_active=>/my_teams/view/$uid/ACTION_reactivate
  45. !nal:
  46. clients
  47. id=client.team_id=>/my_clients/view/UID
  48. !exc:id,uid
  49. !lnk:created_at
  50. !col:team_id:Team:select team_number as result from team where id = $team_id limit 1
  51. add_new:client
  52. teamUid:hidden=uid
  53. nameDisplay*
  54. namePrefix
  55. nameFirst*
  56. nameMiddle
  57. nameLast*
  58. nameSuffix
  59. nameCredential
  60. gender*:select:M,F
  61. dateOfBirth*:date
  62. cellNumber*:tel
  63. emailAddress*:email
  64. medicareNumber
  65. audit_log
  66. my_clients|client|add|view|icon:user-injured
  67. !inc:@name_display,date_of_birth,gender,is_client_enrolled_in_cm,is_client_enrolled_in_rm,mcp_pro_id,ally_pro_id
  68. !col:name_display:Name
  69. !col:date_of_birth:DOB
  70. !col:gender:Sex
  71. !col:is_client_enrolled_in_cm:CM
  72. !col:is_client_enrolled_in_rm:RM
  73. !col:mcp_pro_id:MCP:SELECT name_display AS result FROM pro WHERE id = $mcp_pro_id
  74. !col:ally_pro_id:Ally:SELECT name_display AS result FROM pro WHERE id = $ally_pro_id
  75. my_clients/add_new:create
  76. teamUid:record:team:uid,team_number
  77. mcpProUid:record:pro:uid,name_display
  78. allyProUid:record:pro:uid,name_display
  79. nameDisplay
  80. namePrefix
  81. nameFirst
  82. nameMiddle
  83. nameLast
  84. nameSuffix
  85. nameCredential
  86. gender:select:M,F
  87. dateOfBirth:date
  88. cellNumber:tel
  89. emailAddress:email
  90. medicareNumber
  91. my_clients/view/{uid}
  92. ACTIONS
  93. sendCellNumberConfirmationMessage
  94. putNewCellNumber
  95. newCellNumber:tel=cell_number
  96. sendEmailAddressConfirmationMessage
  97. putName
  98. nameDisplay
  99. namePrefix
  100. nameFirst
  101. nameMiddle
  102. nameLast
  103. nameSuffix
  104. nameCredential
  105. putGender
  106. gender:select:M,F=gender
  107. putDateOfBirth
  108. dateOfBirth:date=date_of_birth
  109. putTeam
  110. teamUid:record:team:uid,team_number
  111. removeTeam:if:team_id
  112. putMcp
  113. mcpProUid:record:pro:uid,name_display
  114. removeMcp:if:mcp_pro_id
  115. putAlly
  116. allyProUid:record:pro:uid,name_display
  117. removeAlly:if:ally_pro_id
  118. putProfilePicture
  119. profilePictureBase64
  120. removeProfilePicture:if:profile_picture_base64
  121. updatePhoneInfo
  122. homePhoneNumber=home_phone_number
  123. workPhoneNumber=work_phone_number
  124. supporterPhoneNumber=supporter_phone_number
  125. supporterMemo=supporter_memo
  126. phoneNumbersMemo=phone_numbers_memo
  127. updateAddress
  128. mailingAddressLine1=mailing_address_line1
  129. mailingAddressLine2=mailing_address_line2
  130. mailingAddressCity=mailing_address_city
  131. mailingAddressState=mailing_address_state
  132. mailingAddressCountry=mailing_address_country
  133. mailingAddressZip=mailing_address_zip
  134. mailingAddressLat=mailing_address_lat
  135. mailingAddressLong=mailing_address_long
  136. homeAddressLine1=home_address_line1
  137. homeAddressLine2=home_address_line2
  138. homeAddressCity=home_address_city
  139. homeAddressState=home_address_state
  140. homeAddressCountry=home_address_country
  141. homeAddressZip=home_address_zip
  142. homeAddressLat=home_address_lat
  143. homeAddressLong=home_address_long
  144. updateMedicareNumber
  145. medicareNumber=medicare_number
  146. manuallySetIsPartBPrimaryConfirmedToTrue
  147. partBConfirmationMethod:select:MANUAL,API=partbconfirmation_method
  148. partBConfirmationMemo=partbconfirmation_memo
  149. manuallySetIsPartBPrimaryConfirmedToFalse
  150. partBConfirmationMethod:select:MANUAL,API=partbconfirmation_method
  151. partBConfirmationMemo=partbconfirmation_memo
  152. setHasMcpDoneEmVisitToTrue
  153. mcpEmVisitDate=mcp_em_visit_date
  154. mcpEmVisitNote
  155. mcpEmVisitMemo=mcp_em_visit_memo
  156. updateMcpEmVisitInfo
  157. mcpEmVisitDate=mcp_em_visit_date
  158. mcpEmVisitNote
  159. mcpEmVisitMemo=mcp_em_visit_memo
  160. setHasMcpDoneEmVisitToFalse
  161. putCrmReasons
  162. cmReason1=cm_reason1
  163. cmReason2=cm_reason2
  164. rmReason1=rm_reason1
  165. rmReason2=rm_reason2
  166. removeCrmReasons
  167. setIsClientEnrolledInCmToTrue
  168. setIsClientEnrolledInCmToFalse
  169. updateWhyNotEnrolledInCm
  170. whyNotEnrolledInCmCategory=why_not_enrolled_in_cm_category
  171. whyNotEnrolledInCmMemo=why_not_enrolled_in_cm_memo
  172. setIsClientEnrolledInRmToTrue
  173. setIsClientEnrolledInRmToFalse
  174. updateWhyNotEnrolledInRm
  175. whyNotEnrolledInRmCategory=why_not_enrolled_in_rm_category
  176. whyNotEnrolledInRmMemo=why_not_enrolled_in_rm_memo
  177. updateIntakeInfo
  178. intakeText=intake_text
  179. intakeDetail=intake_detail
  180. deactivate
  181. memo
  182. updateDeactivationMemo
  183. memo=deactivation_memo
  184. reactivate
  185. memo
  186. updateReactivationMemo
  187. memo=reactivation_memo
  188. SUB
  189. dashboard
  190. !grp:Name:name_display
  191. !grp:Demographics:gender,date_of_birth
  192. !grp:Cell number:cell_number
  193. !grp:Email address:email_address
  194. !grp:Address:home_address_city,home_address_country,home_address_lat,home_address_line1,home_address_line2,home_address_long,home_address_state,home_address_zip,home_phone_number,mailing_address_city,mailing_address_country,mailing_address_lat,mailing_address_line1,mailing_address_line2,mailing_address_long,mailing_address_state,mailing_address_zip
  195. !act:name_display:putName:pencil-alt=>/my_clients/view/$uid/ACTION_putName
  196. !act:gender:putGender:pencil-alt=>/my_clients/view/$uid/ACTION_putGender
  197. !act:date_of_birth:putDateOfBirth:pencil-alt=>/my_clients/view/$uid/ACTION_putDateOfBirth
  198. !act:mailing_address_zip:updateAddress:pencil-alt=>/my_clients/view/$uid/ACTION_updateAddress
  199. med_profile
  200. med_profile_log
  201. pro_access
  202. id=client_pro_access.client_id=>/pro_access/view/UID
  203. add_new:client_pro_access=>/pro_access/view/UID
  204. clientUid:hidden=uid
  205. proUid:record:pro:uid,name_display
  206. reasonCategory
  207. reasonMemo
  208. reasonDetail
  209. notes
  210. id=note.client_id=>/notes/view/UID
  211. add_new:note=>/notes/view/UID
  212. clientUid:hidden=uid
  213. hcpProUid:record:pro:uid,name_display
  214. allyProUid:record:pro:uid,name_display
  215. effectiveDateEST:date
  216. effectiveTime:time
  217. reason1
  218. reason2
  219. reason3
  220. reason3Plus
  221. serviceLocation
  222. category
  223. contentText
  224. contentDetail
  225. care_months
  226. id=care_month.client_id=>/care_months/view/UID
  227. add_new:care_month
  228. clientUid:hidden=uid
  229. startMonth:number
  230. startYear:number
  231. care_month_entries
  232. id=care_month_entry.client_id=>/care_month_entries/view/UID
  233. bills
  234. id=bill.client_id=>/bills/view/UID
  235. related_transactions
  236. id=pro_transaction.client_id=>/transactions/view/UID
  237. action_items
  238. id=action_item.client_id=>/action_items/view/UID
  239. add_new:action_item
  240. clientUid:hidden=uid
  241. prescriberProUid:record:pro:uid,name_display
  242. toFacilityUid:record:facility:uid,name
  243. contentText
  244. contentDetail
  245. erx
  246. id=action_item.client_id,action_item_category='RX'=>/action_items/view/UID
  247. add_new:action_item
  248. clientUid:hidden=uid
  249. prescriberProUid:record:pro:uid,name_display
  250. toFacilityUid:record:facility:uid,name
  251. contentText
  252. contentDetail
  253. mcp_updates
  254. id=client_mcp_update.client_id
  255. ally_updates
  256. id=client_ally_update.client_id
  257. audit_log
  258. notes|note|view|icon:file-alt
  259. !inc:effective_dateest,client_id,hcp_pro_id,ally_pro_id,reasons,content_text,is_signed_by_ally,is_signed_by_hcp,billed
  260. !col:effective_dateest:Date
  261. !col:client_id:Client:select name_display as result FROM client WHERE id = $client_id
  262. !col:hcp_pro_id:HCP:select name_display as result FROM pro WHERE id = $hcp_pro_id
  263. !col:ally_pro_id:Ally:select name_display as result FROM pro WHERE id = $ally_pro_id
  264. !col:reasons:Reason(s):select concat(reason1,reason2) as result FROM note WHERE id = $id
  265. !col:service_location:Location
  266. !col:category:Category
  267. !col:content_text:Content
  268. !col:is_signed_by_ally:Ally Signed?
  269. !col:is_signed_by_hcp:HCP Signed?
  270. !col:billed:Billed?:SELECT '-- TODO --' as result
  271. notes/view/{uid}
  272. ACTIONS
  273. signAsHcp
  274. SUB
  275. dashboard
  276. bills
  277. id=bill.note_id=>/bills/view/UID
  278. add_new:bill:createForNote
  279. noteUid:hidden=uid
  280. effectiveDate:date
  281. code
  282. reason1
  283. reason2
  284. reason3
  285. reason3Plus
  286. serviceLocation
  287. modifier
  288. numberOfUnits:number
  289. audit_log
  290. erx|action_item:action_item_category='RX'|view|icon:file-signature
  291. erx/view/{uid}
  292. ACTIONS
  293. signAsPrescriber
  294. updateToFacility
  295. toFacilityUid:record:facility:uid,name
  296. updateContent
  297. contentText=content_text
  298. contentDetail=content_detail
  299. updateStatus
  300. statusCategory:select:OPEN,CLOSED
  301. statusMemo
  302. efax
  303. toFaxNumber:tel
  304. SUB
  305. dashboard
  306. audit_log
  307. action_items|action_item|view|icon:tasks
  308. action_items/view/{uid}
  309. ACTIONS
  310. signAsPrescriber
  311. updateToFacility
  312. toFacilityUid:record:facility:uid,name
  313. updateContent
  314. contentText=content_text
  315. contentDetail=content_detail
  316. updateStatus
  317. statusCategory:select:OPEN,CLOSED
  318. statusMemo
  319. efax
  320. toFaxNumber:tel
  321. SUB
  322. dashboard
  323. audit_log
  324. care_months|care_month|view|icon:calendar-plus
  325. care_months/view/{uid}
  326. ACTIONS
  327. putMcpPro
  328. mcpProUid:record:pro:uid,name_display
  329. putAllyPro
  330. allyProUid:record:pro:uid,name_display
  331. putReasons
  332. reason1
  333. reason2
  334. reason3
  335. reason3Plus
  336. setIsClientEnrolledInCmToTrue
  337. setIsClientEnrolledInCmToFalse
  338. updateWhyNotEnrolledInCm
  339. whyNotEnrolledInCmCategory
  340. whyNotEnrolledInCmMemo
  341. setIsClientEnrolledInRmToTrue
  342. setIsClientEnrolledInRmToFalse
  343. updateWhyNotEnrolledInRm
  344. whyNotEnrolledInRmCategory
  345. whyNotEnrolledInRmMemo
  346. generateBillForCm
  347. numberOfMinutes:number
  348. generateBillForRm
  349. numberOfMinutes:number
  350. setIsCmCanceledThisMonthToTrue
  351. updateWhyIsCmCanceledThisMonth
  352. setIsCmCanceledThisMonthToFalse
  353. setIsRmCanceledThisMonthToTrue
  354. updateWhyIsRmCanceledThisMonth
  355. setIsRmCanceledThisMonthToFalse
  356. setIsTmThisMonthToTrue
  357. setIsTmThisMonthToFalse
  358. SUB
  359. dashboard
  360. # :: need remove
  361. cm_time_entries
  362. id=care_month_entry.care_month_id,cm_or_rm='CM'
  363. add_new:care_month_entry:createForCm
  364. careMonthUid:hidden=uid
  365. proUid:record:pro:uid,name_display
  366. effectiveDate:date
  367. timeInSeconds:number
  368. isTimeSpecific:bool
  369. startingTime:time
  370. endingTime:time
  371. contentText
  372. contentDetail
  373. # :: need remove
  374. rm_time_entries
  375. id=care_month_entry.care_month_id,cm_or_rm='RM'
  376. add_new:care_month_entry:createForRm
  377. careMonthUid:hidden=uid
  378. proUid:record:pro:uid,name_display
  379. effectiveDate:date
  380. timeInSeconds:number
  381. isTimeSpecific:bool
  382. startingTime:time
  383. endingTime:time
  384. contentText
  385. contentDetail
  386. audit_log
  387. care_month_entries|care_month_entry|view|icon:calendar-alt
  388. care_month_entries/view/{uid}
  389. ACTIONS
  390. updateContent
  391. contentText
  392. contentDetail
  393. updateTiming
  394. effectiveDate
  395. timeInSeconds
  396. isTimeSpecific:bool
  397. startingTime
  398. endingTime
  399. SUB
  400. dashboard
  401. bills|bill|view|icon:file-invoice-dollar
  402. bills/view/{uid}
  403. ACTIONS
  404. payHcpAmount
  405. hcpPaymentAmount:number
  406. payHcpDifferentAmount
  407. differentHcpPaymentAmount:number
  408. signAsHcp
  409. markSubmitted
  410. putCollectedAmount
  411. collectedAmount
  412. SUB
  413. dashboard
  414. transactions
  415. id=pro_transaction.bill_id
  416. audit_log
  417. transactions|pro_transaction|icon:exchange-alt
  418. med_profile_lines|client_info_line|icon:window-restore
  419. med_profile_line_updates|client_info_line_update|icon:window-restore
  420. pro_access|client_pro_access|view|icon:arrow-alt-circle-right
  421. pro_access/view/{uid}
  422. ACTIONS
  423. updateReason
  424. reasonCategory=reason_category
  425. reasonDetail=reason_detail
  426. deactivate
  427. memo
  428. updateDeactivationMemo
  429. memo=deactivation_memo
  430. reactivate
  431. memo
  432. updateReactivationMemo
  433. memo=reactivation_memo
  434. SUB
  435. dashboard
  436. mcp_updates|client_mcp_update|icon:user-edit
  437. ally_updates|client_ally_update|icon:user-edit
  438. # audit_log :: coming soon
  439. ADMIN
  440. # admin_dashboard
  441. facilities|facility|view|icon:temperature-low
  442. facilities/add_new:create
  443. facilities/view/{uid}
  444. ACTIONS
  445. updateBasic
  446. name=name
  447. addressFull=address_full
  448. addressLine1=address_line1
  449. addressLine2=address_line2
  450. addressCity=address_city
  451. addressState=address_state
  452. addressZip=address_zip
  453. addressCountry=address_country
  454. addressGeoLat=address_geo_lat
  455. addressGeoLong=address_geo_long
  456. phone=phone
  457. fax=fax
  458. hours=hours
  459. deactivate
  460. memo
  461. updateDeactivationMemo
  462. memo=deactivation_memo
  463. reactivate
  464. memo
  465. updateReactivationMemo
  466. memo=reactivation_memo
  467. SUB
  468. dashboard
  469. erx
  470. action_items
  471. audit_log
  472. pros|pro|add|view|icon:user-md
  473. pros/add_new:create
  474. cellNumber:tel
  475. emailAddress:email
  476. nameDisplay
  477. namePrefix
  478. nameFirst
  479. nameMiddle
  480. nameLast
  481. nameSuffix
  482. nameCredential
  483. isHcp:bool
  484. hcpNpi
  485. previousProfessionCategory
  486. currentProfessionCategory
  487. pros/view/{uid}
  488. ACTIONS
  489. sendCellNumberConfirmationMessage
  490. confirmCellNumberWithConfirmationToken
  491. cellNumber:tel=cell_number
  492. token
  493. putNewCellNumber
  494. newCellNumber:tel=cell_number
  495. confirmEmailAddressWithConfirmationToken
  496. emailAddress:email=email_address
  497. token
  498. putNewEmailAddress
  499. newEmailAddress:email=email_address
  500. updateName
  501. nameDisplay
  502. namePrefix
  503. nameFirst
  504. nameMiddle
  505. nameLast
  506. nameSuffix
  507. nameCredential
  508. updateProfession
  509. isHcp:bool
  510. hcpNpi
  511. previousProfessionCategory
  512. currentProfessionCategory
  513. hcpCategory
  514. hcpSubcategory
  515. updateEnrolledHcpInfo
  516. enrolledHcpCategory
  517. enrolledHcpSubcategory
  518. enrolledHcpNpi
  519. putProfilePicture
  520. profilePictureBase64
  521. updatePhoneInfo
  522. homePhoneNumber
  523. workPhoneNumber
  524. supporterPhoneNumber
  525. supporterMemo
  526. phoneNumbersMemo
  527. updateAddress
  528. mailingAddressLine1
  529. mailingAddressLine2
  530. mailingAddressCity
  531. mailingAddressState
  532. mailingAddressCountry
  533. mailingAddressZip
  534. mailingAddressLat
  535. mailingAddressLong
  536. homeAddressLine1
  537. homeAddressLine2
  538. homeAddressCity
  539. homeAddressState
  540. homeAddressCountry
  541. homeAddressZip
  542. homeAddressLat
  543. homeAddressLong
  544. updatePaymentProcessingDetail
  545. paymentProcessingDetail
  546. uploadDriverLicense
  547. driverLicenseFilePath
  548. updateDriverLicenseInfo
  549. driverLicenseState
  550. driverLicenseIssueDate
  551. driverLicenseExpirationDate
  552. updateSsn
  553. ssn
  554. # new actions from ProService.java
  555. sendEmailAddressConfirmationMessage
  556. setIsEnrolledAsHcpToTrue
  557. setIsEnrolledAsHcpToFalse
  558. setIsEnrolledAsMcpToTrue
  559. setIsEnrolledAsMcpToFalse
  560. removeProfilePicture
  561. updateW9Detail
  562. w9Detail
  563. updateSignedContractPdf
  564. signedContractPdf
  565. setIsPaymentProcessingDetailCompleteToTrue
  566. setIsPaymentProcessingDetailCompleteToFalse
  567. setIsDriverLicenseCompleteToTrue
  568. setIsDriverLicenseCompleteToFalse
  569. setIsSsnCompleteToTrue
  570. setIsSsnCompleteToFalse
  571. SUB
  572. dashboard
  573. payment_schedule
  574. id=pro_rate.pro_id=>/pro_rates/view/UID
  575. add_new:pro_rate
  576. proUid:hidden=uid
  577. asHcpOrAlly:select:HCP,ALLY
  578. code
  579. amount:number
  580. teams
  581. clients
  582. pro_access
  583. mcp_updates
  584. ally_updates
  585. erx
  586. action_items
  587. care_months
  588. care_month_entries
  589. notes
  590. bills
  591. pro_transactions
  592. lobby_pros
  593. id=lobby_pro.pro_id=>/lobby_pros/view/UID
  594. add_new:lobby_pro
  595. proUid:hidden=uid
  596. lobbyUid:record:lobby:uid,name
  597. sessions
  598. audit_log
  599. pro_rates|pro_rate|view|icon:funnel-dollar
  600. pro_rates/view/{uid}
  601. ACTIONS
  602. updateAmount
  603. newAmount:number=amount
  604. SUB
  605. dashboard
  606. lobbies|lobby|add|view|icon:hospital
  607. lobbies/add_new:create
  608. name
  609. urlSlug
  610. isStrangerAccessible:boolean
  611. isClientAccessible:boolean
  612. lobbies/view/{uid}
  613. ACTIONS
  614. putName
  615. name
  616. putUrlSlug
  617. urlSlug
  618. setIsStrangerAccessibleToTrue
  619. setIsStrangerAccessibleToFalse
  620. setIsClientAccessibleToTrue
  621. setIsClientAccessibleToFalse
  622. SUB
  623. dashboard
  624. lobby_pros
  625. id=lobby_pro.lobby_id=>/lobby_pros/view/UID
  626. add_new:lobby_pro
  627. lobbyUid:hidden=uid
  628. proUid:record:pro:uid,name_display
  629. meetings
  630. id=meeting.lobby_id=>/meetings/view/UID
  631. meetings|meeting|add|view|icon:handshake
  632. meetings/add_new:meetings:createAsProPerformer
  633. lobbyUid:record:lobby:uid,name
  634. targetLobbyProUid:record:lobby_pro:uid,uid
  635. title
  636. name
  637. pictureBase64
  638. meetings/view/{uid}
  639. ACTIONS
  640. putLobby
  641. lobbyUid:record:lobby:uid,name
  642. putTargetLobbyPro
  643. lobbyUid:record:lobbyPro:uid,name
  644. putTitle
  645. title
  646. putStrangerInfo
  647. strangerFirstName
  648. strangerLastName
  649. strangerDob:date
  650. strangerMcn
  651. isStrangerMcnPpb:boolean
  652. strangerMcnDetail
  653. strangerSsn
  654. strangerDetail
  655. putMeetingNumber
  656. SUB
  657. dashboard
  658. meeting_participants
  659. id=meeting_participant.meeting_id=>/meeting_participants/view/UID
  660. add_new:meeting_participant:createForPro
  661. meetingUid:hidden=uid
  662. proUid:record:pro:uid,name_display
  663. name
  664. pictureBase64
  665. meeting_invitations
  666. id=meeting_invitation.meeting_id=>/meeting_invitations/view/UID
  667. add_new:meeting_invitation
  668. meetingUid:hidden=uid
  669. smsOrEmail:select:SMS,EMAIL
  670. toSms
  671. toEmail
  672. toName
  673. meeting_rings
  674. id=meeting_ring.meeting_id=>/meeting_rings/view/UID
  675. meeting_knocks
  676. id=meeting_knock.meeting_id=>/meeting_knocks/view/UID
  677. meeting_messages
  678. id=meeting_message.meeting_id=>/meeting_messages/view/UID
  679. meeting_participants|meeting_participant|view|icon:user
  680. meeting_participants/view/{uid}
  681. SUB
  682. dashboard
  683. meeting_invitations|meeting_invitation|view|icon:envelope
  684. meeting_invitations/view/{uid}
  685. ACTIONS
  686. cancel
  687. memo
  688. SUB
  689. dashboard
  690. meeting_rings|meeting_ring|view|icon:phone
  691. meeting_rings/view/{uid}
  692. SUB
  693. dashboard
  694. meeting_knocks|meeting_knock|view|icon:door-closed
  695. meeting_knocks/view/{uid}
  696. SUB
  697. dashboard
  698. meeting_messages|meeting_message|view|icon:comments
  699. meeting_message/view/{uid}
  700. SUB
  701. dashboard