Revert "Merge pull request #3379 from Open-Systems-Pharmacology/3014#3442
Revert "Merge pull request #3379 from Open-Systems-Pharmacology/3014#3442
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe change modifies application naming in the event building block creation service by replacing a multi-step padding-based naming scheme with a simpler 1-based index approach. The iteration pattern is refactored from mapping to ToList() with indexing to direct MapFrom(...).Each(...) calls, while preserving per-item processing logic. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
|
@ALL: let's make sure we add tests in the future for domain changes. IT's not becuase it was not tested before that it should not be tested when making changes to the domain |
Fixes #3014
Description
Undo the changes from #3014 to develop branch
Type of change
Please mark relevant options with an
xin the brackets.How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Reviewer checklist
Mark everything that needs to be checked before merging the PR.
This change requires a documentation updateabove is selectedScreenshots (if appropriate):
Questions (if appropriate):
Summary by CodeRabbit