StruckCroissant / Game-DB

Game-DB is a game database search engine deployed on Docker and powered by Java Spring Boot and AngularJS
GNU General Public License v3.0
1 stars 0 forks source link

Replace RelatedTo with functional backend implementation #4

Closed StruckCroissant closed 1 year ago

StruckCroissant commented 2 years ago

After deleting the RelatedTo table with the latest changes to the DB, the application needs to relate two games via a functional implementation.

Ideally each time Java loads a game object into the UI it should also automatically pull several related games into a view on the page.

StruckCroissant commented 1 year ago

Added in MR #43