-
-
Notifications
You must be signed in to change notification settings - Fork 33
feat: add ash framework and one ash playlist #113
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
feat: add ash framework and one ash playlist #113
Conversation
WalkthroughAdds Ash framework support by introducing an ash icon to shared components, inserting an Ash link into the programming languages grid, and updating data sources to include Ash in frameworks and a new Ash course entry. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant Page as Programming Languages Grid
participant Icon as SharedComponents.Icon
participant Data as Data (frameworks.json, courses.json)
User->>Page: Load grid
Page->>Data: Fetch frameworks/courses
Data-->>Page: Includes Ash framework and course
Page->>Icon: Render icon name="ash"
Icon-->>Page: SVG for Ash
Page-->>User: Grid shows Ash entry linking to framework=ash
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🔇 Additional comments (5)
Comment |
danielbergholz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ash framework for the win! 🚀
Thanks for contributing
Add Ash Framework SaaS Masterclass course (as a youtube playlist)
Add Ash Framework
Add Ash logo in homepage
Summary by CodeRabbit