parallax-visions / parallax-visions-site

MIT License
0 stars 0 forks source link

Prallax Person - Content Management - List of games #9

Open CurtisVonRubenhoff opened 3 years ago

CurtisVonRubenhoff commented 3 years ago

We need an easy way to manage the information for each game that's displayed on the site. Right now there's just a js file in the repo that holds all the information on each game, but it's not an ideal solution because updating it requires doing git bullshit (not the worst fate, but i'm not expecting people who aren't me to want to mess with it)

itch api is out of the question,

Maybe a google sheet restricted to our organization would be a decent solution as a low-cost database

Absolute worst case is I spin up a backend for the site and make some crud shit to manage the content on the page. I realize this is a slippery slope into making an entire CMS which is the exact opposite of what i want to do with my life, so this is the final solution

CurtisVonRubenhoff commented 3 years ago

current "database" lives here

https://github.com/parallax-visions/parallax-visions-site/blob/master/src/shared/games.js