Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ボランティアスタッフを掲載する #133

Closed
inouetakuya opened this issue Jul 18, 2019 · 7 comments · Fixed by #175
Closed

ボランティアスタッフを掲載する #133

inouetakuya opened this issue Jul 18, 2019 · 7 comments · Fixed by #175
Labels
help wanted Extra attention is needed

Comments

@inouetakuya
Copy link
Contributor

inouetakuya commented Jul 18, 2019

デザイン

https://www.figma.com/file/BpIgcZdusbS3CgPHQhhK79T7/Vue-Fes-Japan-2019-Web

アバター画像

https://docs.google.com/spreadsheets/d/1pckLY7ojso6zYn9tJ3mcrww_4kZwj0lpnw-nA-0QNqQ/edit#gid=0

詳細: #133 (comment)

@inouetakuya
Copy link
Contributor Author

このタスクを進めてくれる方は「ボランティアスタッフのデータを Contentful に登録すべきか否か」についても検討していただきたいです 🙏

Contentful の採用について

メリット

  • ボランティアスタッフのアバター画像が著作権などの関係で問題になる人もいるかもしれない。
  • 結果、アバター画像が揃うのが遅れる人がいるかもしれない
    • 「アバター画像が手に入り次第、追加で掲載する」というかたちになる
    • Contentful で管理すると、追加で掲載するときにコード編集が不要になる

デメリット

Contentful に登録するボランティアスタッフのアバター画像の

  • リサイズ
  • 圧縮

を行わなければならない。

自動でそれを行う仕組みを検討する必要がある。

@448jp
Copy link
Contributor

448jp commented Aug 30, 2019

今日、または遅くとも明日にはデザイン上げる予定です~。

@448jp
Copy link
Contributor

448jp commented Aug 30, 2019

@inouetakuya
Figmaにデザイン上げました! 表示名をすべて表に出すとすごく長いセクションになってしまうので、ボランティアの方の表示名は画像のaltに入れる形でお願いできればと思います。

あと、smの画像配置がレイアウトグリッド無視気味なのですが、実装が難しければご相談ください。

リストは shohei さんがこちらにまとめてくださっています。「本人が確認したらチェック」が TRUE になっている方のみ掲載でお願いします。
https://docs.google.com/spreadsheets/d/1pckLY7ojso6zYn9tJ3mcrww_4kZwj0lpnw-nA-0QNqQ/edit#gid=0

ただし m_k さんは明らかに著作権的にNGっぽいので、本人に要確認だと思います。

@inouetakuya
Copy link
Contributor Author

あ、表明が遅くなりましたが、このタスク、わたしやりますー!:raising_hand:

@inouetakuya inouetakuya self-assigned this Sep 4, 2019
@inouetakuya
Copy link
Contributor Author

@yinm @ryamakuchi @aytdm

下記についてレビューお願いします!:pray:

Contentful の利用について

#133 (comment)

「ボランティアスタッフのデータを Contentful に登録すべきか否か」

結論

Contentful を利用せずに vuefes-2019 リポジトリに直接コードを記述、画像を保存する。

理由

画像のリサイズと圧縮について、漏れが無いようにしたいため。

@yinm が用意してくれた、下記の仕組みに乗っかれば、漏れない(最高)

一方で Contentful にデータを登録しつつ、画像のリサイズと圧縮をするには、

  • Contentful に登録された画像を Contentful API から取得
  • 画像のリサイズと圧縮
  • 加工した画像を Contentful に登録して、データを更新(API 経由)

という仕組みを作らなければいけない。

明らかに yinm ツールを使うほうがラク。

@yinm
Copy link
Contributor

yinm commented Sep 6, 2019

アプリでボランティアスタッフの画像使うこともないですよね??

ならば、

Contentful を利用せずに vuefes-2019 リポジトリに直接コードを記述、画像を保存する。

でよいと思います〜!

@inouetakuya
Copy link
Contributor Author

レビューありがとうございます!

アプリでボランティアスタッフの画像使うこともないですよね??

はい、ないです〜。

Contentful を利用せずに vuefes-2019 リポジトリに直接コードを記述、画像を保存する。

で行こうと思います〜 💪

@inouetakuya inouetakuya moved this from To do to In progress in 本番サイト Phase 2 Sep 6, 2019
本番サイト Phase 2 automation moved this from In progress to Done Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Development

Successfully merging a pull request may close this issue.

3 participants