MLH-Fellowship / FellowshipWrapup

A showcase of all your work done during the MLH Fellowship
MIT License
6 stars 0 forks source link

Connect template to use placeholder data through a json file #4

Closed kartikcho closed 4 years ago

kartikcho commented 4 years ago

Currently the template uses static data with { } to depict where placeholder data should be inserted.

This issue would be marked successful when,

IamCathal commented 4 years ago

Getting the data into a standard JSON format for the frontend won't be a problem at all once we have it so this shouldn't be too much of a task thankfully.

kartikcho commented 4 years ago

Can the frontend team get a placeholder format? If you have a specific architecture in mind, it'll help write the relevant JS for displaying data, otherwise we'd have to refactor a bit.

IamCathal commented 4 years ago

@kartikcho Pushed a PR with the basic JSON format in the data on new-queries branch