daybed
daybed copied to clipboard
Form validation and data storage API
I was viewing [a video about being offline first](https://www.youtube.com/watch?v=dPz_5-MEvcg), talking about how Hoodie works and what's the rationale behind their design and I was wondering how we wanted to handle...
It could be nice to create a varnish configuration that invalidate the cache for GET /models/modelname for a POST or PUT on its /records and that handle the HawkId
This is because of: https://github.com/spiral-project/daybed/blob/master/daybed/backends/couchdb/__init__.py#L104 And the way we handle it here: https://github.com/spiral-project/daybed/blob/master/daybed/backends/couchdb/__init__.py#L98
Would it make sense to be able to add/remove an identifier to/from records authors ? It would at least allow sharing per record (imagine a record is a slideshow you...