Skip to content

Commit

Permalink
Changes for directory-centric ChRIS
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 19, 2024
1 parent 61a3dbf commit 569f744
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 502 deletions.
3 changes: 1 addition & 2 deletions aiochris/models/collection_links.py
Expand Up @@ -36,7 +36,6 @@ def _dict(self) -> dict[str, str]:
@dataclass(frozen=True)
class AnonymousCollectionLinks(AbstractCollectionLinks):
chrisinstance: ApiUrl
files: ApiUrl
compute_resources: ApiUrl
plugin_metas: ApiUrl
plugins: ApiUrl
Expand All @@ -45,7 +44,6 @@ class AnonymousCollectionLinks(AbstractCollectionLinks):
pipeline_instances: ApiUrl
workflows: ApiUrl
tags: ApiUrl
uploadedfiles: ApiUrl
pacsfiles: ApiUrl
servicefiles: ApiUrl
filebrowser: ApiUrl
Expand All @@ -55,6 +53,7 @@ class AnonymousCollectionLinks(AbstractCollectionLinks):
@dataclass(frozen=True)
class CollectionLinks(AnonymousCollectionLinks):
user: UserUrl
userfiles: ApiUrl


@deserialize
Expand Down

0 comments on commit 569f744

Please sign in to comment.