0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

チーム開発のホワイトボード・カンバンの文房具は?プリンタ印刷活用例

Last updated at Posted at 2018-12-11

横に長いJSONがカンバンで説明しづらいのでプリンタ印刷してみた例

image.png

問題

  • プログラミングコードやJSONとかホワイトボードに書くの地獄
  • ノートPC使うよりアナログのまま説明できないか?

#JSON

{ "a": 1, "b": 2, "c": 3, "d": 4, "e": 5 }

shell+jqでパース

echo '{ "a": 1, "b": 2, "c": 3, "d": 4, "e": 5 }' | jq .
{
  "a": 1,
  "b": 2,
  "c": 3,
  "d": 4,
  "e": 5
}

#エディタで印刷

image.png

#(フォントとか設定)

image.png

#出来上がり

image.png

#プラスアルファ

  • いろいろペンで書きこむ。
  • その後写真撮影してSlack共有。

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?