The AGAGD
application is what runs agagd.usgo.org. Originally, ported from the EuroGo Games Database, the AGAGD
application provides a means for members and non-members tournament information, chapter information and member insights.
We welcome any contributions. You could update documentation or our getting started or add a feature or find another way to improve the AGAGD
application. Any contributions should be submitted as Pull Requests (PR) with Conventional Commit(s) Messages. You can use the CZ Cli tool if you would like a conventional commit message aid.
If you new to contributing on Github, take a look a the First Contributions project.
The ÀGAGD
application uses Docker Compose and containers for local development. As such, we require that you have Docker and Docker compose installed on your system. To run our AGAGD
application you currently need a schema.sql
from the repository usgo-sql-schemas.
$ curl -sSL https://raw.githubusercontent.com/usgo/usgo-sql-schemas/main/schema.sql -o schema.sql
$ docker-compose up
$ docker-compose -f docker-compose.test.yml run test_app
Bug Triage project for the AGAGD which lists and organizes current priorites the AGA Development Team has for the AGAGD.
- By default, the fake_data fixture data will be re-installed on every run of the app. This may erase any local changes you made previously. To disable this functionality, you can create a
docker-compose.override.yml
file and setLOAD_FIXTURES
to"false"
. See the docker-compose documentation for more information on overriding docker-compose values.
MIT © American Go Association