Skip to content

Instantly share code, notes, and snippets.

@Zatvobor
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zatvobor/10106907 to your computer and use it in GitHub Desktop.
Save Zatvobor/10106907 to your computer and use it in GitHub Desktop.
Ember.js inception case

The purpose: Check the understanding of core principles

In general: Prioritized TODO lists

In order to prioritize my own activities and manage my personal best. I want to have ability to submit tasks into MUST, SHOULD and COULD queues.

Acceptance criteria, application should:

  • be available from plain index.html and should not have any jQuery based snippets;
  • use DS.FixtureAdapter;

User stories:

  • Activate one of Queue manually by click or url (#/must, #/should, #/could) directly (as a result all other Queues should be disabled for any kind of operations);
  • Create task into selected (active) Queue;
  • Complete particular task from selected (active) Queue (as a result I should see which tasks are completed or still in pending);
  • Ability to continue even my browser was closed;

Best to start:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment