You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
解答を見ているときは
#answers
で質問は#issues
になるstaffは複数チームの解答や質問を見るのでteamIdを取る必要がある。
現在の実装はページのライフサイクルやnull,undefinedの扱いがとても複雑なのでどうにかするのが目的。
現状
staffとaudience
http://localhost:8901/problems/3e2c98fc-f21a-47db-9287-3e727910f042#answers=5bb64cb0-b302-43f2-bce3-ab4048bb453a
player
http://localhost:8901/problems/3e2c98fc-f21a-47db-9287-3e727910f042#answers
改修後
staffとaudience
http://localhost:8901/problems/3e2c98fc-f21a-47db-9287-3e727910f042?mode=answers&teamId=5bb64cb0-b302-43f2-bce3-ab4048bb453a
player
http://localhost:8901/problems/3e2c98fc-f21a-47db-9287-3e727910f042?mode=answers
補足
現状はtailHashを使って表現してるが、本来の使い方じゃない。
tailHashで表現しているものをquery paramsで書き直して、tailHashは本来の使い方であるアンカーとして使えるようにしたい。
具体的には解答一覧ページや質問一覧ページから特定の解答に直接飛ぶなど。
このIssueではtailHashをquery paramsに置き換えるまでが対象。
The text was updated successfully, but these errors were encountered: