-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update genericUtils.ts #1297
Update genericUtils.ts #1297
Conversation
Caution Review failedThe pull request is closed. WalkthroughWalkthroughThe recent changes enhance the flexibility and functionality of the campaign and facility sheet processing in the project. Key modifications include dynamic handling of campaign types in API calls and improved management of dropdowns and hidden columns in facility sheets. These adjustments promote better data handling and user experience, making the system more adaptable to different campaign configurations. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant API
participant SchemaService
participant FacilitySheet
User->>API: Request campaign creation
API->>SchemaService: Call to retrieve schema with MP-${campaignType}
SchemaService-->>API: Return schema
API->>FacilitySheet: Create facility sheet with dropdowns
FacilitySheet->>FacilitySheet: Set hidden columns based on schema
API-->>User: Return created campaign
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
* Ashish egov patch 1 (#1280) * Update campaignApis.ts * Update campaignUtils.ts (#1279) * Update publishProjectFactory.yml (#1281) * feat: Add parentId and isActive columns to eg_cm_campaign_details, re… (#1285) feat: Add parentId and isActive columns to eg_cm_campaign_details, remove unique constraint on campaignName * Usage user column (#1291) * Update campaignApis.ts (#1278) * Update campaignApis.ts * Update campaignUtils.ts (#1279) * feat: Add parentId and isActive columns to eg_cm_campaign_details, remove unique constraint on campaignName * Feat : adding usage column in user create * User mapping campaign (#1292) * feat: Add parentId and isActive columns to eg_cm_campaign_details, remove unique constraint on campaignName * Fix : user mapping * Fix * Update genericApis.ts (#1295) * Update genericUtils.ts (#1297) * Update genericUtils.ts * Update campaignApis.ts * Update campaignUtils.ts (#1298) * Update campaignUtils.ts (#1299) * Update publishProjectFactory.yml (#1301)
No description provided.