Skip to content

Commit

Permalink
Updates readme and application title
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Guzei committed Feb 1, 2012
1 parent cae511f commit 4a21e86
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 262 deletions.
28 changes: 28 additions & 0 deletions README.md
@@ -0,0 +1,28 @@

# Quick Notes - Ember.js Example Application

Quick Notes is a small example to showcase some of the capabilities of
[sproutcore-statechart](https://github.com/emberjs-addons/sproutcore-statechart) and
[sproutcore-routing](https://github.com/emberjs-addons/sproutcore-routing) in
[Ember.js](https://github.com/emberjs/ember.js) applications.

View online: [Quick Notes Application](http://ember-quicknotes.herokuapp.com/)

## Concepts Covered

* Ember.js application structure and clean separation of layers (MVC)
* Statechart with hierarchical and concurrent states
* Paging with public and restricted areas
* Authentication with async login overlay

## Statechart Specification

This image shows the rough specification of the application as UML state-diagram:

![Statechart Specification of Quick Notes](https://github.com/DominikGuzei/ember-routing-statechart-example/blob/master/spec/architecture/ember-app-statechart.png?raw=true)

## Credits

Thanks to Michael Cohen for creating the super awesome sproutcore-statechart framework!
Quick Notes was designed and built by Dominik Guzei
Logo designed by [Double-J Design](http://www.doublejdesign.co.uk/)
261 changes: 0 additions & 261 deletions README.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>RoutingStatechartExample</title>
<title>Quick Notes | Ember Statechart and Routing Example</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 4a21e86

Please sign in to comment.