-
Notifications
You must be signed in to change notification settings - Fork 5
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
stateless refactor #811
base: master
Are you sure you want to change the base?
stateless refactor #811
Conversation
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.
- add an endpoint for returning service info: https://github.com/rage/secret-project-331/pull/264/files#diff-29e57c5e73f7e0d11d4d27dbd9830679028ea892273c5bbe47b59d31b0e47f75L1
@@ -47,6 +47,7 @@ | |||
"timezone-support": "^2.0.2", | |||
"tmc-client-js": "0.0.9", | |||
"typesafe-actions": "^5.1.0", | |||
"use-memo-one": "^1.1.2", |
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.
remove
}, []) | ||
port.postMessage({ | ||
message: "current-state", | ||
data: convertStoreToSpecs(store), |
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.
Implement the changes in rage/secret-project-331#264
const specs: QuizzesSpecs = { | ||
private_spec: denormalizeData(store), | ||
public_spec: { | ||
id: v4(), |
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.
No description provided.