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

urlのpyranometer以降の指定にも対応したい #96

Open
TakuroOnoda opened this issue Jan 12, 2018 · 2 comments
Open

urlのpyranometer以降の指定にも対応したい #96

TakuroOnoda opened this issue Jan 12, 2018 · 2 comments
Assignees

Comments

@TakuroOnoda
Copy link
Contributor

現状、urlは
https://karakuri.farm/app/devices_pyranometer
までに対応していて、ブラウザリロード時は必ずデバイスリストの先頭を選択した状態になる。
https://karakuri.farm/app/devices_pyranometer/:device_id
とした時は、そのデバイスを選択した状態で表示されるようにしたい。

@TakuroOnoda
Copy link
Contributor Author

できればタブもか。
https://karakuri.farm/app/devices_pyranometer/:device_id/sensing_records
みたいな。

@TakuroOnoda
Copy link
Contributor Author

TakuroOnoda commented Jan 13, 2018

各メニューアイテムやタブにNavLinkを使うことでそれっぽいことは出来た。
現状、メニューを表示するComponentの子供に、Componentをもたせ、メニューから子供へ値を渡しているが、
メニューと子供は分離し、親子関係を持たせないほうが良いかも。

  • メニュー -> urlを操作するだけのComponent。
  • 子供 -> urlを元に内容を表示するComponent。

みたいな。
ただ、UI的に親と子を隣同士のdomに配置しないと駄目だったりするかもなので、出来ないかも。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants