Last active
September 22, 2017 09:24
-
-
Save hidao80/f8e48482514c931bbc9d2bae79e5dd9f to your computer and use it in GitHub Desktop.
How-to サイネージ企画書
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How-to サイネージ企画書 | |
====================== | |
仮称 | |
---- | |
Barrage | |
特徴 | |
----- | |
## 用語 | |
* 1 How-to を「mattet」(またー)と呼ぶ | |
## 必須要件 | |
* スマホまたはタブレット 1 画面に一つマターを表示する | |
* 任意の時間で自動的にマターが切り替わる | |
## 希望要件 | |
* 5 件以下の箇条書き | |
* 1 ページ 1 マター | |
* 1 箇条 140 文字以内 | |
* 1 マターあたりタグは 5 つまで | |
* マターのプロパティは 著者、更新日、タグ(5 つまで)、タイトル(140文字以内)、参考リンク一つ、画像一枚まで | |
* マターをダウンロードする時に、タグで絞り込んだランダムなマターを取得する | |
* 表示される内容をクライアント側からタグでコントロールできる | |
* マターは概要だけ表示する。詳細はリンク先を見てもらう | |
* 画面はスクロールしないで済む量だけしか表示しない | |
* サーバは RDB でデータ管理するが、API は JSON でやり取りする | |
仕様 | |
------ | |
* 要求 json | |
```json | |
{ | |
id : "12345678" | |
} | |
``` | |
* 返信 json | |
```json | |
{ | |
matter : "html text of contents." | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment