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.
schema.sql
$ curl -sSL https://raw.githubusercontent.com/usgo/usgo-sql-schemas/main/schema.sql -o schema.sql
AGAGD
application using$ docker-compose up
AGAGD
application using$ docker-compose -f docker-compose.test.yml run test_app
AGAGD
app should now be running atBug Triage project for the AGAGD which lists and organizes current priorites the AGA Development Team has for the AGAGD.
docker-compose.override.yml
file and set LOAD_FIXTURES
to "false"
. See the docker-compose documentation for more information on overriding docker-compose values.MIT © American Go Association