Feat: Load Media Asset Data Model into Gatsby #571
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The Media Asset data model is available on Forestry! We need to load it into Gatsby, and then we can consume that data to populate various website pages with images.
This will be very similar to loading the team member/role data models into Gatsby in #536. Also look at how images are linked to
region
andsubregion
data models in/gatsby/create-resolvers.js
CodeSee map of relevant files: https://app.codesee.io/maps/public/f72b1f30-3087-11ed-aabd-d3a27bef36f2
Fields:
image
- A string describing a relative file path to the image.caption
- stringattribution
- stringdateUploaded
- datedate
- datealtText
- stringtags
- array of strings? not entirely sure, might need to do some console logging here to see what it isChecklist
/CONTRIBUTORS.md
if new contributor/gatsby/transform-nodes.js
/gatsby/create-resolvers.js
DAMediaAsset
data and seeing the data show upThe text was updated successfully, but these errors were encountered: