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
We are moving to [Svelte](https://svelte.dev/) as the main UI/Fullstack
Framework:
- using Svelte 5 with the new [Runes
API](https://svelte.dev/blog/runes).
The idea is to not touch `pa` (the `power/` crate).
It will be still an `emscripten` WASM blob.
We need very little frontend in JS. Just to send the JSON to `pa` and
get back some JSON,
e.g. `{"test": "oneSampleTTest", "tail": "1", "analysis": "n", "n": 50,
"alpha": 0.05,"power": 0.95,"es": 0.5}` and then get back `{"n": 45}`.
This will enable us to get the reactive conditional rendering on the
analysis using Svelte components.
(Some tests have different greek letter for the Noncentrality parameter
and also different UI fields for the user to input, these are easy to
handle with Svelte)
Additionally, we can do better sanitization of the user inputs before
passing internally to `pa`'s WASM (related #19),
and better error handling possibilities (related #18).
Superseds #29.
## TODO
- [x] Replicate Current UI
This is caused by
parse_i64
.The text was updated successfully, but these errors were encountered: