Luca Pette
Luca Pette
At the moment questions can be only created. We want to give users the ability to edit them from the question page. Everything should be editable.
Right now, we support only variables in the form: ```sql select * from answers where last_update > {date} ``` Which prevents users from using the same kind of variable multiple...
```sh $ make cover ``` That runs go cover for all the packages (too bad it's not built-in in go cover yet) and ideally opens the HTML output too
We want to have a demo server running somewhere (probably digital ocean). The idea is: - [ ] Setting up terraform configuration - [ ] Setting up ansible to configure...
Our tests have many examples of: ```go t.Fatalf("something is wrong: %s", err.String()) ``` and ```go t.Fatalf("something is wrong: %v", err) ``` does the same with less code and it looks...