super-rentals icon indicating copy to clipboard operation
super-rentals copied to clipboard

Migration: Schema Records

Open leoeuclids opened this issue 11 months ago • 2 comments

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 rental model
  • Adds the rental schema definition
  • Adds a store service implementation that extends from @ember-data/store
  • Adds the cache handler to the request manager service

leoeuclids avatar Apr 01 '25 13:04 leoeuclids

Deploy request for ember-super-rentals pending review.

Visit the deploys page to approve it

Name Link
Latest commit 515feeedf18fc1d540c753ea4eb42598919797f3

netlify[bot] avatar Apr 01 '25 13:04 netlify[bot]

The store implementation also fixes the deprecation addressed in #170

leoeuclids avatar Apr 01 '25 13:04 leoeuclids