team-barry / barry-web

An web application of Barry.
0 stars 0 forks source link

@rerost がやること #11

Open rerost opened 7 years ago

rerost commented 7 years ago

WHY

やることをまとめておきたい

WHAT

タスクを書く

rerost commented 7 years ago
rerost commented 7 years ago
  1. Firebase のDB部分について調べる
  2. コメント投稿できるようにする
  3. Google Mapへの表示方法を調べる
  4. 表示させる

の順で行っていく

kobayang commented 7 years ago

補足

FirebaseのDBのルールはdatabase.rules.jsonに記述しています

2のコメント投稿について詳細:https://github.com/team-barry/barry-web/issues/10

今MapはMapBoxを使っていて,さらにそのReactのWrapperとして,https://github.com/alex3165/react-mapbox-gl を使っています

あと,CSSはsemantic-uiを使っていて,Reduxのミドルウェアとして,Redux-Sagaという非同期の動作を扱うミドルウェアを使っています.

Reduxのフォルダ構成はモジュール制を採用しています(https://qiita.com/yuinchirn/items/286353f5c80cc44f1caf#reduxmodules) Action, Reducer... とわけずに機能ごとに分ける方式です.

よろしく 👍