Adapter/apcfss#314
Open
VishnuKrishnathu wants to merge 21 commits into
Open
Conversation
- Changed Prettier configuration to enforce semicolons. - Removed `jsconfig.json` and `env-config.js` files. - Added ESLint and related plugins to `package.json` and `package-lock.json`. - Updated TypeScript configuration to set base URL to `src` and adjusted include paths. - Introduced new route for school survey in `url.js`. - Enhanced `FlowSelection` component to include a new flow option for school survey. - Updated various components and pages to improve code consistency and readability.
- Changed Prettier configuration to enforce semicolons. - Removed `jsconfig.json` and `env-config.js` files. - Added ESLint and related plugins to `package.json` and `package-lock.json`. - Updated TypeScript configuration to set base URL to `src` and adjusted include paths. - Introduced new route for school survey in `url.js`. - Enhanced `FlowSelection` component to include a new flow option for school survey. - Updated various components and pages to improve code consistency and readability.
…athu/mohini-app-frontend into features/voice-chat
- Added new school survey route to bot routes in `configure.js`. - Updated `flowConfig.js` to include new flow-to-route and flow-to-websocket mappings. - Refactored `voice-chat-conf.js` to utilize the new route mapping function for session routes. - Improved code consistency by ensuring semicolons are used throughout the files. - Cleaned up imports and organized code structure for better readability.
- Improved code consistency by adding semicolons in `VoiceTextInput.jsx`. - Enhanced textarea height adjustment logic for better user experience. - Updated flow configuration in `flowConfig.js` to use websocket routes for various session flows. - Cleaned up imports and organized code structure for improved readability.
…date helper to use it - Added a new function `getWebSocketUrlFromSession` to retrieve WebSocket URLs based on session names and types in `flowConfig.js`. - Updated the `buildWebSocketUrl` function in `helpers.js` to utilize the new WebSocket URL retrieval function, enhancing the flow management.
- Changed the route for school survey in `configure.js` to use a hyphen. - Introduced `FLOW_TO_WEB_ROUTE_MAP` in `flowConfig.js` for better route management. - Updated `useFlow.js` and `commonPage.jsx` to utilize the new route mapping. - Enhanced `voice-chat-conf.js` to include the school survey in the special flow check.
- Removed unused `storageFlow` variable from `commonPage.jsx`. - Updated conditional rendering logic for `LanguageSelectionGrid` and `FlowSelection` to enhance readability and maintainability.
- Introduced console logs to track navigation actions when redirecting to the login page and handling API failures. - Removed commented-out navigation code to clean up the logic flow. - Enhanced error handling by logging errors during API calls for better debugging.
…de consistency - Added semicolons for consistency in `LanguageSelectionGrid.jsx` and `enum.js`. - Cleaned up imports and organized code structure in `LanguageSelectionGrid.jsx`. - Simplified condition checks and removed unnecessary comments in `ssoFlow.jsx`. - Enhanced readability by ensuring consistent formatting across multiple files.
- Added new keys for completion messages and CTAs in `flowConfig.js`. - Updated `useConfirmationPopup.js` to ensure consistent semicolon usage. - Refactored `enum.js` to improve structure and added session flow exclusions for language options. - Introduced a completion popup function in `voice-chat-conf.js` to handle post-chat actions. - Cleaned up commented-out code in `voice-chat.js` for better readability.
- Added semicolons for consistent formatting in `user.js`. - Updated error handling to ensure consistent return values in API functions. - Cleaned up commented-out code in `voice-chat.js` for better readability. - Adjusted WebSocket protocol logic in `voice-chat-conf.js` for improved flexibility.
- Added new environment variables for authentication in `generate-env-config.sh` and `env.js`. - Updated `user.js` to utilize the new `AUTH_ROUTE` for API calls. - Modified `ssoFlow.jsx` to conditionally set access tokens based on the authentication method. - Improved code consistency and readability across the affected files.
- Updated translation.json to enhance user prompts and messages in Telugu. - Modified flowConfig.js to streamline chat heading and description for the School Survey flow. - Adjusted voice-chat-conf.js to implement navigation changes for the School Survey flow, ensuring a smoother user experience.
Refactor localization and flow configuration for School Survey
…roved user experience - Refactored index.html to enhance readability and maintainability. - Added new logo image (logo.jpeg) to the public directory. - Updated translation files for multiple languages to use the new logo path for consistency across the application.
- Changed the homepage heading from "Micro Improvement Report" to "Parent's Feedback" in both English and Telugu translation files to better reflect the content and purpose of the page.
…orage_service.js for improved security and compliance.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
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.