Franz Heinzmann
Franz Heinzmann
I'm still not sure about the Island term. It might be a good choice for a specific wording strategy in the frontend, but in the code it looks a bit...
After #66 is merged there are a few remaining TODOs for bots: - [ ] Documentation Both high-level and code docs - [ ] Persist bot config and joined collections...
What we still need to do: - [ ] client: don't store tokens/accesscode in localStorage, use secure cookies instead - [ ] server: allow to create tokens with read/write capabilities...
Currently, `collection.get(req)` in the client actually does a `collection.query('records', req)`, so `req` can be a either `{ schema, id }` or `{ key, seq }`. Likely we want to have...
We have test fails on windows: https://github.com/arso-project/sonar/pull/51/checks?check_run_id=761679013 think it's this part - has to be investigated: ``` Error: Closed at Request._openAndNotClosed (D:\a\sonar\sonar\node_modules\random-access-storage\index.js:180:38) at Request._run (D:\a\sonar\sonar\node_modules\random-access-storage\index.js:207:16) at RandomAccessFile.RandomAccess.run (D:\a\sonar\sonar\node_modules\random-access-storage\index.js:111:12) at RandomAccessFile.RandomAccess.write...
It would be nice if the server could detect somehow if the UI was changed and rebuild. Not only for the dev workflow but also for "running a git release".
Current state of things: - Alice creates an island Videos. This means - a) she creates a new record feed which is writable for her. Let's say its key is...
When invoking the `sonar` cli with an invalid command, there's no error message. There should be one, otherwise you just wander what happened. Also it should exit with code 1.
#31 adds HTTP API docs through swagger. The swagger.yaml is still very uncomplete and should be completed soon. Note: Dont edit the swagger.json, but the swagger.yaml file and recreate the...