website-www
website-www copied to clipboard
[Ember-Migration] Migration plan
Migration Plan for migrating vanilla site to Ember
There are some page which are not migrated to Ember app which are as follows:
- Events page
- Debug page
- Releases Page
- Arts Page
Some of these links are used in our app's footer, so what we can do is migrate the old site to v0.realdevsquad.com and use redirect Ember app footer links to v0.realdevsquad.com
It will be something like this realdevsquad.com/events --> v0.realdevsquad.com/events
Where realdevsquad.com/events is our ember app and v0.realdevsquad.com is our old vanilla app
In the meantime we'll do the rest of migration by priority.
Things needs to done before 23-12-2023
- overflow-x in cards, header logo link issue PR, fallback profile image in navbar (completed with #775 )
- PR for analytics with RDS tracking scripts code. (#776)
- Links PR for redirection(realdevsquad.com/events --> v0.realdevsquad.com/events) (#781)
- Move new footer out of dev feature flag (#780)
- Write steps for deployment by deploying again(https://github.com/Real-Dev-Squad/website-www/issues/758#issuecomment-1847609181).