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 looking into starting to use user profiles with sub apps for profile-specific apps and quick launch apps, although right now it seems like a significant amount of duplication/hardcoding is required to filter out certain (sub) apps in the menus. For example, in the default profile we would most likely have all apps that have no sub apps and all "base" versions of the sub apps available (e.g. ood-jupyter/base), while in the profiles we might have apps like ood-jupyter/pytorch.
We would like to specify just the subcategories/filters without needing to explicitly list every single app we want for each profile.
This seemed like it would have been possible by filtering the apps using metadata, e.g:
Although that works for normal apps, it seems like sub apps don't support metadata as that is defined in manifest.yml only.
Would it be possible to get support for metadata in sub apps, or maybe even better, a list of profiles in the manifest and sub app YML that define the profiles that the app is visible in.
E.g.
# ood-jupyter/local/pytorch.ymltitle: "Jupyter: PyTorch"profiles:
- ai# or if only the metadata support is added:metadata:
profile: "ai"
The text was updated successfully, but these errors were encountered:
We are looking into starting to use user profiles with sub apps for profile-specific apps and quick launch apps, although right now it seems like a significant amount of duplication/hardcoding is required to filter out certain (sub) apps in the menus. For example, in the default profile we would most likely have all apps that have no sub apps and all "base" versions of the sub apps available (e.g.
ood-jupyter/base
), while in the profiles we might have apps likeood-jupyter/pytorch
.We would like to specify just the subcategories/filters without needing to explicitly list every single app we want for each profile.
This seemed like it would have been possible by filtering the apps using metadata, e.g:
Although that works for normal apps, it seems like sub apps don't support metadata as that is defined in manifest.yml only.
Would it be possible to get support for metadata in sub apps, or maybe even better, a list of profiles in the manifest and sub app YML that define the profiles that the app is visible in.
E.g.
The text was updated successfully, but these errors were encountered: