Giter Site home page Giter Site logo

ember-enchanter's Introduction

ember-enchanter (simply magical interfaces)

Build Status

WARNING: UNDER DEVELOPMENT, SUBJECT TO CHANGE

ember-enchanter helps you to make step-by-step wizard based interfaces for long and complex processes (Spells) that don't limit user action unfairly, give honest feedback throughout the process, and engage users on tedious tasks.

Installation

npm install --save-dev ember-enchanter

Usage

Spells

Each completable user process is encapsulated by a Spell, which may contain multiple dependent steps (Pages). ember-enchanter provides backwards and forwards navigation between Pages, validation of each Page, displays of user progress, and the ability to resume Spells (bookmarkable urls). ember-enchanter tries to be as agnostic as possible about style and structure.

{{#enchant-spell}}
{{/enchant-spell}}

Pages

Each page contains a form that can be validated and provides feedback on that validation.

{{#enchant-page}}
{{/enchant-page}}

Navigation

ember-enchanter provides two types of navigation, the standards next a previous buttons as well as a list of all Page that can be used to navigate between arbitrary Pages. The standard convention for Spells is that earlier Pages must be completed and validated before visiting later Pages, but older Pages may be visited and modified as much as the user may like.

{{enchant-navigation}}

{{enchant-previous}}

{{enchant-next}}

Progress

Dummy Content / Partial Result

For some wizards it is nice to see progress as it is made. ember-enchanter provides a component for displaying partially completed processes, for example building a resume piece by piece. The first step may be to add your Name and Phone Number, which can immediately be displayed with dummy content (blank or disabled) for the rest of the result. As more pages are completed, the spell gets closer to completion.

Development

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

ember-enchanter's People

Contributors

ember-tomster avatar ezpuzz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jasonmevans

ember-enchanter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.