maxlath
maxlath
like a review in a collection (#184), but without being associated to a specific collection associated roadmap card: https://trello.com/c/uwdkvGl1/114-book-reviews
there is no recommandation system at the moment but that could be cool: if you have clues on how to build that, let me know :)
## Problem Since entities image are auto-removed (#526), images recovered from an entity history might refer to a removed image. ## Solutions * keep auto-removing entities images and replace recovered...
Once archived, a user participating in a transaction could request to hide that transaction from their list of archived transactions. Once the second participating user also requests to hide the...
Accessing entities from another instance seems at reach (see https://github.com/inventaire/inventaire/pull/548) as all entities read operation rely on public endpoints, but to create/update/delete entities from that remote instance, we would need...
and/or reduce html in emails drastically so that the remain html is just `` and ``? it might not be that useful anyway
Would offering OAuth authentification be of any use? Using this issue to centralize documentation on the subject: - [Creating an API authenticated with OAuth 2 in Node.js](http://resources.infosecinstitute.com/securing-web-apis-part-ii-creating-an-api-authenticated-with-oauth-2-in-node-js/) - [The Most...
Re-ordering items has been a recurring feature request. This could be implemented by adding an ordinal to items' shelves array, from the current array of id: ```js [ '0a35e15bdff5c8c0507207898f00003c', 'a51ca773050dc882b8105b0d18000ecc'...