Conversation
✅ Deploy Preview for thoth-tech ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
31Husain31
left a comment
There was a problem hiding this comment.
This is really helpful documentation - I can tell a lot of effort went into this! The step-by-step walkthrough with screenshots is great for people who haven't done rebasing before.
A few observations:
Structure:
The progression from simple to complex (API rebase → Web rebase) makes sense
Love the use of actual examples (Sahiru's Staff Grant Extension work)
Technical content:
The Gemfile/package.json comparison is spot-on - helps people understand the Ruby/Node parallels
Good call on warning about schema.rb - that's a common gotcha
The section about missing features from 9.x (like LearningAlignmentApi) is practical
Overall this fills a real gap in the documentation. The screenshots especially make it much less intimidating for newcomers.
Description
The added document is a complete rebase guide for moving completed work on either
doubtfire-apiordoubtfire-webfrom the9.xdevelopment branch to the10.0.xbranch.Type of change
Testing Checklist
Have runSee docs: npm run format #164.npm run formatnpm run buildnpm run devand/ornpm run preview, using:Checklist