-
Notifications
You must be signed in to change notification settings - Fork 0
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
Display info about where to get a package #9
Comments
A: Yes, let's generate this on-the-fly for the public page B: Display. Let's add a button to each task row: +. Opens a modal with installation instructions. Github release whl: Qs: |
In practice:
|
With #11 we have an example for this new property - now waiting for fractal-analytics-platform/fractal-web#674 |
We'd like to tell whoever visits the public task page how they can use these tasks.
What is this information
The different options are:
It's simple to generate this piece of metadata in the script where we are producing the data for https://fractal-analytics-platform.github.io/fractal_tasks. We can come up with any kind of (internal) representation of this information, e.g. an attribute with values like:
pypi:fractal_tasks_core
remote_wheel:https://github.com/fmi-basel/gliberal-scMultipleX/releases/download/v0.8.0/scmultiplex-0.8.0-py3-none-any.whl
.Question A: where does this info live?
Is it OK that this information is only generated here when preparing this public page?
Or would it need to be an actual task-package piece of metadata? (note it could be a bit annoying to include wheel URLs in the manifest before the actual release, although they can be guessed).
My opinion: it's easy to generate it on the fly, and I would spare the task maintainers this burden.
Question B: how is this info displayed?
Some examples:
fractal_tasks_core
package name" or "Download this wheel file and upload it to your favorite Fractal instance".The text was updated successfully, but these errors were encountered: