Skip to content

Questions should render their tags #3

@MathyouMB

Description

@MathyouMB

As a student, I'd like to be able to see the "tags" associated with a question on a questions individual page

ex: midterm-fall-2023/1

Tag data can be derived from a questions frontmatter.

You will see examples of this already being done on the current "question" page: src/pages/questions/[...path].astro

Similar to other examples on that file, you can derive the tags list via page.data.tags.

Using this data you should render a "pill / tag" ui component for each tag, ex something like this

image

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions