Open cKellyDesign opened 4 years ago
@akahure @engwiri @jholmes525 @msschroeder - Are there other active clients that I missed above?
Assigning to @akahure to:
@cKellyDesign thanks for these details, we still have a couple of more sites i.e.
A couple of things we need to look into as well
Thanks @akahure. I've added those three to the client list, I hadn't added any clients from the old Gisida Private but since they also use specific branches we should track them too.
Referencing: https://github.com/onaio/gisida/issues/428#issuecomment-586850390
We need to track which versions and branches our client repositories are using.
Gisida and Gisida React (public)
We should be able to run
yarn install
in the client repositories and install the correct versions / tags / branches. To do this let's maintain gisida and gisida-react as dependencies in the clientpackage.json
files.Gisida React Private
Since this private repository is used as a submodule in client repositories, we can simply run:
to sync the submodule to the commit most recently checked into the client repository.
HOWEVER, this sets the local submodule git repo with a
Detached HEAD
, meaning further commits don't know where to push atorigin
, making it difficult to pick up and contribute.Because of this I propose we start adding a comment in the clients'
/src/index.js
spelling out what branch is being used for thegisida-react-private
repo.Client Repositories