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
状態管理ライブラリとして Pinia を導入します. また, analyzer からのデータをメモ化をしたいので, tRPC からのデータを Pinia に入れます.
UI の状態が無いと, UI が作りづらくなるので, なるべく早く実装したいです. あと, @ROTO0504 に伝える用のコメント or 適当なデモ的なのも作りたいです.
作業ブランチは, #2 と合わせて add/model-and-repository にします! (@ROTO0504, Pinia, axios のインストールはこちらでやるので, ローカルにある作業データはリモートの最新のに rebase しておいてね!)
add/model-and-repository
Pinia
axios
ui
currentPjUuid
user
me
projects
data
projectList
projectMeta
The text was updated successfully, but these errors were encountered:
wappon28dev
No branches or pull requests
内容
状態管理ライブラリとして Pinia を導入します.
また, analyzer からのデータをメモ化をしたいので, tRPC からのデータを Pinia に入れます.
UI の状態が無いと, UI が作りづらくなるので, なるべく早く実装したいです.
あと, @ROTO0504 に伝える用のコメント or 適当なデモ的なのも作りたいです.
作業ブランチは, #2 と合わせて
add/model-and-repository
にします!(@ROTO0504,
Pinia
,axios
のインストールはこちらでやるので, ローカルにある作業データはリモートの最新のに rebase しておいてね!)おそらく作る Store 一覧
ui
currentPjUuid
user
memoization:
me
projects
memoization:
data
projectList
とprojectMeta
合わせた感じThe text was updated successfully, but these errors were encountered: