With a dedicated database, we could store information about the edits made using the Toolhunt app.
Specifically, we could use it to keep track of
- the tool edited
- the user who made the edit
- the field that was edited
- the date on which the edit occurred
Pros: A structured database would make it easier to obtain certain metrics, such as user contributions, total number of edits made using the app, most/least frequently edited fields, etc. It would also give Hannah and me a chance to work with an SQL database, such as MariaDB.
Cons: It's more work.