getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

Request for Sample Projects #28

Open hashg opened 11 years ago

hashg commented 11 years ago

Please publish , TODO & Blog examples ported to epf. Also please include a example involving 3level nested route.

ghempton commented 11 years ago

Eventually we will have some better official sample projects. For now, you can check out this project by @rayb : https://github.com/rayb/epf_skeleton.

kiwiupover commented 11 years ago

I have forked the ember_data_example and replaced ember_data with EPF at epf_example.

It is a simple contact management app. It has three levels of models.

I have added a contact group with I think shows off the power of EPF in that you are able to create a group and a contact and persist them both on save.

g13013 commented 11 years ago

@ghempton epf must have a doc also, it's one of the big obstacles using it.

ghempton commented 11 years ago

Yeah I would like to flesh out the inline docs in the code and add a docs section to the site. Also on the roadmap is a guides section.

g13013 commented 11 years ago

As i worked a lot with extjs, I suggest using jsduck to document epf, it was designed to be used with Extjs, but it works also with a list of tags witch some of them are already used in epf, it generates a pretty clear api doc!