Skip to content

Commit 3ad4549

Browse files
Attendence new digit component integration (#575)
* Added some date functions in date_util_attendence file and upgraded the digit components in manage_attendence,dart file * Added the validation for reactive form _sessionradio * changed component_utils digit component in mark_attendence.dart file * Solved the locationbloc issue * changed the table component * changed the table component * Using the digit_ui library from the published page * Changed the flutter version in lock files * Update mark_attendance.dart * merge conflict changes * removed unused digit_data_model import * Pulling the changes from develop and using all the packages from the local. * Pulling the changes from develop and using all the packages from the local. * Pulling the changes from develop and using all the packages from the local. * digit_data_model issue in survey_form example. * digit_data_model issue in survey_form example. * fixing build issue * git build fail fix --------- Co-authored-by: Naveen Renati <[email protected]>
1 parent 5b1e896 commit 3ad4549

File tree

51 files changed

+11222
-883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+11222
-883
lines changed

apps/health_campaign_field_worker_app/assets/animated_json/alert.json

Lines changed: 1127 additions & 0 deletions
Large diffs are not rendered by default.

apps/health_campaign_field_worker_app/assets/animated_json/error.json

Lines changed: 728 additions & 0 deletions
Large diffs are not rendered by default.

apps/health_campaign_field_worker_app/assets/animated_json/success.json

Lines changed: 917 additions & 0 deletions
Large diffs are not rendered by default.

apps/health_campaign_field_worker_app/lib/router/app_router.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ class AppRouter extends _$AppRouter {
319319
),
320320

321321
// Attendance Route
322+
AutoRoute(
323+
page: MarkAttendanceRoute.page,
324+
path: 'mark-attendance',
325+
),
322326
AutoRoute(
323327
page: ManageAttendanceRoute.page,
324328
path: 'manage-attendance',
@@ -327,10 +331,6 @@ class AppRouter extends _$AppRouter {
327331
page: AttendanceDateSessionSelectionRoute.page,
328332
path: 'attendance-date-session-selection',
329333
),
330-
AutoRoute(
331-
page: MarkAttendanceRoute.page,
332-
path: 'mark-attendance',
333-
),
334334
AutoRoute(
335335
page: AttendanceAcknowledgementRoute.page,
336336
path: 'attendance-acknowledgement',

0 commit comments

Comments
 (0)