dustinfarris / ember-django-adapter

Ember CLI addon adapter for Django REST Framework
http://dustinfarris.github.io/ember-django-adapter
MIT License
191 stars 49 forks source link

Example app #125

Open dustinfarris opened 9 years ago

dustinfarris commented 9 years ago

I'm working on a repo to show a Django / Ember setup using the adapter.

Right now my plan is to demonstrate:

Then authentication bit is a bonus because a lot of folks seem to get hung up on that part.

Any other suggestions?

rinti commented 9 years ago

No suggestions, but looking forward to it! :) Especially the authentication bit. I managed to solve it on my own (basically copy pasting the devise one for simple auth and replacing it with djoser), but I would like to see a more correct way to do it.

benkonrath commented 9 years ago

I'd like to contribute a pagination component to EDA and I think an example using this component would fit into your example well. But I don't have time to make a PR in the next few weeks so don't let this block your work on this demo.

I'm also looking forward to seeing the authentication example.

giokokos commented 9 years ago

Any update on this? It would be really useful to have a repo covering all the above to bridge the gap between Django and Ember application development.

I'm currently struggling to connect all the dots together especially when it comes to authentication. I've read @dustinfarris blog posts about Ember and Django authentication but they're outdated.

Thanks for working on this!

dustinfarris commented 9 years ago

Hi @giokokos, this is moving along slowly. Once we iron out Ember Data 2.0 compatibility I plan to refocus and get this over the finish line. Sorry for the delay.

dustinfarris commented 9 years ago

Also waiting for this to get merged: https://github.com/simplabs/ember-simple-auth/pull/602

ryanlitalien commented 9 years ago

@dustinfarris There are instructions on how to get it working with your Ember 2.0 project at the top of the PR. :smiley:

dustinfarris commented 9 years ago

I know.  But for an example repo I'd rather not have to explain that.

--Dustin J. Farris

On Sun, Aug 30, 2015 at 8:37 PM, ryanlitalien notifications@github.com wrote:

@dustinfarris There are instructions on how to get it working with your Ember 2.0 project at the top of the PR. :smiley:

Reply to this email directly or view it on GitHub: https://github.com/dustinfarris/ember-django-adapter/issues/125#issuecomment-136222899