Eduardo Pinho
Eduardo Pinho
These are a few ideas that I had some months ago. They will not be too complicated to implement and will certainly make plugins look cleaner, safer and easier to...
The current Transfer Options page leaves a bit to be desired. The "Select All" and "Deselect All" will check and uncheck **all** transfer syntaxes for _**all** SOP classes_. It is...
At the moment, restlet-based plugins are made by implementing a `ServerResource` and giving it a relative path. However, sometimes it would be more adequate to create a hierarchy of resources...
Make it so we can navigate directly to certain sub-menus, such as `/#/management/transfer` or `/#/management/services`.
Required for #224. Suggested endpoint: `/management/settings/dicom/tags` Input parameters for GET: - type [default to all] : the type of tag values to retrieve (one of "all", "dim", "private" or "other")...
So far we've had two functionalities that can only be conveyed with wrappers around a specific storage: DICOM data anonymization and compression (gz, zip, ...). We cannot dynamically assign 1:1...
This is a bit tricky to reproduce, but sometimes some configuration files are not fully written to disk. For example, roles.xml might end up like this: ```xml ``` ... rather...
Many of our classes (e.g. `server.web.auth.Authentication`), are tightly dependent on the file system or other resources that only make sense in the full application, and so they are hard to...
The work on #232 had an ultimate goal yet unfulfilled, which is to make the web application faster when searching for a lot of data. The query performed in the...
I have discovered this bug while fiddling with #244. Basically, an export to CSV file operation on the server might only send one of the query provider's search results. This...