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

dashboard: Add CoCo Dashboard #36

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

a1icja
Copy link
Contributor

@a1icja a1icja commented Dec 4, 2024

Description

  • New Component: Dashboard
    • Dashboard page has been abstracted to a component to reduce code duplication
    • New coco parameter to display only CoCo tests when true
  • New Page: /coco
    • Displays only tests with "coco" in the name
    • Can be put in an iframe

Testing

  • Locally
  • Production
    • iframe compatibility tested with this tool
    • Local production build verified; unlikely to have issues with GH Pages

return { name: key, ...job };
});

if (coco) jobData = jobData.filter((job) => job.name.includes("coco"));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only new line in the file other than adding the coco parameter to the component.

@a1icja a1icja closed this Dec 4, 2024
@sprt sprt reopened this Dec 4, 2024
@sprt sprt marked this pull request as draft December 4, 2024 16:43
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