Skip to content

Edit filters to be more readable and easier to define#18

Merged
JooNiv merged 7 commits intorewrite/mainfrom
refine-filters
Jun 12, 2025
Merged

Edit filters to be more readable and easier to define#18
JooNiv merged 7 commits intorewrite/mainfrom
refine-filters

Conversation

@JooNiv
Copy link
Copy Markdown
Member

@JooNiv JooNiv commented Jun 5, 2025

Edit filters to match what was discussed in the demo meeting:

Events:

filters:
  Pricing: Free of charge # Free of charge, or empty if paid
  Availability: Open to anyone # Open to anyone, Registration needed
  Skill level: Beginner # Beginner, Advanced
  Type: Online # Online, Hybrid, Onsite
  Theme: Course/Workshop # Course/Workshop, Hybrid QC+HPC computing, Programming, Webinar/Lecture

Blogs:

filters:
  Skill level: Beginner # Beginner, Advanced
  Type: Blog # Blog, Instructions, News
  Theme: Technical # Technical, Algorithm, Programming, Hybrid QC+HPC computing

value: true
Theme: "course/workshop"
Pricing: Free of charge # Free of charge, or empty if paid
Availability: Open to anyone # Open to anyone, Registration needed
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think Mikael said to use just "Open" instead of "Open to anyone". Maybe confirm this?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We can ask on Thursday when we have a team meeting. I'll write an initial version of the resource (get access page) descriptions to also run by him 👍

- name: "News"
value: false
Theme: "Technical"
Skill level: Beginner # Beginner, Advanced
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What happens when

  1. Someone misspells the skill level e.g "Beginer" instead of "Beginer" or if a person uses lowercase "beginner"?
  2. What happens if they use 2 values "Beginner, Advanced" ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

  1. Case does not matter. Otherwise misspelled category will just result to the event/blog not showing up in any category
  2. I think rn that would count as misspelled but maybe it would be smarter to allow for multiple values and have the blog / event show up under both. Not a big change so I'll try to get to it this week

@JooNiv JooNiv merged commit 92c3f05 into rewrite/main Jun 12, 2025
1 of 2 checks passed
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.

2 participants