DIGIT Docs
Microplanning 0.1
  • DIGIT Knowledge Base
  • Local Governance
Microplanning 0.1
  • Introducing Microplanning
    • Release Notes
      • v0.1 Release Notes
        • Release Checklist
        • Technical Release Summary
        • Master Data Management Service (MDMS) and Configuration updates
        • Service Builds
        • UI/UX Audit
  • PRODUCT SPECIFICATION
    • User Manual
    • Product Requirement Document
      • SOPs
        • Guidelines
  • TECHNOLOGY
    • Architecture
      • High Level Design
      • Low Level Design
        • Plan Management
        • Census Management
        • Microplanning UI
          • System Admin Flow
          • Population Data Approval
          • Facility Catchment Mapping
          • Microplan Estimation Approval
      • Services
        • HCM Microplan Web
          • User Interface Design
          • Set Up Microplan
            • Microplan Details
            • Boundary Selection
            • Data Management
            • Microplan Assumptions
            • Formula Configuration
            • User Tagging
            • Summary Screen
          • User Management
            • Bulk User Create
            • Download Users Credentials
          • Supervisor Flows
            • User Interface Design
            • My Microplan
            • Select Activity
            • Validate And Approve Population Data
              • Village Details
            • Assign Facility To Villages
              • Village Assignment And Unassignment to Facility
            • Validate And Approve Microplan Estimation
          • Open Microplans: System Admin
    • Specification
      • Plan Service
      • Resource Generator Service
      • Census Service
  • SETUP
    • Installation
    • Configuration
      • Advanced Configurations
    • QA Test Cases
Powered by GitBook

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

On this page
  • Tab Filtering Implementation
  • Key Functionalities
  • Finalize:

Was this helpful?

Export as PDF
  1. TECHNOLOGY
  2. Architecture
  3. Services
  4. HCM Microplan Web
  5. Set Up Microplan

Summary Screen

The Summary Screen is a critical page in the microplan setup process, where system administrators and program managers can review, validate, and edit the data configured for the microplan. It provides

PreviousUser TaggingNextUser Management

Last updated 5 months ago

Was this helpful?

User Roles

  • Actors: System Administrator / Program Manager

  • Administrative Boundaries: National / Country level

Summary Screen Modules

The summary screen consists of the following modules:

  1. Microplan Details Displays the core information about the microplan, such as the campaign name, disease, and resource distribution strategy. The user can review the details and make necessary edits.

  2. Campaign Boundary Shows the geographical administrative boundaries, including the country, province, district, administrative post, locality, and village levels. Users can review and edit the boundary data for each geographical level.

  3. Data Management Displays data templates for population and facilities. Users can download the templates or edit the uploaded files.

  4. Microplan Assumptions Shows the assumptions used in the microplan setup. Users can review and adjust these assumptions as necessary.

  5. Formula Configuration Displays the configured formulas used in the microplan. Users can modify the formulas if required.

  6. Data Validation Ensures that the data entered meets all the required criteria and can be validated before proceeding with the microplan.

  7. User Access Management Displays the users and their roles in the microplan setup. Users can manage who has access to the microplan.


Tab Filtering Implementation

Based on the tab, the respective section of setup microplan is shown.

Its implemented by using ViewComposer and passing in the pages as cards in a array called Cards.


Data for the Pages

The data displayed on the pages is retrieved from the sessionData, which is created whenever the user inputs data during the microplan setup process. As the user progresses through the setup, each section of the form they complete is captured and stored as formData.

Key Functionalities

Edit Data

  • Description: Each section of the summary screen can be edited by clicking the Edit button. This will redirect the user to the corresponding section in the microplan setup for further configuration.

  • Implementation: The system sets the key value for the selected section and redirects the user to the relevant page based on that key.

Download Files

  • Description: The user can download files (e.g., population and facility data templates) by clicking the Download button where applicable.

  • Implementation: This functionality is described in the Data Management page, where users can access and download the uploaded templates and files.

Finalize:

Once satisfied with the configuration, the user clicks Complete Setup to finalize the microplan.

When the Complete Setup button is clicked, the /plan-service/config/_update is triggered, with 'workflow:initiate' sent as the payload.

API
Roles

/plan-service/config/_update

MICROPLAN_ADMIN

DIGIT-Works/frontend/micro-ui/web/micro-ui-internals/packages/react-components/src/hoc/ViewComposer/index.js at 3292733c83b61eb3a28536812b61793e7e53fce1 · egovernments/DIGIT-WorksGitHub
Logo
Response Screen