Skip to content
Failed

#21 (Nov 18, 2025, 10:43:00 AM)

Started 10 hr ago
Took 29 min

Started by timer

Revision: b3e3543ed276e0f08c73a11a9a2c1e025e031281
Repository: https://github.com/UstadMobile/Respect.git
  • refs/remotes/origin/mapping-curriculum
Changes
  1. query added to find child family (details / githubweb)
  2. changes in PersonEntityDao.kt (details / githubweb)
  3. family list is showing (details / githubweb)
  4. change in query (details / githubweb)
  5. feat: Add enrollment list route (details / githubweb)
  6. changes related to adding family (details / githubweb)
  7. feat: Add user management menu in class details (details / githubweb)
  8. refactor: Extract Person list item with action menu (details / githubweb)
  9. build: Upgrade Android Gradle Plugin to 8.13.0 (details / githubweb)
  10. changes PersonEditViewModel.kt (details / githubweb)
  11. changes PersonDetailScreen.kt (details / githubweb)
  12. feat: Navigate to enrollment list from class details (details / githubweb)
  13. feat: Add action menu to enrollment list items (details / githubweb)
  14. refactor: Simplify navigation to EnrollmentList screen (details / githubweb)
  15. feat: Introduce EnrollmentEdit screen (details / githubweb)
  16. Add list params to all persondatasource list functions. (details / githubweb)
  17. Implement includeRelated parameter for selecting list of Person. (details / githubweb)
  18. feat: Implement field validation and state restoration in EnrollmentEdit screen (details / githubweb)
  19. feat: Implement enrollment start and end date editing (details / githubweb)
  20. refactor: Improve navigation after new enrollment creation (details / githubweb)
  21. fix: Improve DOB display and enrollment navigation (details / githubweb)
  22. fix: Correct navigation parameter order in EnrollmentListViewModel (details / githubweb)
  23. feat: Format enrollment dates on list screen (details / githubweb)
  24. refactor: Ensure only one enrollment item's menu can be expanded at a time (details / githubweb)
  25. feat: Add validation for enrollment start and end dates (details / githubweb)
  26. refactor: Conditionally display gender and DOB in ClazzDetailScreen (details / githubweb)
  27. refactor: Conditionally display gender and DOB in ClazzDetailScreen (details / githubweb)
  28. feat: Display person and class names in EnrollmentEdit screen (details / githubweb)
  29. refactor: Update enrollment screen titles to use a formatted string (details / githubweb)
  30. refactor: Rename person management functions in ClazzDetail screen (details / githubweb)
  31. Refactor (details / githubweb)
  32. Refactor (details / githubweb)
  33. Refactor (details / githubweb)
  34. Refactor (details / githubweb)
  35. feat: Implement enrollment deletion (details / githubweb)
  36. feat: Implement enrollment deletion (details / githubweb)
  37. refactor (details / githubweb)
  38. refactor (details / githubweb)
  39. Updated test -added Family member flow (details / githubweb)
  40. Fixes for PersonEdit to handle correctly loading and saving related persons. (details / githubweb)
  41. missed subflows added (details / githubweb)
  42. Correct visibility of family members in person edit screen. (details / githubweb)
  43. Revert family member changes for 001_002 test that need revision. (details / githubweb)
  44. Add missing \ to .maestro/README.md (details / githubweb)
  45. Add badges for Jenkins jobs. (details / githubweb)
  46. Fixes for enrollment list (details / githubweb)
  47. EnrollmentEdit fixes. (details / githubweb)
  48. Enrollment fixes: ensure proper filtering so that only current enrollments are displayed. (details / githubweb)
  49. Make handling of in class on day parameters consistent between person data source and enrollment data source. (details / githubweb)
  50. Implement remove from class on class detail screen. (details / githubweb)
  51. Fix handling of pending students and teachers. (details / githubweb)
  52. Work in progress tidy up of curriculum mapping edit. (details / githubweb)
  53. Update CurriculumMappingListViewModel.kt UiState so it can support showing icon. (details / githubweb)