-
Notifications
You must be signed in to change notification settings - Fork 3
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
テーブルコンポーネントを react-data-grid に置き換え #60
Conversation
Deploying with
|
Latest commit: |
9ee0bd1
|
Status: | ✅ Deploy successful! |
Preview URL: | https://590a2541.opendata-editor-preview.pages.dev |
Branch Preview URL: | https://feat-data-grid.opendata-editor-preview.pages.dev |
61fb991
to
68adce5
Compare
相談事項を読む前に触ってみたのですが「このチェックボックス(行選択ボタン)はなんだろう?」と思いました。 なので、シンプルにしてしまって、選択も編集も一行ずつ(1ポイントずつ)がいいと思いました。 地図と表組みが連動しているので、便利(ポイントクリックしたら行が選択され、行を選択したらポイントが中心に来る)というだけにしておくと、誰にでも使えるツールになりそうだと思いました。 |
@ShinichiNishikawa ありがとうございます。 |
176e2be
to
aceb5e3
Compare
Minimum target of TypeScript 5.x is ES2018. https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#runtime-requirements
60a7abb
to
0bc0dd4
Compare
ddc5836
to
f9229f0
Compare
Revert "test: add `getMapZoom()` so that tests can observe zoom level of the map" This reverts commit 3f75a2d. feat: add quotes into downloaded CSVs
f9229f0
to
2e92332
Compare
2e92332
to
7eb3161
Compare
7eb3161
to
28f0705
Compare
b0f7b22
to
51451e0
Compare
0f98bf4
to
24bc7ed
Compare
@phanect こちら確認しようとしましたが、なぜかテーブルが真っ白になってしまいます。。 HTMLの形は入っているけどrowの内容が入っていないようです。。何か設定をしないといけないのかな。。? |
@keichan34 すみません、こちら、URL に CSV の URL を指定した場合は発生しませんが、ドラッグアンドドロップで CSV を入れた時に発生するようです。 |
8ee3ada
to
50515cb
Compare
Without `sleep()`, the next locator is not found in most cases.
50515cb
to
9ee0bd1
Compare
@keichan34 おまたせしました、上記のテーブルが表示されない件、修正完了しました。 |
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として登録します
テーブルコンポーネントを react-data-grid に置き換え、Excel などの UI に近付けた。
Closes #56
プレビュー環境: https://feat-data-grid.opendata-editor-preview.pages.dev/opendata-editor/?data=https://opendata.takamatsu-fact.com/polling_place_list/data.csv
現行環境 (比較用): https://geolonia.github.io/opendata-editor/?data=https://opendata.takamatsu-fact.com/polling_place_list/data.csv
今回の修正の変更点
相談したい変更点
テーブル左に行選択ボタンを追加したが、この行選択ボタン (== 行選択できる機能) の要否を相談したい。
個人的にはメリットにそれほどの価値を感じず、デメリットの方が大きいような気がするので、行選択機能は削除した方が良い気がしている。