Skip to content

feat(pages): add roadmap page #229

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

Merged
merged 1 commit into from
Apr 21, 2025
Merged

Conversation

ReenigneArcher
Copy link
Member

@ReenigneArcher ReenigneArcher commented Apr 20, 2025

Description

Add a roadmap rendering to the website.

TODO:

  • hide heading OR add a banner image
  • split scripts into separate js file(s)
  • split styling into css file(s)
  • use common styling from index.html
    • colors
    • spacing
  • markdown rendering of issue body
  • possibly create a popup modal when a card is selected that shows full details
  • sort labels alphabetically

Screenshot

image

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

@ReenigneArcher ReenigneArcher force-pushed the feat/pages/add-roadmap-page branch 4 times, most recently from b745bd6 to 402d1d0 Compare April 21, 2025 22:40
@ReenigneArcher ReenigneArcher force-pushed the feat/pages/add-roadmap-page branch from 402d1d0 to 26e046e Compare April 21, 2025 22:57
@ReenigneArcher ReenigneArcher marked this pull request as ready for review April 21, 2025 22:58
@ReenigneArcher ReenigneArcher requested a review from Copilot April 21, 2025 22:59
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new Roadmap page that renders GitHub issues as roadmap items with a modal for detailed issue views.

  • Added roadmap.html with the page structure, banner image settings, and modal markup.
  • Created assets/js/roadmap.js to dynamically fetch issues from GitHub and render them in cards, including sorting labels and parsing markdown text.
  • Updated assets/js/projects.js with proper variable declarations and _config_theme.yml to add a navigation link for the Roadmap page.

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

File Description
roadmap.html Adds the Roadmap page layout and modal for viewing issue details.
assets/js/roadmap.js Implements fetching, rendering, and modal functionality for roadmap items.
assets/js/projects.js Fixes variable declaration for the project container element.
_config_theme.yml Inserts a new navigation link to the Roadmap page.
Files not reviewed (1)
  • _sass/styles.scss: Language not supported

@ReenigneArcher ReenigneArcher merged commit f369994 into master Apr 21, 2025
11 checks passed
@ReenigneArcher ReenigneArcher deleted the feat/pages/add-roadmap-page branch April 21, 2025 23: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.

roadmap: add roadmap page to website
1 participant