Skip to content

feat: improved manual #9940

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

Merged
merged 17 commits into from
May 11, 2025
Merged

feat: improved manual #9940

merged 17 commits into from
May 11, 2025

Conversation

runspired
Copy link
Contributor

@runspired runspired commented Apr 14, 2025

Works on improving the new guide to cover more ground in an easier to digest way

Rendered

@runspired runspired added 🎯 canary PR is targeting canary (default) 🏷️ doc This PR adds/improves/or fixes documentation labels Apr 14, 2025
@runspired runspired self-assigned this Apr 14, 2025
@github-project-automation github-project-automation bot moved this to needs triage in EmberData Apr 14, 2025

// ...

const editable = await user[Checkout]();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be confusing for junior devs. Can we provide an API like await checkout(user)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dislike it for a different reason (requiring the import). I've considered adding await store.checkoutRecord(user) but checkout is an implementation detail of SchemaRecord currently, we'd have to consider whether this is a permanent addition of a feature that all potential record classes must support and if so what the contract is

@runspired runspired force-pushed the docs-tweaks branch 3 times, most recently from e75b90a to ed01019 Compare April 28, 2025 23:42
@runspired runspired force-pushed the docs-tweaks branch 3 times, most recently from d208bde to aa1c815 Compare May 8, 2025 04:03
@runspired runspired marked this pull request as ready for review May 11, 2025 00:26
@runspired runspired merged commit 35c6f09 into main May 11, 2025
15 of 17 checks passed
@runspired runspired deleted the docs-tweaks branch May 11, 2025 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🏷️ doc This PR adds/improves/or fixes documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants