datagov-cz / mission-control

Tento repozitář je udržován v rámci projektu OPZ č. CZ.03.4.74/0.0/0.0/15_025/0013983.
MIT License
2 stars 1 forks source link

[#131] Annotate reserved vocabularies when importing into workspace #134

Closed karelklima closed 3 years ago

karelklima commented 3 years ago

This PR tackles with the use case when the user tries to import a vocabulary that is already being used in another workspace.

What changed in the Import vocabulary dialog:

image

We still need to change the dialog so that it is not possible to import vocabularies for read only, but AFAIK that cannot be done just yet because of other technical dependencies.

Feedback welcome!

Resolves #131.

karelklima commented 3 years ago

To increase usability we should be able to quickly point the user to the 'last editor' of the workspace - either putting it in the message, or having the label of the conflicting workspace clickable.

There is the big "Go to workspace" button that you can click to do just that - it opens the blocking workspace with the vocabulary that the user wants to edit. But maybe it would be better to have the info message / workspace name clickable instead.

psiotwo commented 3 years ago

To increase usability we should be able to quickly point the user to the 'last editor' of the workspace - either putting it in the message, or having the label of the conflicting workspace clickable.

There is the big "Go to workspace" button that you can click to do just that - it opens the blocking workspace with the vocabulary that the user wants to edit. But maybe it would be better to have the info message / workspace name clickable instead.

Ah, I see, I missed it ... :-)

Anyway, a clickable link would be better IMO (The less on the screen the better).

karelklima commented 3 years ago

Anyway, a clickable link would be better IMO (The less on the screen the better).

Done! Thanks for the feedback.