Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Resources page proof of concept #52

Merged
merged 11 commits into from
Feb 18, 2025
Merged

[RFC] Resources page proof of concept #52

merged 11 commits into from
Feb 18, 2025

Conversation

aedwardg
Copy link
Collaborator

@aedwardg aedwardg commented Feb 9, 2025

Description

Proof of concept for potential Resources page that doesn't require a backend.

  • Information is stored in appropriate data/resources/<language>.json file.
  • Resource pages pull context from the url to determine which dataset to load.
  • Resource entry cards are clickable and open a new tab to the resource's url.
  • Users can filter resource entries by tag

Any helpful knowledge/context for the reviewer?

  • Any new dependencies to install? ❌
  • Any special requirements to test? You can pull down the branch and try it out to get a feel for the UX
  • Any UI changes? Include screenshots if so. ✔️

Resources index page:
image

Individual category page:
image

Entries filtered by tag:
image

Please make sure you've attempted to meet the following coding standards

  • Code has been tested and does not produce errors
  • Code is readable and formatted
  • There isn't any unnecessary commented-out code

Copy link
Contributor

Choose a reason for hiding this comment

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

Probably the only suggestion I would add is for an extra button on the resource page to return to all the categories

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Cool, I'll open up a ticket for that so we don't make this PR any bigger 👍

@aedwardg aedwardg merged commit 55882e4 into main Feb 18, 2025
3 checks passed
@aedwardg aedwardg deleted the resources-page-poc branch February 18, 2025 00:00
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