maxlath

Results 214 issues of maxlath

Currently, deleting an account means [deleting all the data that can be](https://github.com/inventaire/inventaire/blob/d4e7663/server/controllers/user/lib/delete_user_and_cleanup.js), but we keep a "tombstone" document with the user id and a username so that documents that keep...

users

Should be done by [`server/controllers/user/lib/delete_user_and_cleanup.js`](https://github.com/inventaire/inventaire/blob/d4e7663/server/controllers/user/lib/delete_user_and_cleanup.js)

activitypub

The user document already has a primary key (the `_id`) that can be used as foreign key in other documents. Using the `stableUsername` as a foreign key in activities documents...

activitypub

Follow-up on issue #453 and PRs #624 and #632. ## Problem The current implementation of the `visibility` array assumes that that array is an access-control list: typically, when `visilibity =...

shelves
inventory items

The adaptor written to address #472 is not used when creating an entity on Wikidata with `PUT /api/entities?action=move-to-wikidata`, resulting in serie ordinal claims, instead of qualifiers. [Example](https://www.wikidata.org/wiki/Q113680492)

bug
entities

Proposes to start addressing #682 by adding Typescript tools. It seems possible to keep the cost of transpilation to an acceptable level: - dev: the watcher is sensibly slower than...

DX
code maintainance

That's a rare case, but it can happen (example: https://www.wikidata.org/wiki/Q101245855), which then breaks the associated editions editor (ex: that was the case for https://inventaire.io/entity/isbn:9782207252161/edit before I updated the wdt:P629 claim)

entities

Use cases: * store the source of a claim when taken from authority sources (national libraries, etc), in order to be able to bring this data to Wikidata

entities

### motivation * there were [requests for supporting periodicals](https://trello.com/c/InrxOEIJ/107-periodical-and-comics-management) for a while now * people [started adding them without waiting](https://inventaire.io/search?q=astrapi) * and now, a small library gave us a dump...

discussion
entities

To enable better [language fallbacks](https://meta.wikimedia.org/wiki/Wikidata/Notes/Language_fallback). On the topic of language fallback, see also #617

languages