1 Improved SQL Usage
Jonathan edited this page 1 year ago

Overview

User Story: As a web developer, I want better SQL practices to be used

The website is currently hard coding all the data for IGP game entities. This should be changed to SQL.

IGP Fan Reference Server Project

This seperate server project will be used to handle the websites SQL data. It is a development only tool, and won't be used in the production version of the website.

  • Use an SQL database
  • Use SQL migration scrips
  • Export that data to JSON