Skip to content

Revise ECD module installation steps in README#78

Merged
drtechie merged 1 commit intomainfrom
snehar-nd-patch-2
May 6, 2026
Merged

Revise ECD module installation steps in README#78
drtechie merged 1 commit intomainfrom
snehar-nd-patch-2

Conversation

@snehar-nd
Copy link
Copy Markdown
Contributor

@snehar-nd snehar-nd commented May 5, 2026

Updated installation instructions for the ECD module to include cloning the Common-ui repository and adjusted the step numbers accordingly.

📋 Description

JIRA ID:

Please provide a summary of the change and the motivation behind it. Include relevant context and details.


✅ Type of Change

  • 🐞 Bug fix (non-breaking change which resolves an issue)
  • New feature (non-breaking change which adds functionality)
  • 🔥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🛠 Refactor (change that is neither a fix nor a new feature)
  • ⚙️ Config change (configuration file or build script updates)
  • 📚 Documentation (updates to docs or readme)
  • 🧪 Tests (adding new or updating existing tests)
  • 🎨 UI/UX (changes that affect the user interface)
  • 🚀 Performance (improves performance)
  • 🧹 Chore (miscellaneous changes that don't modify src or test files)

ℹ️ Additional Information

Please describe how the changes were tested, and include any relevant screenshots, logs, or other information that provides additional context.

Summary by CodeRabbit

  • Documentation
    • Updated installation instructions to include cloning the Common-ui repository and checking out the release-3.6.1-ECD branch as a prerequisite before installing the ECD module.
    • Streamlined setup documentation by removing redundant sections.

Updated installation instructions for the ECD module to include cloning the Common-ui repository and adjusted the step numbers accordingly.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

📝 Walkthrough

Walkthrough

The README.md installation instructions are updated to add a prerequisite step: cloning the Common-ui repository and checking out the release-3.6.1-ECD branch before running npm install, build, and start commands. This clarifies the dependency setup sequence.

Changes

Installation Instructions Update

Layer / File(s) Summary
Installation Documentation
README.md
Installation section adds a prerequisite step to clone Common-ui repository and check out the release-3.6.1-ECD branch before running npm install, build, and start commands.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

Hop, hop! A new step to note,
Clone Common-ui, promote!
Branch release-3.6.1-ECD in sight,
Dependencies clear, installation done right,
Instructions now guide with precision,
Setup success by design! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: revising ECD module installation steps in the README file, which matches the actual modifications made.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch snehar-nd-patch-2

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 5, 2026

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@README.md`:
- Around line 45-46: Summary: Steps 2–3 in README.md are ambiguous and lack
exact commands, repo URL, and target directory. Fix: replace the vague lines
"Clone the Common-ui repository, switch branch to release-3.6.1-ECD." and
"Install the dependencies and build the module:" with explicit shell commands
and sequencing that show the exact git clone URL
(https://github.com/PSMRI/Common-ui.git), cd into the cloned directory
(Common-ui), checkout the branch release-3.6.1-ECD, then return to the parent
directory if needed; also add the concrete install/build commands to run there
(e.g., install and build steps) and mention the working directory expectations
so the Common-ui prerequisite is an executable set of steps rather than a
descriptive note. Reference: the README.md lines describing Common-ui
clone/branch and the branch name release-3.6.1-ECD.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 60c92d12-7deb-47f1-9a8b-c7bd3a770b61

📥 Commits

Reviewing files that changed from the base of the PR and between 4b58d0d and 3064312.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
Comment on lines +45 to +46
2. Clone the Common-ui repository, switch branch to release-3.6.1-ECD.
3. Install the dependencies and build the module:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Make the Common-ui prerequisite executable, not descriptive.

These steps are currently ambiguous (no repo URL, no exact commands, no target directory). New setup attempts can fail or diverge.

📌 Proposed doc fix
-2. Clone the Common-ui repository, switch branch to release-3.6.1-ECD.
+2. Clone `Common-ui` and check out the required branch:
+   ```bash
+   git clone https://github.com/PSMRI/Common-ui.git
+   cd Common-ui
+   git checkout release-3.6.1-ECD
+   cd ..
+   ```
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
2. Clone the Common-ui repository, switch branch to release-3.6.1-ECD.
3. Install the dependencies and build the module:
2. Clone `Common-ui` and check out the required branch:
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 45 - 46, Summary: Steps 2–3 in README.md are
ambiguous and lack exact commands, repo URL, and target directory. Fix: replace
the vague lines "Clone the Common-ui repository, switch branch to
release-3.6.1-ECD." and "Install the dependencies and build the module:" with
explicit shell commands and sequencing that show the exact git clone URL
(https://github.com/PSMRI/Common-ui.git), cd into the cloned directory
(Common-ui), checkout the branch release-3.6.1-ECD, then return to the parent
directory if needed; also add the concrete install/build commands to run there
(e.g., install and build steps) and mention the working directory expectations
so the Common-ui prerequisite is an executable set of steps rather than a
descriptive note. Reference: the README.md lines describing Common-ui
clone/branch and the branch name release-3.6.1-ECD.

@drtechie drtechie merged commit 6c844fc into main May 6, 2026
7 of 8 checks passed
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.

3 participants