Skip to content
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

All 1.2 tn dev #185

Merged
merged 78 commits into from
Oct 23, 2024
Merged

All 1.2 tn dev #185

merged 78 commits into from
Oct 23, 2024

Conversation

gouravmore
Copy link
Member

@gouravmore gouravmore commented Oct 23, 2024

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced a new Mechanics6 component for interactive audio and fill-in-the-blank exercises.
    • Enhanced audio playback functionality across various components, including new audio management in MainLayout and VoiceAnalyser.
  • Improvements

    • Streamlined deployment process by updating AWS credentials configuration.
    • Improved error handling and state management in audio-related components.
  • Bug Fixes

    • Resolved issues with audio playback controls and state synchronization.
  • Documentation

    • Updated PropTypes for several components to ensure better type safety and clarity.

gouravmore and others added 30 commits October 10, 2024 15:56
…v-tn

Issueid #228750 feat: Move Next Button from Mainlayout component to V…
Ayansaha20 and others added 25 commits October 19, 2024 12:58
Issue #ALL-000 fix: Updated correct image.
…v-tn

#0000 audio detection feature enabled
Issue #0000 fix: form a sentence mechanics not loading
…ll-dev-tn

Revert "#0000 audio detection feature enabled"
…v-tn

Issueid #229332 fix: audio is mismatching in jumble the word mechanics
…v-tn

Issueid #229352 fix: In Jumble the Sentence Option are going out of s…
Copy link

coderabbitai bot commented Oct 23, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request introduces several significant changes across multiple components and files. Key modifications include the removal of the AWS CLI installation in the workflow, replaced by the aws-actions/configure-aws-credentials@v2 action. The package.json file has a new dependency added. Various components, including DiscoverSentance, MainLayout, and Mechanics series, have undergone updates to enhance audio playback management, state handling, and user interaction. The new Mechanics6 component has been added, and existing components have been refactored for improved functionality and organization.

Changes

File Path Change Summary
.github/workflows/all-dev-tn.yml Removed AWS CLI installation; updated AWS credentials configuration using aws-actions/configure-aws-credentials@v2.
package.json Added new dependency: "ajv": "^8.17.1" in dependencies.
src/components/DiscoverSentance/DiscoverSentance.jsx Modified audio playback mechanism; refined logic in handleNext function; enhanced error handling.
src/components/Layouts.jsx/MainLayout.jsx Added audio management features; updated props and state handling; enhanced rendering logic and styling.
src/components/Mechanism/WordsOrImage.jsx Updated imports; added state management for audio selections; modified prop handling and propTypes.
src/components/Practice/Mechanics3.jsx Updated imports; added new state variable and props; modified handling logic for user interactions.
src/components/Practice/Mechanics4.jsx Added audio prop; introduced shake state; replaced word handling logic with jumbleSentence function.
src/components/Practice/Mechanics5.jsx Refactored to include new props for audio handling and state management; updated rendering logic for options.
src/components/Practice/Mechanics6.jsx Introduced new component for interactive audio and fill-in-the-blank exercise; integrated audio playback features.
src/utils/AudioCompare.js Added new image imports for playback controls; modified rendering logic for audio buttons.
src/utils/VoiceAnalyser.js Expanded state management; refined audio playback logic; added error handling and propTypes for type safety.
src/utils/constants.js Added NextButtonRound component; updated levelGetContent structure with new properties.
src/views/Practice/Practice.jsx Integrated Mechanics6 component; updated audio playback logic and content fetching parameters.

Possibly related PRs


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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@gouravmore gouravmore merged commit 1bdc9d9 into all-1.3-tn-prod Oct 23, 2024
1 check passed
Copy link

sonarcloud bot commented Oct 23, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
B Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

bharathrams pushed a commit to Bhashabyasa/nd-all-learner-ai-app that referenced this pull request Nov 25, 2024
bharathrams pushed a commit to Bhashabyasa/nd-all-learner-ai-app that referenced this pull request Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants