super-rentals
super-rentals copied to clipboard
Migration: Schema Records
This PR migrates ember-data models to schema records.
Reason
As a part of the effort to update documentation and guides to use schema records, as outlined in emberjs/data#9695
What it does
- Deletes the
rentalmodel - Adds the
rentalschema definition - Adds a store service implementation that extends from
@ember-data/store - Adds the cache handler to the request manager service
Deploy request for ember-super-rentals pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | 515feeedf18fc1d540c753ea4eb42598919797f3 |
The store implementation also fixes the deprecation addressed in #170