Skip to content

Define entities and links between them to generate dynamic content on pages #171

@dennyabrain

Description

@dennyabrain

A lot of the fields specified in the frontmatter of blogs and updates are strings. Gatsby allows us to define them as entities that can then be queried in complex ways. For instance if the author of a blog post was an entity, this would allow us to query for all blog posts by an author. Since author is a person and would be listed on our team page, we could then provide a link on the team page that directs readers to all blog posts written by this person.
A similar thing could be done to link people with the projects they have worked on.

In scope for this feature would be the following :

  1. Identify entities that must be defined
  2. Make appropriate data related changes in the markdown files
  3. Create queries for the new associations
  4. Surface them in the UI

Metadata

Metadata

Assignees

Labels

level:featureAn issue that describes a feature (initiative>feature>ticket)stalelabel for stale issues

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions