6 Open Issues Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement maxWidth and maxHeight properties for sections in Dashy.Net, allowing users to choose between static and dynamic sizing with default values for static sections. This involves adding UI elements for setting these properties, handling the configuration in the backend, and updating the frontend rendering to respect these new constraints.

Complexity: 3/5
good first issue feature technical-debt UI

AI Summary: Implement a new widget for Dashy.Net that displays public holidays for a selected country. The widget should fetch data from the specified API (kayaposoft.com), allowing users to choose the country and display options (current day, month, year, or date range). The default view should be the current month.

Complexity: 3/5
good first issue feature UI widget

AI Summary: Implement a new 'Vulnerability Feed' widget for the Dashy.Net application. This widget should display a list of vulnerabilities, including CVE score, publish date, CVE ID, and vendor (if available). The widget should be configurable through the application's UI and integrate seamlessly with the existing widget system.

Complexity: 4/5
good first issue feature UI

AI Summary: Implement an 'Icon Picker' modal for Dashy.Net that displays images from the /uploads directory, allowing users to select existing icons for items instead of re-uploading. The modal should integrate with the item editing functionality, populating the 'Icon' field with the selected image's URL.

Complexity: 3/5
good first issue feature technical-debt UI

AI Summary: Refactor the Dashy.Net application to decouple widget-specific logic from the main dashboard page. This involves moving the responsibility of converting widget form data into a standardized format from the `Dashboard.razor` component to the individual widget editor components. The `Dashboard.razor` component will then only handle passing the final data to the API client.

Complexity: 3/5
good first issue technical-debt refactor chore

AI Summary: Implement an 'Icon Picker' modal for Dashy.Net that displays images from the /uploads directory, allowing users to select and reuse previously uploaded icons when editing dashboard items. The modal should integrate with the existing item editing functionality, updating the 'Icon' field with the selected image's URL.

Complexity: 3/5
good first issue feature UI