-
Notifications
You must be signed in to change notification settings - Fork 42
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
HCMPRE-965 : UI/UX FIX #2068
HCMPRE-965 : UI/UX FIX #2068
Conversation
* synced microplan code with console * updates to microplan/
* added IRS changes in console * made function for project-health and changes structure type master and module * health-project updated --------- Co-authored-by: suryansh-egov <suryansh.singh.egovernments.org>
* dynamic url fetching updated * Update getProjectServiceUrl.js --------- Co-authored-by: suryansh-egov <suryansh.singh.egovernments.org> Co-authored-by: Jagankumar <[email protected]>
Co-authored-by: suryansh-egov <suryansh.singh.egovernments.org>
* user credential download and timeline bug fixed * timeline and user cred * timeline and user cred1 --------- Co-authored-by: suryansh-egov <suryansh.singh.egovernments.org>
* setup context and updated libraries * updates for microplan flow
* added hooks and service * Update SetupMicroplan.js * moved utils
* Microplan-search screen * changes according to comments
* HCMPRE-384,459,289 made selecting boundary component * updated css version * chsnges * resolved pr comments and some fixes --------- Co-authored-by: Jagankumar <[email protected]>
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request introduces comprehensive updates across multiple modules in the health micro UI project. The changes primarily focus on enhancing the microplan and campaign management functionalities, including new components, hooks, configurations, and utility functions. Key modifications include stylesheet version updates, new React components for microplan setup and search, custom hooks for data management, and improvements to existing UI and data processing logic. Changes
Sequence DiagramsequenceDiagram
participant User
participant UI
participant MicroplanModule
participant APIService
User->>UI: Initiate Microplan Setup
UI->>MicroplanModule: Initialize Components
MicroplanModule->>APIService: Fetch Configuration
APIService-->>MicroplanModule: Return Configuration
MicroplanModule->>UI: Render Setup Form
User->>UI: Fill Form Details
UI->>APIService: Submit Form Data
APIService-->>UI: Process and Store Data
UI->>User: Display Confirmation
Possibly related PRs
Suggested Reviewers
Poem
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Microplan
module with enhanced functionalities for managing microplans.MicroplanSearch
,SetupMicroplan
,CampaignDetails
, andMicroplanCard
to streamline user interactions.Bug Fixes
Documentation
Chores