ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

Activity manager is broken? #2122

Open sanderegg opened 3 years ago

sanderegg commented 3 years ago

The activity manager in dalco does not show anything (see screenshot from production deploy)

image.png

sanderegg commented 1 year ago

activity manager was removed right @pcrespov ? can we close?

pcrespov commented 1 year ago

activity manager was removed right @pcrespov ? can we close?

@sanderegg I do not know for sure. This is what I found:

There seems to still be a GUI component https://github.com/ITISFoundation/osparc-simcore/blob/f9e8f4df74e0cdbddc36682c3682c8888f6953a8/services/static-webserver/client/source/class/osparc/navigation/UserMenuButton.js#L43 although it seems to be inactive (I do not see any call to openActivityManager) @odeimaiz can you please confirm?

Regarding the backend: there is a plugin activity that still exposes API routes https://github.com/ITISFoundation/osparc-simcore/blob/bb60d876ec5aaa0381f939657d9e90e1ed1d0e88/services/web/server/src/simcore_service_webserver/activity/plugin.py#L25-L40

and is set up in the application. Now, when I look at the deploys for WEBSERVER_ACTIVITY, this might be disabled BUT

pcrespov commented 1 year ago

If it cannot be accessed via GUI I propose to disable it in the backend as well

odeimaiz commented 1 year ago

Since it was buggy, I decided to temporary disable it until a fixed was issued.