-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom annotations - Sync service package #572
Open
naveenr-egov
wants to merge
198
commits into
develop
Choose a base branch
from
custom_annotations
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…kage moved downsync model and repo to hcm TODO: publish the versions
Ensure proper Markdown formatting in the CHANGELOG.
* HCM v1.4 Bug Bash Fixes * HLM-6145:: Resource Card Duplicate validation added * Complaint user type and source Moved to constants * HLM-6140:: Tasks Status filter based on each household head
…nto registration-datamodel-update
…nto registration-datamodel-update
added keyboard type for waybill quantity
added firebase config in app config and mdms removed unused files in attendance and inventory and updated test case in inventory
Updated deprecated code Connectivity-plus code changes with respect to latest version changes Flutter analyze issue fixes Migrated Flutter gradle plugin to new declarative plugin block
…hint text and info description for search referral (#435)
# Conflicts: # apps/health_campaign_field_worker_app/pubspec.lock # apps/health_campaign_field_worker_app/pubspec.yaml # packages/attendance_management/pubspec.yaml # packages/inventory_management/pubspec.lock # packages/inventory_management/pubspec.yaml # packages/referral_reconciliation/pubspec.yaml # packages/registration_delivery/pubspec.lock # packages/registration_delivery/pubspec.yaml
added new service for foreground separated sync service as a package updated package dependencies
…ent-upgrade # Conflicts: # apps/health_campaign_field_worker_app/pubspec.lock # packages/registration_delivery/pubspec.lock
…w_digit_component' into component-upgrade # Conflicts: # apps/health_campaign_field_worker_app/pubspec.lock # apps/health_campaign_field_worker_app/pubspec.yaml # packages/attendance_management/pubspec.lock # packages/digit_firebase_services/pubspec.lock # packages/inventory_management/pubspec.lock # packages/referral_reconciliation/pubspec.lock
# Conflicts: # apps/health_campaign_field_worker_app/lib/data/network_manager.dart # apps/health_campaign_field_worker_app/lib/data/repositories/sync/remote_type.dart # apps/health_campaign_field_worker_app/lib/data/repositories/sync/sync_down.dart # apps/health_campaign_field_worker_app/lib/data/repositories/sync/sync_up.dart # apps/health_campaign_field_worker_app/lib/pages/authenticated.dart # apps/health_campaign_field_worker_app/lib/pages/home.dart # apps/health_campaign_field_worker_app/lib/pages/login.dart # apps/health_campaign_field_worker_app/lib/router/app_router.dart # apps/health_campaign_field_worker_app/lib/utils/constants.dart # apps/health_campaign_field_worker_app/lib/utils/extensions/extensions.dart # apps/health_campaign_field_worker_app/lib/utils/utils.dart # apps/health_campaign_field_worker_app/pubspec.lock # apps/health_campaign_field_worker_app/pubspec.yaml # packages/attendance_management/CHANGELOG.md # packages/attendance_management/lib/router/attendance_router.dart # packages/attendance_management/pubspec.lock # packages/attendance_management/pubspec.yaml # packages/closed_household/CHANGELOG.md # packages/closed_household/lib/pages/closed_household_details.dart # packages/closed_household/pubspec.yaml # packages/complaints/lib/pages/registration/complaints_location.dart # packages/digit_components/example/pubspec.lock # packages/digit_components/pubspec.lock # packages/digit_components/pubspec.yaml # packages/digit_data_model/CHANGELOG.md # packages/digit_data_model/lib/models/entities/target.dart # packages/digit_data_model/pubspec.lock # packages/digit_data_model/pubspec.yaml # packages/digit_dss/CHANGELOG.md # packages/digit_firebase_services/pubspec.lock # packages/digit_scanner/example/pubspec.lock # packages/digit_scanner/pubspec.lock # packages/inventory_management/CHANGELOG.md # packages/inventory_management/pubspec.lock # packages/inventory_management/pubspec.yaml # packages/referral_reconciliation/CHANGELOG.md # packages/referral_reconciliation/lib/pages/create_referral/record_facility_details.dart # packages/referral_reconciliation/lib/pages/create_referral/record_referral_details.dart # packages/referral_reconciliation/pubspec.lock # packages/referral_reconciliation/pubspec.yaml # packages/registration_delivery/CHANGELOG.md # packages/registration_delivery/lib/pages/beneficiary/beneficiary_checklist.dart # packages/registration_delivery/lib/pages/beneficiary/beneficiary_details.dart # packages/registration_delivery/lib/pages/beneficiary/delivery_summary_page.dart # packages/registration_delivery/lib/pages/beneficiary/refused_delivery.dart # packages/registration_delivery/lib/pages/beneficiary/side_effects.dart # packages/registration_delivery/lib/pages/beneficiary_registration/individual_details.dart # packages/registration_delivery/lib/utils/utils.dart # packages/registration_delivery/lib/widgets/member_card/member_card.dart # packages/registration_delivery/pubspec.lock # packages/registration_delivery/pubspec.yaml # packages/survey_form/lib/models/entities/service.dart # packages/survey_form/lib/models/entities/service_attributes.dart # packages/sync_service/lib/blocs/sync/sync.dart
# Conflicts: # apps/health_campaign_field_worker_app/pubspec.lock # apps/health_campaign_field_worker_app/pubspec.yaml # packages/attendance_management/pubspec.lock # packages/attendance_management/pubspec.yaml # packages/closed_household/lib/pages/closed_household_details.dart # packages/closed_household/pubspec.yaml # packages/complaints/example/pubspec.lock # packages/complaints/example/pubspec.yaml # packages/complaints/pubspec.lock # packages/complaints/pubspec.yaml # packages/digit_data_model/pubspec.lock # packages/digit_data_model/pubspec.yaml # packages/inventory_management/pubspec.lock # packages/inventory_management/pubspec.yaml # packages/referral_reconciliation/lib/pages/create_referral/record_referral_details.dart # packages/referral_reconciliation/pubspec.lock # packages/referral_reconciliation/pubspec.yaml # packages/registration_delivery/lib/pages/beneficiary/beneficiary_details.dart # packages/registration_delivery/lib/pages/beneficiary/delivery_summary_page.dart # packages/registration_delivery/lib/pages/beneficiary/refused_delivery.dart # packages/registration_delivery/lib/pages/beneficiary/side_effects.dart # packages/registration_delivery/lib/pages/beneficiary_registration/individual_details.dart # packages/registration_delivery/lib/utils/utils.dart # packages/registration_delivery/lib/widgets/member_card/member_card.dart # packages/registration_delivery/pubspec.lock # packages/registration_delivery/pubspec.yaml # packages/survey_form/lib/pages/survey_form_view.dart # packages/survey_form/pubspec.lock # packages/survey_form/pubspec.yaml
fixes related to components
fixes related to components
Co-authored-by: rachana-egov <[email protected]>
Complaints changes
fixes related to components
updated inventory package with new components
Updated components
Complaint new component integration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.