maxlath

Results 279 comments of maxlath

The function that will need to be used for prod [documents transformation](https://github.com/inventaire/inventaire/blob/master/docs/couchdb_data_transformations.md), once everything is ready ```js module.exports = doc => { doc.visibility = getVisibility(doc.listing) delete doc.listing return doc }...

my proposition could be an opt-in from the dataadmins: when doing a `PUT` on `/api/entities?action=merge`, specify `from` and `to` when you know which one should become the canonical one, and...

Random colors could be an option, but the color shortlist was a (poor) attempt to use only colors that aren't too horrible (random colors can get you some horrible stuff...

Which function(s) would you like to see moved to the server? In a way, by using the model id, we could consider that the server already assigns a random color:...

the server side part being done #445, remains the client side: I would suggest to wait for the Svelte refactor of the inventory browser, as adding a "no shelf" element...

@vk0xOrg the informal discussions are accelerating and getting more urging but no code has been written in this direction yet

cross-posting a discussion from the [chat](https://app.element.io/#/room/#freenode_#inventaire:matrix.org): > Q: could one follow inventaire's user, say from mastodon? > A: no it's not possible at the moment. we are considering using ActivityPub...

[Guide for new ActivityPub implementers](https://socialhub.activitypub.rocks/t/guide-for-new-activitypub-implementers/479)

could it be that it was just that those works had been edited since the initial merge, and that the reverse patch could not be applied? see also #440

1. technically: I would on the contrary bet that the added maintenance cost would be quite minimal: all those functions are already consumed elsewhere in the app, so we would...