Stephan Kulla
Stephan Kulla
First of all: Thanks for this library (as well as for https://github.com/hustcc/timeago-react ). :heart: We can successfully use them in our NGO. *My feature request / question:* I wanted to...
### Current behavior The external context definition https://w3id.org/kim/lrmi-profile/draft/context.jsonld is basically schema.org since it includes the following definition: ```js { "@context": { "id": "@id", "type": "@type", "@vocab": "http://schema.org/", ... } }...
Google has introduced new formats for their result page (I got at least 4 different page formats in my tests). This commit fixes the parsing for those four different formats...
See https://serlo.slack.com/archives/C0BMSC431/p1715594292336819
https://serlo.slack.com/archives/C062X5BJANP/p1715782665011549
Blockers for deployment: - [ ] https://github.com/serlo/api.serlo.org/pull/1510 - [ ] Needs https://github.com/serlo/api.serlo.org/issues/1515 - [ ] https://github.com/serlo/api.serlo.org/issues/1516 - [ ] https://github.com/serlo/api.serlo.org/issues/1517
https://github.com/serlo/api.serlo.org/pull/1510 fixes an error we currently have => however then the user tests do not work any more since with this PR the Database layer is not hit any more...
Needs https://github.com/serlo/db-migrations/pull/349
After the migration we filter too much out of the `events` filter since it only checks the `objectId` field and not the `uuid_parameters` Blocker: after https://github.com/serlo/db-migrations/issues/344 we can implement it.