-
Notifications
You must be signed in to change notification settings - Fork 2k
JSON ファイルと Vue の間に中間層を設ける #6102
JSON ファイルと Vue の間に中間層を設ける #6102
Conversation
…ro-Gov#1100-create-repository-layers Conflicts: README.md components/AgencyBarChart.vue components/DataView.vue components/MetroBarChart.vue components/PageHeader.vue components/TimeBarChart.vue components/TimeStackedBarChart.vue components/VisitorsBarChart.vue components/WhatsNew.vue components/cards/AgencyCard.vue components/cards/ChiyodaVisitorsCard.vue components/cards/ConfirmedCasesAttributesCard.vue components/cards/ConfirmedCasesDetailsCard.vue components/cards/ConfirmedCasesNumberCard.vue components/cards/ConsultationDeskReportsNumberCard.vue components/cards/InspectionPersonsNumberCard.vue components/cards/MetroCard.vue components/cards/ShinjukuVisitorsCard.vue components/cards/TelephoneAdvisoryReportsNumberCard.vue components/cards/TestedCasesDetailsCard.vue components/cards/TestedNumberCard.vue components/flow/FlowSpElder.vue components/flow/FlowSpGeneral.vue components/flow/FlowSpPast.vue components/flow/FlowSpSuspect.vue layouts/default.vue libraries/utils/formatGraph.ts libraries/utils/formatTable.ts nuxt.config.ts package.json pages/cards/_card.vue pages/index.vue utils/formatConfirmedCases.ts utils/formatTestedCases.ts yarn.lock
#3008 の commit との対応関係
|
6f430c5
to
4896d56
Compare
4896d56
to
217199a
Compare
直接編集することで注意文を追加し,後に更新するときは注意文が削除されないように,更新された行だけ git で add, commit すればよいと思いますが,もっと仕組み化したいところです.
ちょっと厳しそうですので,GitHub Actions で danger を回すとよいと思います. |
`yarn add danger -D` を実行
@nard-tech 確かに利便性はありますが、 |
#6102 (comment) の件以外については、僕としては問題ないと思います。 |
@MaySoMusician conflict は解消しました (e1c56a2)
上の画像のようなメッセージのことを仰っているのだと思いますが,直感的でないことはいずれにしろ変わらなさそうです. 型については,わりと好みの問題だと思っていて,Java のようなガチガチの型アノテーションが必要な言語に慣れていると,TypeScript であっても冗長なのを承知の上でしっかり型を記述したくなります.
好みの問題はさておき,結局,問題は「 機能拡張で新しく computed, data などを追加する場合,既に書かれているコードとその型に注意しながら実装するケースが多くなると思うので,コードから型定義に飛びやすいというのはメリットではないでしょうか. サンプルとして c5d406c を追加しました. |
この PR が merge されたら #5404 を rebase して作り直したいと思います. |
@nard-tech @MaySoMusician フォローありがとうございます 🙏 |
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.
長いことissueをフォローしていただいてありがとうございます!LGTMです!
@kaizumaki こちらこそ,ありがとうございました. |
👏 解決する issue / Resolved Issues
📝 関連する issue / Related Issues
背景
#3008 は 2020年4 - 5月のもので,そのまま merge することはできないため,#3008 を引き継ぐ形でこの PR を作成した.
⛏ 変更内容 / Details of Changes
libraries/auto_generated/data_converter
以下に配置📸 スクリーンショット / Screenshots
見た目の変更はなし
issueの関連付けを修正 — @MaySoMusician (2021/03/14 22:15)