Skip to content
Failed

#6 (Aug 26, 2025, 12:04:07 PM)

Started 19 days ago
Took 28 sec

Started by user Pooja Ravi

Revision: a834a1022845d38ea99d6475cf6d768f5b613686
Repository: https://github.com/UstadMobile/Respect.git
  • refs/remotes/origin/dev-reports-screen
Changes
  1. used gender label (commit: 67921bb) (details / githubweb)
  2. adding passkey files (commit: d37f04a) (details / githubweb)
  3. fixes (commit: 5dd9fcd) (details / githubweb)
  4. passkey file added (commit: 8fb30cd) (details / githubweb)
  5. passkey file added in signup and LoginScreen (commit: eb83fe8) (details / githubweb)
  6. required msg showing (commit: 2e84cce) (details / githubweb)
  7. passkey creation and login working (commit: 2b29774) (details / githubweb)
  8. passkey test added (commit: ea39049) (details / githubweb)
  9. Work in progress: add initial directory implementation skeleton (commit: 9ac6048) (details / githubweb)
  10. Add ServerAppMain class (commit: 4617bda) (details / githubweb)
  11. Server work in progress: saving/reading manager server options/credentials works. (commit: 55c3c2a) (details / githubweb)
  12. small fix (commit: f7d51fc) (details / githubweb)
  13. Add Architecture explanation. (commit: 899832f) (details / githubweb)
  14. Update Architecture explanation. (commit: 35d5fbe) (details / githubweb)
  15. Update Architecture explanation. (commit: 9f0f132) (details / githubweb)
  16. Update Architecture explanation. (commit: e8ee2c3) (details / githubweb)
  17. Move realm directory datasource into the main datasource module. (commit: 19362de) (details / githubweb)
  18. small chnges and added other option screen (commit: abb6387) (details / githubweb)
  19. Initial implementation of adding a realm via server command line interface. (commit: d1ffa5a) (details / githubweb)
  20. Add basic auth to respect realm directory admin. (commit: c448cdd) (details / githubweb)
  21. Initial implementation of adding a realm that creates a realm-specific database. (commit: 8c5a25b) (details / githubweb)
  22. Update handling of RealmConfigEntity to set realm database path. (commit: 6c2124f) (details / githubweb)
  23. added screens (commit: c6d4b84) (details / githubweb)
  24. Modified test flow as per new design (commit: 1a58002) (details / githubweb)
  25. issues fixed (commit: d58b613) (details / githubweb)
  26. Initial implementation of server side password encryption/hashing. (commit: 5b32fc5) (details / githubweb)
  27. Initial implementation of authentication token creation. (commit: a13c856) (details / githubweb)
  28. Move db based implementations of account use cases to lib-shared. (commit: d726292) (details / githubweb)
  29. Initial implementation where adding a Realm using manage server cli will have an admin user set. (commit: c5fcae7) (details / githubweb)
  30. Work in progress architecture to make authentication tokens available via dependency injection on client. (commit: c8ca8df) (details / githubweb)
  31. added Signupusecase (commit: 316661b) (details / githubweb)
  32. add indicator list screen (commit: ac20aeb) (details / githubweb)
  33. WOrk in progress: login functionality. (commit: 8cf629b) (details / githubweb)
  34. Login functionality work in progress (commit: dc62362) (details / githubweb)
  35. Add Exception utility classes. (commit: ff79c3d) (details / githubweb)
  36. Move ExceptionWithHttpStatusCode.kt into lib-util. (commit: fb6f6b4) (details / githubweb)
  37. Remove ExceptionWithStatusCode (commit: 2822e1b) (details / githubweb)
  38. Update ExceptionWithUiText.kt (commit: 8ac15e6) (details / githubweb)
  39. Update login screen to handle showing exception (commit: 03e78d1) (details / githubweb)
  40. Update SetPasswordUseCase.kt to check authenticated user. (commit: ea06c09) (details / githubweb)
  41. Initial implementation of AccountList screen. (commit: d6b92b3) (details / githubweb)
  42. Update acknowledgement screen to navigate to app launcher if already logged in. (commit: 0f1e9bf) (details / githubweb)
  43. Add developer getting started to README (commit: 664a7dc) (details / githubweb)
  44. add json on di (commit: 10f9c6f) (details / githubweb)
  45. Update Person/role models. Update AppUiState and FabUiState to use UiText. (commit: b58179b) (details / githubweb)
  46. Remove unused imports. (commit: 0afa10b) (details / githubweb)
  47. resolve conflict (commit: 1be9120) (details / githubweb)
  48. Allow back button on invite code screen. (commit: 21640bc) (details / githubweb)
  49. Add NavResultReturner (commit: 92e123f) (details / githubweb)
  50. resolve conflict (commit: e726643) (details / githubweb)
  51. update filter screen (commit: 9bea3b2) (details / githubweb)
  52. Initial implementation of Logout. (commit: baa461f) (details / githubweb)
  53. Work in progress adding personlist. (commit: 3ee5e8b) (details / githubweb)
  54. Improve handling of top level navigation. (commit: 8d914e8) (details / githubweb)
  55. refactor (commit: 2e92a1a) (details / githubweb)
  56. add refactor (commit: 8df9e17) (details / githubweb)
  57. remove unused code (commit: 888b74c) (details / githubweb)
  58. Make showBackButton null by default (eg. allow default behavior). Add documentation notes for property. (commit: c9de65a) (details / githubweb)
  59. Person List-Edit-Detail model work in progress. (commit: ab00801) (details / githubweb)
  60. code refactor (commit: d482bf5) (details / githubweb)
  61. Create DESIGN_GUIDELINES.md (commit: 667cf18) (details / githubweb)
  62. Updated test flow as per new design (commit: 43c0e20) (details / githubweb)
  63. fix app crash (commit: c1c0c77) (details / githubweb)
  64. Person List-Edit-Detail model work in progress. (commit: 1179855) (details / githubweb)
  65. Initial pattern for list-detail-edit using people as example. (commit: 373353f) (details / githubweb)
  66. resolve conflict (commit: d6a6b1d) (details / githubweb)
  67. Add skeleton for listing realms (schools). (commit: 5d69333) (details / githubweb)
  68. Remove RespectAppDataSourceProvider.kt - this will not be used. Replace with direct use of dependency injection. (commit: 9addfda) (details / githubweb)
  69. Refactor for implementation of report data source (commit: d4cdc10) (details / githubweb)