Jorge

Results 10 comments of Jorge

Correct. Performance will improve a lot with the explicit modeling of folders in the new CUBE that is coming soon.

@JonoCameron @rudolphpienaar Maybe this script should be better added to https://github.com/FNNDSC/CHRIS_docs repo for the covidnet workflow, right?

@chhsiao1981 I think this should go in a new separate repo.

Use `self.context` within serializers and pass the context dictionary to serializer constructors in the unit tests.

@PintoGideon How currently the FE determines which FE viewer for a given output file to load? Is this still an issue?

@Sharpz7 _pman_ has been deprecated and integrated into [_pfcon_](https://github.com/FNNDSC/pfcon). Any PRs should go into that repo. Thanks!

Both the `PACSQuery` (`/api/v1/pacs/queries//`) and `PACSRetrieve` (`/api/v1/pacs/queries//retrieves/`) API resources in CUBE have a `status` field currently taking the possible values: `[("created", "Default initial"), ("sent", "Sent to PACS"), ("succeeded", "Finished successfully"),...

Plugins and pipelines operate very differently in many respects. A plugin is registered with a ChRIS system by a ChRIS admin. It has many software-related concerns such as versioning, software...

The current implementation designed by @rudolphpienaar correctly prevents name clashes when the copied elements (files/folders) have the same name but are in different input directories. They are copied into separate...

@jennydaman @rudolphpienaar With the solution explained above no file in ChRIS is ever named with their DB id except for link files which are a kind of **system file** anyways...