Skip to content

Instantly share code, notes, and snippets.

@pocha
Last active March 10, 2017 10:37
Show Gist options
  • Save pocha/ddda39af92f422e68450c14a9ac53c57 to your computer and use it in GitHub Desktop.
Save pocha/ddda39af92f422e68450c14a9ac53c57 to your computer and use it in GitHub Desktop.

AnOpenLetter V2.0

Aim - people should be able to

  1. Create & edit post
  2. Post creation elements - heading, date, time & location of event, concerned department/brand/officer identifier, post details, image attachment
  3. The system should tweet to concerned officer/brand after post creation
  4. User should be able to post updates/responses. It all should appear as timeline one after another including comments. Each update/comment/edit to the post should get tweeted to concerned officer. The officer's reply to the tweet should also show up in the timeline.
  5. Post should be creatable using mobile phone

Rest of the things below are the tech implementations detail.

Architecture

  1. User sees list of posts, see an option to add post - /posts/new (AWS lambda)
  2. The page has options to fill in. On submit github-remote-commit adds a post in github repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment