maxlath
maxlath
[`verifyClaimConcurrency`](https://github.com/inventaire/inventaire/blob/842b229/server/controllers/entities/lib/validate_and_format_claim_value.js#L45) currently only checks the local entities database, as it was initially designed for ISBNs (properties for which we currently ignore Wikidata, cf #182). I had the case that I...
## Problem ### P50 It is today impossible to add anything that isn't an entity identified as being of the type `human` to an 'author' (`P50`) claim, while there are...
Currently, collections might look something like this: ```js { labels: {}, claims: { 'wdt:P31': [ 'wd:Q20655472' ], 'wdt:P1476': [ 'Nautilus Flugschrift' ], 'wdt:P123': [ 'wd:Q1285306' ] } } ``` The...
having the possibility to extend a Wikidata entity from Inventaire could be useful in some cases (#182). We had that feature, but it was removed as it wasn't used defc9f7;...
## problem ex: if someone creates a subclass of a literary genre such as [Q3739522](https://www.wikidata.org/wiki/Q3739522), and uses it as a genre (wdt:P136) value, it will reject the claim due to...
so that a failing delivery can be retried later
* some works are constituted of mutliple parts that might have editions for themselves #99 * series might have editions of the whole serie at once The trickiest part I...
Addressing #98 I gave it a shot, I like how that removes all the `optional` from the parameter sanitization, and allows removing a validation step in the `update-claim` controller. This...
We started discussing stronger typing back when we transitioned away from CoffeeScript #72, and since then the TypeScript boat got a lot of wind in its sails. It now seems...
Example: a summary in French is found for this edition https://inventaire.io/api/data?action=summaries&uri=isbn:9782904799471&langs=fr but none is found for its work https://inventaire.io/api/data?action=summaries&uri=inv:b3021051526675c3e065f15ad83f6c32&langs=fr The issue I can think of, with this fallback, is that...