jums

Results 83 issues of jums

Displaying entity history on remote instances would need a server2server mechanism to de-anonymize contributions. Known case: remote instance logged users who made the contribution. related issue #549

entities
decentralization

A caching strategy between servers provides a few advantages (non-exhaustive): - reduce server2server number of requests, - improve instance anonymization, - avoids hitting inventaire.io's cache too much Invalidation implementations: The...

entities
decentralization

Create and publish activities about entities lists updates. In other words, create activities for elements in a list. It could be that implementation might end up transforming how activities are...

activitypub
listings (users' entities lists)

At list creation, one may select an entity type (default to 'works or series', then 'authors' and 'publishers') that would enable a typed search for elements

listings (users' entities lists)

As there is no need for human inspection (aka task creation) if related entities have the same BNF id. ie [task](https://inventaire.io/tasks/5b2362acb559bef3a5705d1614c7ce82) which suggestion and suspect both have claim `"wdt:P268":["12095487h"]`

entities
resolver
tasks

Today, the [series-parts](https://github.com/inventaire/inventaire/blob/master/server/data/wikidata/queries/serie_parts.js) query accepts too many entities, including some entities with a P31 that are far from being a work (see https://inventaire.io/entity/wd:Q699631 which is based on server query https://inventaire.io/api/entities?action=serie-parts&uri=wd:Q699631)....

entities

Craving for a server side debugger, I discovered that the supervisor script [does not do anything](https://github.com/petruisfan/node-supervisor/search?q=inspect&type=) with the `--inspect` flag. Not nice. Recent [node versions](https://nodejs.org/api/cli.html#--watch-path) seem to implement the experimental...

sysadmin
DX

When visiting work page "Les Vierges de Verdun" ([`wd:Q20933641`](https://inventaire.io/entity/wd:Q20933641)) then i click on [`odes`](https://inventaire.io/entity/wdt:P136-wd:Q178985) genre, genre page should show "Les Vierges de Verdun"

entities

While this feature is implemented by doing some duck typing a bit (aka depending on whether `value` is defined as `updateOrRemoveLabel`, it will update or remove label accordingly), but the...

Synced with server branch: [677](https://github.com/inventaire/inventaire/pull/677) This branch allows opening a "reorder mode" in any list menu, and then hitting the "save" button will trigger only one server request to reorder...