Mathieu Leplatre

Results 355 comments of Mathieu Leplatre
trafficstars

Oh, don't worry! Since it's remained a side-project for me, I don't care about productivity :) n1k0, alexis and natim seem to be able to spend 1 day/week with [a...

Imagine a model with private records (`read_own_records`, `update_own_records`). How can I share records with someone as read-only ? I guess we should add a notion of readers in addition to...

The first option looks quite consistent! Most use-cases will indeed imply sharing private records publicly using a permalink, that could contain this additional token. Plus, accessing the list of records...

If conflict resolution is a thick topic to be managed by the server, we could at least : - compute a hash on records - require `If-Match` with ETag on...

Mainly records creation/deletion, precious for collaborative apps :)

- https://enketo.org/ - https://github.com/SEL-Columbia/pyxform - https://formhub.org/syntax/

Okay, I believe I understood... Something like that : ``` { name: "creator", type: "autofill", value: "CREDENTIALS_ID" } ``` With some constants like MODELNAME etc. Well... I would have relied...

Ideally, it should have several obvious use-cases (the creator isn't one, since we can have #222). And from what you describe, I don't see it very generic and reusable :(...