Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. School Prescription
  2. School list
  3. select school -> School Activity
  4. fetch schools -> ViewModel
  5. ViewModel
  6. data available -> School list
  7. no data -> Service
  8. Service
  9. api_success -> School list
  10. api_fail -> School list
  11.  
  12. School Activity
  13. Details Fragment
  14. swipe_right -> Prescription Fragment
  15. Prescription Fragment
  16. add -> Bottom Sheet
  17. swipe_left -> Details Fragment
  18. swipe_right -> Specimen Fragment
  19. Specimen Fragment
  20. add -> Bottom Sheet
  21. swipe_left -> Prescription Fragment
  22. Bottom Sheet
  23. select_from_search -> School Activity
  24. select -> School Activity
  25. cancel -> School Activity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement