-
-
Notifications
You must be signed in to change notification settings - Fork 108
add tottri dojo #261
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
add tottri dojo #261
Conversation
\#259で鳥取からcoderdojo.jpに掲載依頼が来ていた為対応した 今のPRで行ったことは以下の通りです - ローカルにrailsの環境を構築 - 鳥取の情報をyamlに追加 - 鳥取の画像をcropして設置 - イベント情報を追加 ドキュメントは別途行います coderdojo-japan#259
db/dojos.yaml
Outdated
name: 鳥取 | ||
prefecture_id: 31 | ||
logo: "/img/dojos/tottori.png" | ||
url: https://www.facebook.com/events/162413071215576/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
いい感じですね! ✅✨
依頼されたURLについてですが、イベント単体へのリンクだと情報が古くなりがちなので (イベントが開催されるたびに更新する必要がてできてしまうので)、イベントページよりは Facebook ページ https://www.facebook.com/CoderDojoTottori/ の方が、ユーザーはいつどのタイミングでアクセスしても最新の情報にたどり着けて良さそうですね ;)
依頼されたURLとは違いますが、今回は https://www.facebook.com/CoderDojoTottori/ の方を登録しちゃいましょう 📝 💨
個別イベントのid,urlをyamlに記述しており,毎回書き換える必要が出てしまった為 dojo_event_services.yamlで記述していた鳥取のGroupID,urlを修正した facebook_id は[Lookup-ID.com](https://lookup-id.com/#) を利用した
コミットメッセージがわかりづらいものとなってしまっていた…。気をつけます |
@AnaTofuZ お、であれば rebase -i してコミットメッセージを直してみてはいかがでしょう? 🤔(まだマージしてないのでコミットメッセージは直せそう) |
urlが個別イベントに向いていた為こちらも修正した
48b8ebd
to
1df7124
Compare
|
初PR! 🎉 ✨ 良さそうなのでマージしますね😸 |
ありがとうございます!!!!! 🙇 |
#259で鳥取からcoderdojo.jpに掲載依頼が来ていた為対応した
今のPRで行ったことは以下の通りです
ドキュメントは別途行います
#259