tree.txt 23 KB

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