Jan Vansteenlandt
Jan Vansteenlandt
I think we should see the broader picture and think about how meta-data (dcat, tags, ...) can be identified (using groups e.g. as we're doing now?) and used in the...
Implemented by #395
It can yes, some refactoring would be necessary though.
We don't store our DCAT in a triple store directly, we build it on the fly based on the meta-data we have, just to keep this a light weight platform.
So you'd see the dcat feed like the api/info endpoint? In this endpoint you can pass dataset=xxx/yyyy and get the relevant dataset info back.
This is missing documentation, you can add licenses, languages etc. but not through the user interface (yet). These data are seeded from json files, altering these json files combined with...
Now that I come to think of it, this would be a nice feature for the 6.6 release.
What do you mean exactly by logging frequency? I don't recall any setting that clears the logs in the platform itself, perhaps there's a cronjob that you missed?
That's weird, I have worked with Laravel for quite a while now over the last 3 years and I've never encountered a logging buffer that keeps logs in that buffer...
Hey @netsensei thanks for the elaborate report, to be honest we know our tests aren't 100% sufficient, we only provided tests for our most important functionalities. Will look into it...