We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UIは以下のイメージ
ヘッダーメニューのプロフィールアイコンを押すと出てくるtooltipと同じように、ワークスペースアイコンを押すとtooltipを表示させて、設定ページとワークスペース一覧ページに遷移させるリンクをおいてください。
The text was updated successfully, but these errors were encountered:
@yawn-c111 ワークスペースに紐づく、HatsTimeFrameModuleとHatsHatCreatorModuleの権限状態(誰が権限もってるか)をGoldskyから取れるようにしました。 古いワークスペースだとデータとれないので、新しくつくってください。
useWorkspaceのhooksから取れるデータの中に、以下のようなオブジェクトが入っています。 この例だと、HatsTimeFrameModuleの権限を持っている人がいて authorized がtrueの人だけが権限を持っています。Subgraphはデータ削除が基本できないので、一度与えられて権限がなくなった場合は authorized をfalseにしています。なので、これだと 0x777ee5eeed30c3712bee6c83260d786857d9c556 のみが権限を持っているということになります。
authorized
0x777ee5eeed30c3712bee6c83260d786857d9c556
"hatsTimeFrameModule": { "id": "0xcd8dfa14a3f1f955168cd23cf9e824407b8fb506", "authorities": [ { "address": "0x777ee5eeed30c3712bee6c83260d786857d9c556", "authorised": true, "blockNumber": "7596080", "blockTimestamp": "1738155720", "id": "0xcd8dfa14a3f1f955168cd23cf9e824407b8fb506-0x777ee5eeed30c3712bee6c83260d786857d9c556", "workspaceId": "833" }, { "address": "0xdcb93093424447bf4fe9df869750950922f1e30b", "authorised": false, "blockNumber": "7596214", "blockTimestamp": "1738157328", "id": "0xcd8dfa14a3f1f955168cd23cf9e824407b8fb506-0xdcb93093424447bf4fe9df869750950922f1e30b", "workspaceId": "833" } ] }
Sorry, something went wrong.
yawn-c111
No branches or pull requests
概要
UIは以下のイメージ
設定ページについて
権限設定
役割の新規作成
役割のアサインと剥奪
設定ページへの導線について
ヘッダーメニューのプロフィールアイコンを押すと出てくるtooltipと同じように、ワークスペースアイコンを押すとtooltipを表示させて、設定ページとワークスペース一覧ページに遷移させるリンクをおいてください。
The text was updated successfully, but these errors were encountered: