Skip to content

usgo/agagd

Repository files navigation

The American Go Association Games Database (AGAGD)

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.

Contents

Contributing

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.

Requirements

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.

Getting Started

Pre-Requisites

Get a local copy of schema.sql

$ curl -sSL https://raw.githubusercontent.com/usgo/usgo-sql-schemas/main/schema.sql -o schema.sql

Run the AGAGD application using

$ docker-compose up

Run tests for the AGAGD application using

$ docker-compose -f docker-compose.test.yml run test_app

The AGAGD app should now be running at

http://localhost:8000

Triage

Bug Triage project for the AGAGD which lists and organizes current priorites the AGA Development Team has for the AGAGD.

Caveats

  • 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 set LOAD_FIXTURES to "false". See the docker-compose documentation for more information on overriding docker-compose values.

License

MIT © American Go Association