Changes
#13 (Nov 12, 2025, 1:15:00 AM)
- updated erase text flow (commit: 650f7dc) — Pooja Ravi / githubweb
- updated "Pending requests.*" (commit: 721578e) — Pooja Ravi / githubweb
- updated ".*Pending requests.*" (commit: fe6c2c7) — Pooja Ravi / githubweb
- updated to text (commit: 08beed9) — Pooja Ravi / githubweb
- updated eraseText (commit: 64427ac) — Pooja Ravi / githubweb
- test (commit: e232462) — Pooja Ravi / githubweb
- test updated (commit: 3f09313) — Pooja Ravi / githubweb
- test updated (commit: 3017b08) — Pooja Ravi / githubweb
- Attempt to fix intermittent ConcurrentModificationException on server. (commit: 36ca809) — Mike Dawson / githubweb
- test added (commit: 117159b) — Pooja Ravi / githubweb
- Fix Redeem invitation issue caused by change to handling account scope. Add ServerAccountScopeManager to create a single per-school manager of account scopes. (commit: 5ffce94) — Mike Dawson / githubweb
- Add a lot of additional datalayer logging for attempt to catch flakey behavior where pending enrollment is not displayed. (commit: f5bba40) — Mike Dawson / githubweb
- Updated test name (commit: 74b0b73) — Pooja Ravi / githubweb
#12 (Nov 11, 2025, 1:15:00 AM)
- addchild usecase added (commit: 4e70835) — nikunj.sharma / githubweb
- CHANGES relatd to adding child (commit: e1374d6) — nikunj.sharma / githubweb
- CHANGES relatd to adding child (commit: f0aa944) — nikunj.sharma / githubweb
- user-signup-e2e (commit: 531514b) — Pooja Ravi / githubweb
- crash fix (commit: 4c8dab8) — nikunj.sharma / githubweb
- added clearstate (commit: ad0dc93) — Pooja Ravi / githubweb
- added teardown (commit: ff9209d) — Pooja Ravi / githubweb
- Gender commented (commit: 8437330) — Pooja Ravi / githubweb
- corrected (commit: 8a838a4) — Pooja Ravi / githubweb
- https://github.com/UstadMobile/Respect/issues/57 (commit: 9ef4c49) — nikunj.sharma / githubweb
- account list not scrollable fixed (commit: cbb8aae) — nikunj.sharma / githubweb
- Added mandatory field test (commit: a83dcee) — Pooja Ravi / githubweb
- ~/StudioProjects/RespectTest/respect-server/log - will getignore (commit: 6678f7d) — Pooja Ravi / githubweb
- fix for issue 76 (commit: 82c50c2) — nikunj.sharma / githubweb
- test tag added (commit: 67df22b) — nikunj.sharma / githubweb
- commented mandatory field tests (commit: a17c57a) — Pooja Ravi / githubweb
- Added hideKeyboard command (commit: e81f48d) — Pooja Ravi / githubweb
- Added teacher flow test (commit: bea7e42) — Pooja Ravi / githubweb
- update test (commit: 30950be) — Pooja Ravi / githubweb
- duplicate string remove (commit: d3d8127) — nikunj.sharma / githubweb
- updated test flow - single test (commit: f509e4f) — Pooja Ravi / githubweb
- updated to password* (commit: c2e3286) — Pooja Ravi / githubweb
- merged with main (commit: 93eafde) — nikunj.sharma / githubweb
- updated to date of birth field (commit: 9c70cef) — Pooja Ravi / githubweb
- Gender and DOB manadatory field tests (commit: 5004d71) — Pooja Ravi / githubweb
- DOB can't be future date - test added (commit: 5bd55d5) — Pooja Ravi / githubweb
- DOB updated test (commit: 7276679) — Pooja Ravi / githubweb
- changes in SignupViewModel.kt (commit: 52b0310) — nikunj.sharma / githubweb
- updated student name and flow change (commit: e27d0c4) — Pooja Ravi / githubweb
- changes in SignupViewModel.kt (commit: b8eb4a2) — nikunj.sharma / githubweb
- changes in SignupViewModel.kt (commit: c107200) — nikunj.sharma / githubweb
- changes AddChildAccountUseCase.kt (commit: 5c27b3a) — nikunj.sharma / githubweb
- commented DownloadIntegrationTest.kt as it contain error (commit: ee3fab9) — nikunj.sharma / githubweb
- feat: Validate date of birth on save (commit: 5e14940) — mandvi.verma / githubweb
- refactor: Improve `fullName` generation in `PersonExt` (commit: a281e9e) — mandvi.verma / githubweb
- feat: Clear email error on change (commit: f8fea38) — mandvi.verma / githubweb
- commit (commit: 74b2f94) — nikunj.sharma / githubweb
- If Using family name it is duplicating the other family name and middle name so changed to given name (commit: b7ca8ab) — mandvi.verma / githubweb
- Restore deleted Maestro flow test not related to this branch (commit: d79ec34) — Pooja Ravi / githubweb
- Restore deleted Maestro flow file 004_create_report_test.yaml (commit: 51e018b) — Pooja Ravi / githubweb
- feat: Enhance ClazzDetailScreen with more information (commit: 21f0337) — mandvi.verma / githubweb
- Updated test flow (commit: 99aa0a4) — Pooja Ravi / githubweb
- Updated setDate.js file (commit: 4582356) — Pooja Ravi / githubweb
- updated to main (commit: f1c5659) — Pooja Ravi / githubweb
- updated mandatory field error (commit: 712bb5a) — Pooja Ravi / githubweb
- string change (commit: cdd7571) — nikunj.sharma / githubweb
- string change (commit: 79b1be5) — nikunj.sharma / githubweb
- string change (commit: 2a1eadd) — nikunj.sharma / githubweb
- Updated test (commit: c181fd6) — Pooja Ravi / githubweb
- refactor: Use fullName for person display and internationalize labels (commit: baa66c6) — mandvi.verma / githubweb
- chore: Fix Kotlin linting issues (commit: 8e1da35) — mandvi.verma / githubweb
- feat: Make email optional for persons (commit: 11f753a) — mandvi.verma / githubweb
- feat: Add validation for first and last name (commit: ac4cd32) — mandvi.verma / githubweb
- Make ResultDest its own class so that it can support two types of return destinations: KClass based and route based. (commit: 0e617de) — Mike Dawson / githubweb
- feat: Add validation for first and last name (commit: 70bf7b3) — mandvi.verma / githubweb
- Updated mandatory test (commit: a8b21cd) — Pooja Ravi / githubweb
- style: Standardize test function naming (commit: ff80e4f) — mandvi.verma / githubweb
- Update AssignmentEditViewModel to use route based result destination. (commit: e90f937) — Mike Dawson / githubweb
- Add navigation return result support for selecting a person. (commit: 8d0112f) — Mike Dawson / githubweb
- refactor: Standardize required field validation message (commit: 009bbd6) — mandvi.verma / githubweb
- refactor: Use UiText for class name validation (commit: 9c81891) — mandvi.verma / githubweb
- chore: Format code for consistency (commit: 3e27825) — mandvi.verma / githubweb
- Put invite code on PersonList and remove AddPersonToClazz . (commit: f17e99e) — Mike Dawson / githubweb
- Fix select person from list. Initial implementation of adding to class. (commit: 5b7560c) — Mike Dawson / githubweb
- Fix EnrollmentEntity for database (commit: 8c2c554) — Mike Dawson / githubweb
- Update PersonListScreen to make it easier for the Maestro test to get the invite code. (commit: 66f6df5) — Mike Dawson / githubweb
- Minor tidy changes: (commit: 079da7e) — Mike Dawson / githubweb
- updated copy-paste - invite code (commit: 67f40be) — Pooja Ravi / githubweb
- Remove class_name_label string and change admin_add_app_and_teacher to use name not class name. (commit: e56d3cd) — Mike Dawson / githubweb
- Fix labels on 001_001 invite test to match those currently used (commit: e8f86da) — Mike Dawson / githubweb
- Fix label match admin_add_app_and_teacher (commit: 7f3cdea) — Mike Dawson / githubweb
- Fix lesson selection flow to use RouteResultDest (commit: ad70644) — lipsa.behera / githubweb
#7 (Nov 6, 2025, 1:15:00 AM)
- updated test (commit: f0e1129) — Pooja Ravi / githubweb
- add error handling (commit: b149fd0) — lipsa.behera / githubweb
- Update GetStarted screen to show loading status and a message if/when school is not found. (commit: 98e0682) — Mike Dawson / githubweb
- Added reorderable library (commit: e611a1c) — lipsa.behera / githubweb
#6 (Nov 5, 2025, 10:40:05 AM)
- Fix the SavedstateHandle and added a function to restore the mapping object from savedstate handle (commit: 560ab8a) — lipsa.behera / githubweb
#5 (Nov 5, 2025, 1:15:00 AM)
- Added e2e tests as per design (commit: 90d073f) — Pooja Ravi / githubweb
- App crash fix. (commit: fff25b9) — lipsa.behera / githubweb
- Update SchoolDirectoryEntryDataSourceHttp to send requests concurrently to all known school directory servers (commit: e332c5c) — Mike Dawson / githubweb
#4 (Nov 4, 2025, 1:17:26 PM)
- Updated maestro flows (commit: 8578fce) — Pooja Ravi / githubweb
- Main tests ready (commit: 0c24273) — Pooja Ravi / githubweb
- renamed the test (commit: aac181e) — Pooja Ravi / githubweb
- Added teardown to the tests (commit: 526bcc7) — Pooja Ravi / githubweb
- Add test name as a parameter to school_init.js (commit: 96e3b4a) — Mike Dawson / githubweb
- Added new tests (commit: 0e381b1) — Pooja Ravi / githubweb
- Moved failed tests to Flow_in_progress (commit: 0e3318e) — Pooja Ravi / githubweb
- Removed signup flow tests also added a test to login via link (commit: 5746fef) — Pooja Ravi / githubweb
- Updated the error (commit: fca6563) — Pooja Ravi / githubweb
- Updated the school url (commit: 5df16ae) — Pooja Ravi / githubweb
- minor fix (commit: 459ebde) — Pooja Ravi / githubweb
- Updated test description (commit: 2fe54bd) — Pooja Ravi / githubweb
- Updated test description (commit: 06e409f) — Pooja Ravi / githubweb
- Updated ReadMe (commit: d09ece4) — Pooja Ravi / githubweb
- Updated ReadMe (commit: 5288185) — Pooja Ravi / githubweb
- Updated tests (commit: d182ef8) — Pooja Ravi / githubweb
- Updated tests (commit: fa98ef8) — Pooja Ravi / githubweb
- Updated tests (commit: 3731b82) — Pooja Ravi / githubweb
- Updated tests (commit: 36eea9e) — Pooja Ravi / githubweb
- Updated phone verification tests (commit: b18b14e) — Pooja Ravi / githubweb
- Updated folder structure and passkey test added (commit: 19da568) — Pooja Ravi / githubweb
- refactor: Simplify image selection and remove unused constant (commit: 8049187) — mandvi.verma / githubweb
- refactor: Resolve URLs to absolute paths in OPDS feed (commit: 0f28f82) — mandvi.verma / githubweb
- refactor: Resolve URLs to be absolute in `AppsDetailViewModel` (commit: e1f4b13) — mandvi.verma / githubweb
- feat: Resolve lesson image URLs to absolute paths (commit: 0c4f186) — mandvi.verma / githubweb
- feat: Resolve lesson image URLs to absolute paths (commit: 196e344) — mandvi.verma / githubweb
- refactor: Standardize variable name for publication (commit: 168f3a5) — mandvi.verma / githubweb
- refactor: Centralize OPDS feed URL resolution, (commit: 50a0950) — mandvi.verma / githubweb
- updated test flows (commit: 3f0a616) — Pooja Ravi / githubweb
- updated phone number (commit: 4782cff) — Pooja Ravi / githubweb
- updated phone number (commit: 8bf1101) — Pooja Ravi / githubweb
- updated phone number (commit: b3b230c) — Pooja Ravi / githubweb
- updated valid phone number (commit: d37f3ef) — Pooja Ravi / githubweb
- Add testtag for phone number country code and number field. (commit: 6d47100) — Mike Dawson / githubweb
- added countrycode id (commit: c4b99dd) — Pooja Ravi / githubweb
- deleted descriptions (commit: d466e57) — Pooja Ravi / githubweb
- Update issue templates (commit: 1445355) — noreply / githubweb
- Update issue templates (commit: 311bccb) — noreply / githubweb
- Update issue templates (commit: 32bea40) — noreply / githubweb
- Delete .github/ISSUE_TEMPLATE/custom.md (commit: 415a850) — noreply / githubweb
- Create task_card.md (commit: a2ce795) — noreply / githubweb
- Tidyup resolve function. (commit: 3e7ac41) — Mike Dawson / githubweb
- Tidyup LearningUnitDetailViewModel to use resolve function (commit: 1b0c73b) — Mike Dawson / githubweb
- Remove incorrect assertion on 002_browse_lessons_test.yaml (commit: f6d691a) — Mike Dawson / githubweb
#3 (Nov 4, 2025, 10:40:50 AM)
- fix the issue (commit: 65c9e66) — lipsa.behera / githubweb