feup-infolab / dendro

"Open-source Dropbox" with added description features. It is a data storage and description platform designed to help researchers and other users to describe their data files, built on Linked Open Data and ontologies. Users can use Dendro to publish data to CKAN, Zenodo, DSpace or EUDAT's B2Share and others.
http://dendro.fe.up.pt
Other
28 stars 3 forks source link

[IMPROVEMENT] OPTIMIZE DENDRO FOR PROJECT Multicamera systems in dendro prd #331

Closed NelsonPereira1991 closed 6 years ago

NelsonPereira1991 commented 6 years ago

Dendro Version if known (or site URL)

master

Please describe the expected behaviour

Users should be able to navigate Multicamera systems folders and files, and add and save descriptors quickly.

Please describe the actual behaviour

This specific project is quite complex and has many sub-folders and files with per folder descritors. Dendro is taking a bit longer when the user is navigating between folders and also when saving descriptors.

What steps can be taken to reproduce the issue?

Navigate in the project Multicamera systems in the dendro-prd instance, and try to fill in descriptors.,

Possible ways to fix the problem (programmers)

Optimize code related to the get metadata and save metadata functions.

silvae86 commented 6 years ago

I thought this was fixed. At the time I tried to remove the recursive evaluation of Metadata quality, but there must be still a recursive call somewhere in the code.  Sent via the BlackBerry Hub for Android From: notifications@github.comSent: January 29, 2018 10:10 AMTo: dendro@noreply.github.comReply-to: reply@reply.github.comCc: subscribed@noreply.github.comSubject: [feup-infolab/dendro] [IMPROVEMENT] OPTIMIZE DENDRO FOR PROJECT Multicamera systems in dendro prd (#331) Dendro Version if known (or site URL) master Please describe the expected behaviour Users should be able to navigate Multicamera systems folders and files, and add and save descriptors quickly. Please describe the actual behaviour This specific project is quite complex and has many sub-folders and files with per folder descritors. Dendro is taking a bit longer when the user is navigating between folders and also when saving descriptors. What steps can be taken to reproduce the issue? Navigate in the project Multicamera systems in the dendro-prd instance, and try to fill in descriptors., Possible ways to fix the problem (programmers) Optimize code related to the get metadata and save metadata functions.

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.

NelsonPereira1991 commented 6 years ago

I think it is fixed now. Maybe it was due to a merge error ?