-
-
Notifications
You must be signed in to change notification settings - Fork 497
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
Quest - Changes we need to make before the official release of Octane Guides #669
Comments
This is a future thing, for a month or two from now. We're making a staging app at https://octane-preview-guides.emberjs.com, and with it comes some cleanup work We committed to "maintaining" this staging app via redirects to our main guides, once we take it down. Tom, Yehuda, Jen, Mel, and Chris all discussed this on March 13th and the decision to support redirects was a requirement for agreement on the app plan. Basically, we don't want to lose SEO powers and also we have a responsibility to our users to not break blog post links and all that. (formerly #609) |
https://octane-guides-preview.emberjs.com/release/components/yields/ should be updated so it doesn't use a modal. They are tricky for many reasons, accessibility being one of them. |
Does emberjs/data#6339 answer |
@bertdeblock go ahead and use it without paren in the guides |
@chancancode I issued a PR (#1063). I came across some other things as well (ED related) but did not want to clutter this PR. How would I go about making additional changes? One PR with various separate commits or are multiple PRs preferred? |
…r-usage-examples Use Ember Data decorators without parens where possible (#669)
The Learning team needs your help getting Octane ready to ship on emberjs.com! To help out, please do your work in the
guides/release
folder of theoctane
branch, and open PRs back intooctane
.This issue described is MVP to merge the guides for 3.14. You can see the current Octane preview guides at https://octane-guides-preview.emberjs.com/release/
URL persistence
Version upgrade guide
Syntax updates
{{on}}
(see https://github.com/emberjs/rfcs/blob/master/text/0471-on-modifier.md) - @sivakumar-kailasam is doing this{{fn}}
(see https://github.com/emberjs/rfcs/blob/master/text/0470-fn-helper.md) @sivakumar-kailasam is doing thisOctane tutorial
This is involved, probably 20 hours of work that will need to be divided up.
Quick fixes
Editing
The guides are 100+ pages. We need to make sure they reflect modern Ember.
Undoing shortcuts
These should happen at the very end.
Stretch goals
Open questions
hasMany
instead ofhasMany()
?The text was updated successfully, but these errors were encountered: