6 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub
Web Development Website Design and Development

AI Summary: This task requires updating URL slugs for several frameworks within a SvelteKit website. This involves modifying schema files, updating internal links in Markdown files, and implementing HTTP 301 redirects to maintain SEO. The goal is to standardize framework slugs by removing the 'the-' prefix.

Complexity: 3/5
documentation good first issue refactor chore
Web Development Website Design and Development

AI Summary: Refactor a monolithic JavaScript script responsible for generating PDFs into a modular and maintainable structure. This involves externalizing configuration, creating a utility library, moving CSS to a separate file, and simplifying the main script to act as an orchestrator. The goal is to improve readability, maintainability, and scalability while ensuring identical PDF output.

Complexity: 4/5
enhancement good first issue refactor tech-debt
Web Development Website Design and Development

AI Summary: Create two Svelte components to display development status notices on the website: a site-wide banner and a section-specific notice. Remove the existing homepage disclaimer. Integrate these components into the existing SvelteKit project.

Complexity: 3/5
enhancement good first issue ui content refactor
Web Development Website Design and Development

AI Summary: Implement a reusable Svelte component for breadcrumbs, integrating it into the main layout to enhance site navigation. The component should dynamically generate links based on the URL path, converting URL segments into human-readable titles, and excluding breadcrumbs from the homepage and single-level pages.

Complexity: 3/5
enhancement good first issue ui feature
Web Development Website Design and Development

AI Summary: Improve accessibility of a SvelteKit website by enhancing screen reader support for dynamic components like accordions, dynamic content updates, a progress bar, and decorative icons. This involves adding ARIA attributes and potentially using ARIA live regions to ensure that screen reader users receive appropriate feedback and understand the state of the interface.

Complexity: 4/5
bug good first issue accessibility
Web Development Website Design and Development

AI Summary: Implement consistent and visible `:focus-visible` styles for all interactive elements (buttons, links, form inputs) across the Global Governance Frameworks website to improve accessibility for keyboard users. This involves creating a global CSS rule and potentially adjusting styles for specific components to ensure focus states match hover states for consistency.

Complexity: 3/5
bug good first issue