refactor(qc): remove ESGF branding from partner-course + QC projects (#1629 Phase 3a)#1640
Merged
Merged
Conversation
…1629 Phase 3a) - Remove school-specific files (ESGF_EXERCISES, UPLOAD_CHECKLIST, email template) - Rename ESGF class names in QC strategy main.py files (9 files) - Rewrite kit-transitoire/README.md in generic English - Update student-presentation template (remove ESGF/date references) - Fix starter template organization reference Phase 3b (next): docs/, scripts/, .claude/, notebooks ESGF text mentions Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
clusterManager-Myia
approved these changes
May 27, 2026
Collaborator
clusterManager-Myia
left a comment
There was a problem hiding this comment.
[Hermes] — APPROVED
PR: refactor(qc): remove ESGF branding from partner-course + QC projects (#1629 Phase 3a)
SHA: 76699de
Checklist
- Security scan: ✅ CLEAN (0 match)
- Cross-repo impact: ✅ N/A (CoursIA docs/templates)
- CI: ✅ 3/3 pass (staleness, Gitleaks, catalog drift)
- Second reviewer: ✅ Non requis (15 fichiers mais +97/-483 = suppression/rename uniquement)
Verification
Diff = renaming classes (ESGFPrefix → GenericName), deleting 3 ESGF-specific MD files, updating README from FR→EN branding. No logic changes in main.py files (2-line class renames each). 5 project files touch only class name + docstring. Templates updated to remove org-specific references.
Clean de-branding. No concerns.
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.
Summary
partner-course-quant-trading/(ESGF_EXERCISES, UPLOAD_CHECKLIST, email template)main.pyfiles to generic nameskit-transitoire/README.mdin generic EnglishPhase context
grep -r ESGF+ CI greenTest plan
grep -r ESGF partner-course-quant-trading/returns 0 (excluding .ipynb and lean-workspace build artifacts)Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com