-
-
Notifications
You must be signed in to change notification settings - Fork 224
Module library web app integration #6059
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
base: development
Are you sure you want to change the base?
Conversation
…ed/removed/updated)
|
Ok so on windows I get crashes in the webengine :s
|
I gave you push rights |
Hmm, no so cross-platform then, I will implement install via webchannel instead of via download interceptor |
|
Well it actually works for a little while with qt 6.9.3, but goes blank as soon as I install... How did you do the download interceptor? See the |
merci! |
cf9a074 to
ead8990
Compare
Download is handled at |
|
That hardly looks like it could be the problem really... I will also test it on another windows system, maybe its something weird with my build (this is not my main dev laptop). Or the videodriver or something... |
|
I also noticed the way the webengine view is added to the modulesmenu is a bit wonky, so Ill fix that |
|
Other thing is the fact that when Ive built JASP myself it says "deinstall" for all the builtin modules, but I just get an error when I try that. |
…op into webchannel-test
Hmm, seems Possible solutions I came up with
Which solution do you prefer, or do you have another solution? |
Needed for ```shell Rscript buildAllDefaultJaspModules.R Rscript buildModuleBundlesLocally.R ModuleBundleBuildDir/Modules/* ```
…f module library web app
Going for solution 1 |
Was clipped in Dutch translation
jasp-build/ is used in Docs/development/jasp-build-guide-linux.md
|
More features added:
@JorisGoosen can you take another look? |









Renders the https://github.com/jasp-stats-modules/modules-app/ web app in the module menu.
Uses qt webchannel to get info from desktop to web app and to uninstall modules.
TODO