Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Features (Use Cases)

jlchereau edited this page May 15, 2014 · 13 revisions

All features should be available in browsers, Phonegap apps and possibly Chrome Web Apps.

##Feature Heartbeat (api endpoint + ui button) As an anonymous (or authenticated) user I want to be able to get a Heartbeat So that I know that my server is running

##Feature Error (api endpoint + ui button) As an anonymous (or authenticated) user I want to be able to get an Error So that I can check i18n error reporting (code + message)

##Feature List Content(api endpoint + ui button) As an anonymous (or authenticated) user I want to be able to list content So that I can select content to edit (update) or delete

##Feature Authentication As a [Facebook|Google|Twitter|Windows Live and eventually LinkedIn|Yahoo] User I want to be able to sign in to view my profile and modify the content list

Scénario 1: Successful login Scénario 2: Unsuccessful login

The token expires after expires time (2 hours is the default). The user changes her password which invalidates the access token. The user de-authorizes your app. The user logs out of Facebook.

Clone this wiki locally