Adrià Mercader

Results 341 comments of Adrià Mercader

This week or the next one, once the DCAT US and multilingual PRs are merged

See https://github.com/ckan/ckanext-dcat/issues/307#issuecomment-2385313502

Thanks for the feedback @wardi > Can a dataset be part of multiple series, e.g. separated by release and separated by region? Technically yes. DCAT-AP discourages it though to avoid...

Quick status update. After discussing the implementation more in detail with @wardi and @smotornyuk (thanks for the great feedback!) I now have a POC for this that I think it's...

I've pushed an initial early version of ckanext-dataset-series (https://github.com/ckan/ckanext-dataset-series) with the basic functionality in place and some issues for potential next steps: https://github.com/ckan/ckanext-dataset-series/issues @hcvdwerf Would be great if you could...

@wardi this is great, I think that at some point it would be great to compile somewhere in a blog post or something all the different ways datasets can be...

As part of work on the new search ([imagined here](https://github.com/ckan/ckan/discussions/8444) and [experimented on here](https://github.com/amercader/ckanext-search)) we need to define a new generic filters interface which is backend agnostic, so wouldn't it...

Perhaps the new `*_save_redirect()` methods are better placed inside of the existing `IDatasetForm` rather than in a separate new interface. This would allow more granularity if someone really wanted different...

This is a great idea, but it would be better implemented as a config validator for `ckan.storage_path`, i.e. adding a `validators: path_exists path_is_absolute` here: https://github.com/ckan/ckan/blob/38c918b2a2f6ec4970439baedd346891424098d3/ckan/config/config_declaration.yaml#L1305-L1310 This way the check will...

Go ahead @robin-NEC, perhaps @emancinelli you can help review the changes if you have experience with web accessibility