Skip to content

Instantly share code, notes, and snippets.

@aido179
Last active October 12, 2018 12:49
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 aido179/1734bb23182d801f4db3b3e694d54a63 to your computer and use it in GitHub Desktop.
Save aido179/1734bb23182d801f4db3b3e694d54a63 to your computer and use it in GitHub Desktop.
Applications as configurations (examples)
Example 1.1
App: Twitter
Allow user to: login
Allow user to: send a tweet
Allow user to: follow another user
Allow user to: view a timeline of tweets
Example 1.2
App: Facebook
Allow user to: login
Allow user to: update their status
Allow user to: become friends with another user
Allow user to: view a timeline of other user statuses
Example 1.3
App: Reddit
Allow user to: login
Allow user to: subscribe to a subreddit
Allow user to: view a list of posts in all subreddits
Allow user to: post to a subreddit
Example 2.2
App: Twitter
Allow user to: library.login
Allow user to: custom.tweet
Allow user to: custom.follow
Allow user to: custom.timeline
Example 2.2
App: Facebook
Allow user to: library.login
Allow user to: custom.updateStatus
Allow user to: custom.addFriend
Allow user to: custom.timeline
Example 2.3
App: Reddit
Allow user to: library.login
Allow user to: custom.subscribe
Allow user to: custom.viewPosts
Allow user to: custom.post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment