📋 Add category taxonomy to root package.json#211
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Motivation
The category taxonomy (labels, descriptions, display order) for the extensions page is currently hardcoded in the Effection website. Moving it to the effectionx root package.json makes effectionx the single source of truth for both per-package category assignments (
keywords) and the taxonomy definition itself.Approach
Add an
effectionx.categoriesfield to the rootpackage.jsoncontaining the 8 category definitions withkeyword,label, anddescription. The Effection website will read this field from the cloned repo at runtime.Companion to thefrontside/effection#1136, which will consume this taxonomy dynamically.
Summary by CodeRabbit