noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
8 stars 7 forks source link

MetaData API add Tag functionality #412

Closed sseppi closed 7 months ago

sseppi commented 12 months ago

As a Meta Data Data Editor I want to have the Tag functionality active in the Meta Data API, to be allowed to define the Domains related to each Dataset I input.

Tasks:

RudiThoeni commented 11 months ago

Hi Stefano

At the moment in the databrowser we have a Webcomponent for managing ODHTags The data is stored in a string Idlist and the List "ODHTags" is generated automatically by the api out of this list and provide Links to the Tag info etc...

I added this functionality to the MetaData api the field to store the tags is OdhTagIds No need to reimplement anything we can use all what is there......

For the new Tags Functionality (which was introduced to test in ODHActivityPois) where the Tag source is also saved we have to create a new Webcomponent, but i think here we have to do some alignment first on how we would proceed with the Tagging in ODH for all datasets......

sseppi commented 11 months ago

@RudiThoeni thank you for the fast implementation and the explanation!

@d3liaa can you please configure this new field in the MetaData API so that we can test if everything s working as expected?

d3liaa commented 11 months ago

@sseppi sure :) I'll start working on it right away!

d3liaa commented 11 months ago

@RudiThoeni sorry to disturb you. But I cannot find the field OdhTagIds in the Meta Data.

RudiThoeni commented 11 months ago

@d3liaa I added it into the data model image

on the next save operation it will be also in the json....

d3liaa commented 11 months ago

@RudiThoeni Ah thanks perfect i understand :)