I am technical, but not all those who will help me with this project have dev/GitHub experience. There should be a dashboard interface, and potentially a ticket interface, to handle updates and requests.
Some thoughts:
set up a service like peppermint.sh to handle very basic ticketing
set up a service like baserow or grist to provide a front end to editing a spreadsheet/CSV files
set up n8n as a workflow tool to handle getting a CSV export from the front end editor, and create a GitHub PR for review
potentially use n8n to handle technical tickets (create GH issue based on email)
I am technical, but not all those who will help me with this project have dev/GitHub experience. There should be a dashboard interface, and potentially a ticket interface, to handle updates and requests.
Some thoughts: