Eduardo Pinho

Results 156 issues of 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...

enhancement
feature request
sdk
dicoogle-core
breaking-change

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...

enhancement
webapp
good first issue

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...

feature request
sdk
breaking-change

Make it so we can navigate directly to certain sub-menus, such as `/#/management/transfer` or `/#/management/services`.

enhancement
low priority
webapp
good first issue

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")...

feedback-request
dicoogle-core

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...

feature request
in discussion
sdk

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...

bug
dicoogle-core

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...

enhancement
low priority

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...

enhancement
webapp

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...

bug
medium priority
dicoogle-core