Open Issues Need Help
View All on GitHubAI Summary: Develop a comprehensive automated testing suite for a backend and UI application. This includes writing unit, integration, and end-to-end tests for various services and components (NotificationService, ChatService, REST controllers, SignalRHub, MudBlazor UI). Accessibility and localization testing, along with penetration testing and reporting (using tools like OWASP ZAP and dotnet security analyzers), are also required.
AI Summary: This task requires a comprehensive refactoring of the UI, including localization (translations) and documentation updates, following best practices and standards established in previous PRs. The work involves mapping existing pages, standardizing layouts and UX, refactoring MudTable components and actions, improving translations, enhancing technical aspects and accessibility, and finally updating and centralizing documentation.
AI Summary: Verify the accessibility of the EventForge application according to EEA and WCAG 2.1/2.2 standards. This involves checking color contrast, keyboard navigation, screen reader compatibility, responsive design, localization, and error handling. The task uses a provided checklist and requires testing with screen readers and accessibility tools.
AI Summary: Verify the accessibility of the EventForge application according to EEA and WCAG 2.1/2.2 standards. This involves checking color contrast, keyboard navigation, screen reader compatibility, responsive design, localization, and error handling. A provided checklist guides the process, covering aspects like ARIA attributes, alt text, and focus management. Testing should include manual checks and potentially using screen readers like NVDA or VoiceOver.
AI Summary: This task involves consolidating and centralizing all Markdown documentation from a multi-project solution into a single, standardized structure within a monorepo. This includes analyzing existing documentation, identifying redundancies and gaps, designing a new directory structure, migrating and updating the content, and establishing a process for future maintenance.
AI Summary: Implement a light mode color palette for a web client using CSS variables. The palette includes Navy Blue (#1F2F46), Electric Blue (#247BFF), Orange Fire (#FF6B2C), Light Gray (#F5F6FA), and Charcoal (#2D2D2D). Ensure color contrast accessibility, use CSS variables for maintainability, and follow best practices for color usage. Integrate the palette into core components (navbar, buttons, cards, background, text), and document usage examples.