Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change backend to database #15

Open
rmccreath opened this issue Nov 5, 2021 · 0 comments
Open

Change backend to database #15

rmccreath opened this issue Nov 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@rmccreath
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, all data is hosted on a JSON file which is stored alongside everything else on GitHub. This makes for a slimline application and has been useful for proof-of-concept and MVP. However, for the proper expansion of functionality and maintenance going forward, a change to the back-end is necessary. Currently, every change to the data requires the web app to be rebuilt and hosted anew, this isn't unusual in static web apps, however, this product needs to move toward a dynamic status rather than static.

Describe the solution you'd like

  • Host web app on PHS webserver (the process has already started with PHS webmaster)
  • Develop (relational) database backend with accompanying API and testing.

Describe alternatives you've considered
The use of alternatives, such as a CMS system, pre-built application, and other back-end architectures have all been considered but every solution brings different constraints. External solutions would mean completely redesigning the product, losing out on specific functionality that has been created, and would likely not integrate as well with our varying requirements. As the data structure for this product will remain the same, a relational database seems the most suitable and simple to apply.

@rmccreath rmccreath added the enhancement New feature or request label Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant