qwert666 / ember-crud-example

Example Ember.js CRUD App without using Ember Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember CRUD Example App

I created this app to show how one could create an Ember.js app without using Ember Data. For CRUD(created, read, update, delete) to be meaningful in any sense, we need to store the data somewhere, so I chose to use HTML5 localStorage.

Todo

Foundation

  • ✓ Use Ember App Kit
  • ✓ Basic CRUD
  • ✓ HTML5 localStorage
  • ✓ Imaging uploading
  • ✓ Item list
  • ✓ Tests

Details

  • ✗ Form verification
  • ✗ Breadcrumbs
  • ✗ Preloading data from remote JSON

Advanced

  • ✗ Object relationships

What else would you like to see here?

If you get more advanced than this, then you should probably use Ember Data.

About

Example Ember.js CRUD App without using Ember Data