fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

List tasks from public packages using fractal-tasks-core #599

Closed tcompa closed 7 months ago

tcompa commented 8 months ago

I am currently aware of:

jluethi commented 8 months ago

I’ve been thinking about having a page of all the repos that provide Fractal tasks. This may not be a 1-to-1 overlap with packages depending on fractal-tasks-core, but a subset of them. Having a page that either lists all and highlights the ones providing tasks (e.g. the ones with a task manifest) or just having one with the packages that provide tasks would be valuable indeed!

tcompa commented 7 months ago

This is an example of how it would look like from within #625:

image

Feedback is welcome.


As usual, one can render the docs locally through

git checkout 599-should-we-list-public-packages-using-fractal-tasks-core-in-the-docs
git pull
poetry install --with docs
poetry run mkdocs serve --config-file mkdocs.yml --dev-addr localhost:8001
# ...
# INFO    -  [11:43:48] Browser connected: http://localhost:8001/
jluethi commented 7 months ago

Nice! Can we add a "Want to build your own task => follow the instructions here" And a comment on "it's the list of tasks we're aware of on 5/12/2023. You created your own Fractal task that comes as a package? Reach out to have it listed here."

I'll review further and add more things later :) Will be nice to give a shout-out to who is building those tasks explicitly as well.

tcompa commented 7 months ago

Here is how it looks now in #625. Is there anything more to add? (apart from reaching out to the actual maintainers)

image

jluethi commented 7 months ago

Looks good to me. Let's merge and I'll contact the maintainers :)