Eduardo Pinho

Results 254 comments of Eduardo Pinho

Given that we still don't have web services for accessing and modifying those settings ([in tags.xml](https://github.com/bioinformatics-ua/dicoogle/blob/dev/dicoogle/src/main/java/pt/ua/dicoogle/core/TagsXML.java)), this concerns the core too.

I have split the tasks of making the UI and developing the related web service (see #227).

I've increased the priority, given that many new users found this interface confusing.

[Here](https://github.com/bioinformatics-ua/dicoogle/tree/wip/restlet_plugin_interface)'s a proof of concept. It demands a change to the SDK, unfortunately.

> as already discussed before, it is possible to implement the abc/def/{serviceName} with our SDK without any problems at the moment. Just using toString and doInit(). Pattern matching works, but...

As the proof of concept was built 5 years ago, it may be best to just rewrite it. I propose that we do not make this a blocker for 3.0.0....

Another idea is to aggregate similar tasks (e.g. same indexer) into a single progress bar.

What would happen if an operation attempts to pass that limit?

Yeah, I took back what I said a few minutes ago. In that case we have a rendez-vous point.

> my main concern about the current new API is the not capability to report the URIs unindexed (or perhaps the ones it failed). That is true. I feared that...