Context
Currently, all tabular data in this repo is manually entered into markdown tables. Some information is repeated across the different documents in an ad-hoc way, meaning that one of the reputations could be updated while the others are left un-updated.
Action
Tabular data should be stored in a database and retrieved pre-commit to construct the markdown tables. The database should contain each piece of information once, so that there is a single version of the truth.
Context Currently, all tabular data in this repo is manually entered into markdown tables. Some information is repeated across the different documents in an ad-hoc way, meaning that one of the reputations could be updated while the others are left un-updated.
Action Tabular data should be stored in a database and retrieved pre-commit to construct the markdown tables. The database should contain each piece of information once, so that there is a single version of the truth.