Skip to content

Conversation

@BlessedRice2004
Copy link
Collaborator

@BlessedRice2004 BlessedRice2004 commented Jul 29, 2024

Fixes #3

  • Created Pill components that now display and redirect on both question page and solution page
  • Created tag collection that can be used
  • Replaced all hardcoded dictionaries of [tag:human-readable-label] with getCollection("tags")

@BlessedRice2004 BlessedRice2004 force-pushed the render-tags branch 2 times, most recently from 0c5a31d to fdb9c71 Compare July 30, 2024 11:29
---
course: comp2804
title: A Recursively Defined Set (4.3)
number_of_questions: 15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This value can be calculated at build time. We shouldn't need to store an aggregate

@BlessedRice2004 BlessedRice2004 force-pushed the render-tags branch 2 times, most recently from 20503a1 to cda4d3f Compare July 31, 2024 03:55
BlessedRice2004 and others added 4 commits August 1, 2024 23:14
- Created Pill component
- Added pill component to questions webpage
- Added pill component to solution webpage as well
- Updated Color
- Filled a newly created folder with tags
- Created python program to updated tags if program is run
- Updated tag collection format
- Hardcoded lists of tags were erased from different pages that used getStaticPath and others
@MathyouMB MathyouMB merged commit 3acc7bc into main Aug 2, 2024
@MathyouMB MathyouMB deleted the render-tags branch August 2, 2024 06:03
BlessedRice2004 added a commit that referenced this pull request Aug 2, 2024
* Pills

- Created Pill component
- Added pill component to questions webpage
- Added pill component to solution webpage as well
- Updated Color

* Created Tags Collection

- Filled a newly created folder with tags
- Created python program to updated tags if program is run
- Updated tag collection format
- Hardcoded lists of tags were erased from different pages that used getStaticPath and others

* Update script formatting

* Add tag style site fixes

* Remove comment

---------

Co-authored-by: Matthew M-B <matthew.mb@getjobber.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Questions should render their tags

3 participants