adamzev / Free-Code-Camp-Philly-Showcase

Free Code Camp Philly's Showcase of our members portfolios and projects.

Home Page:https://www.showcasephilly.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

components should be created based off of a json structure

adamzev opened this issue · comments

The components should be created based off a json structure that new users can modify. The structure needs to be mocked up and we need to try out using it to create the components.

We now have them based off a json structure! Now the challenge is to figure out how best to manage this structure as it grows larger and needs changes. My thought is that we'd have a template with example user data. The template would be:

  1. copied by users
  2. renamed to their username
  3. exported as a variable
  4. imported in the data file
  5. the variable would be added to the structure

Should we start this procedure now or wait until the size of the structure truly merits this? Are the steps above the best way to go about it?

Thanks @ajdeleon for completing this!