Dear All,
In the documentation, I put a rough information flow diagram, and I put a list of papers that may be useful for you to look at.
You can email Scott Davis with your github ID, and he will add you to the repository.
Generally, we should work on feature branches in git, that is, not work on the master branch directly.
I have started on the master branch because there's nothing there yet, but soon I will work in a branch luca, and ask Scott to merge my changes from luca to master via a pull request when I have new things to contribute.
You can start working on your own branch, such as "helen" (I don't think one of us is Helen, but you get the idea), and if you have multiple things you are working on, you can use helen-thing1, helen-thing2, etc.
I am using config_test.yaml to store configuration parameters, and secrets.yaml (which is not checked in) to store the DB URI and password etc.
Luca