打臉高手 brainstorm

Overview

提供低瀏覽門檻,不容易歪樓謾罵的網路八卦版+新聞版yelp

打臉原則:附出處

compact summary:

Core Features

  1. 轉貼 Input source: 新聞小幫手(Computer),User input.
    1. link (URL)
    2. 文摘(ex, FB)
  2. Post Comment (FB pattern) 
    1. 理由
    2. 論點
  3. Tag (不能太自由); 打臉理由是一種Tag (例如:證據不足, 詐騙)
  4. Categorize
    1. Keyword (Grouping)
    2. Auto assign
  5. 市場機制(好文會浮上)
    1. like
    2. unlike
    3. time (最後回應)
  6. 回文
    1. Support 有建設性地浮上(多數決)
    2. 打臉
  7. 用FB確認身份, po文(map to a nickname)

System Architecture

Database

Post -- id: pk; news_url: url; reason: String; vote: Int; views: Int; time: Ts; 

Response -- id: pk; original_post: Post; response_text: Text; upvote: Int; 

User -- id: pk; fb-id: String; nickname: String; reputation: Int; fb_link: boolean

Subscribe Table -- user: User; post: Post;

Tag -- id: pk; tag: String;

Keyword -- id: pk; keyword: String;

Web page

Android (EXT)

IOS (EXT)

Use Cases

  1. User login
    1. Core-7
  2. User posting (問卦) 有發文限制(5mins 1篇)  (rating: subscribe/views)
    1. Core-1
    2. Core-2
    3. Core-3
  3. User response(戰)
    1. Core-6
  4. User rating(補刀/聖光術)
    1. Post rating
      1. Core-5.a
      2. Core-5.c
    2. Response rating
      1. Core-5.a
      2. Core-5.b
  5. Backend
    1. Core-4
    2. Core-5
  6. Browsing
    1. sorting (post time, reply time, rate, views, # of replies, trending)
    2. filter (unanswered, tag, keyword, )
  7. 新聞小幫手Auto generate API  (EXT)

Reference

Some Templates

  1. http://support.lampcms.com/questions/
  2. https://github.com/ialbert/biostar-central
  3. 參考model:新聞小幫手(原文新聞連結+打臉文連結)
  4. http://www.factcheck.org/
  5. http://taipei.wethepeople.tw/#!/   (市長給問嗎?)

Tools

  1. url normalizer (under g0v)
  2. django tutorial
  3. http://nthn.me/posts/2012/facebook-registration.html

GINA version: (test.html use only; )

FACEBOOK_APP_ID = ’1507946739477315’

FACEBOOK_SECRET_KEY = ’2ae7ab56208209dce836dea7386ac3a9’

https://developers.facebook.com/apps

偷用駒的網路空間 http://ece.umd.edu/~chou7337/login_page.html

Code

https://github.com/dwhuang/slap

Mockup

  1. 打臉本文

2. 打臉文瀏覽頁

3. 打臉文輸入介面

4. 首頁

Feedback