Migrate Wins Data: Migrating from AF to KVF data structure #2146
Labels
Complexity: Medium
P-Feature: Wins Page
https://www.hackforla.org/wins/
role: back end/devOps
Tasks for back-end developers
size: missing
Status: Updated
No blockers and update is ready for review
Milestone
### Dependency#2145Overview
As a developer, to turn the wins card into a reusable component, we must first be able to generate a wins-data.json file of a more specific format. This issue is part of a series that aims to migrate us to the more specific format.
Action Items
Resources/Instructions
wins-page
Currently we have two json files for wins: _wins-data.json and wins-data.json. The former will henceforth be called KVF (for key-value file) and AF (for array file). AF is generated daily from a script on google while KVF appears to be an older, dysfunc version. The format in the KVF version, however, is much friendlier to formatting in liquid syntax. Therefore, we need to incrementally port our codebase to use the KVF version of the data and remove the AF version we currently use. This will be done in multiple steps:
For this issue, we are doing step 2.
The text was updated successfully, but these errors were encountered: