Skip to content

Commit

Permalink
Attendence new digit component integration (#575)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Shashwat12-egov and naveenr-egov authored Nov 14, 2024
1 parent 5b1e896 commit 3ad4549
Show file tree
Hide file tree
Showing 51 changed files with 11,222 additions and 883 deletions.
1,127 changes: 1,127 additions & 0 deletions apps/health_campaign_field_worker_app/assets/animated_json/alert.json

Large diffs are not rendered by default.

728 changes: 728 additions & 0 deletions apps/health_campaign_field_worker_app/assets/animated_json/error.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@ class AppRouter extends _$AppRouter {
),

// Attendance Route
AutoRoute(
page: MarkAttendanceRoute.page,
path: 'mark-attendance',
),
AutoRoute(
page: ManageAttendanceRoute.page,
path: 'manage-attendance',
Expand All @@ -327,10 +331,6 @@ class AppRouter extends _$AppRouter {
page: AttendanceDateSessionSelectionRoute.page,
path: 'attendance-date-session-selection',
),
AutoRoute(
page: MarkAttendanceRoute.page,
path: 'mark-attendance',
),
AutoRoute(
page: AttendanceAcknowledgementRoute.page,
path: 'attendance-acknowledgement',
Expand Down
Loading

0 comments on commit 3ad4549

Please sign in to comment.