usgo / agagd

American Go Association Games Database (AGAGD)
https://agagd.usgo.org
MIT License
47 stars 30 forks source link

Consider removal of unused `Chapter` model #126

Closed annabunches closed 4 years ago

annabunches commented 4 years ago

Summary of the Bug

The Chapter class in agagd/agagd_core/models.py doesn't seem to be used anywhere. The Chapters class seems to be the source of truth throughout the app.

Notes

It is possible that the underlying DB table is used somewhere outside the AGAGD app, but removing the model (assuming it truly is unused, as it seems to be) should not affect anything.