Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a broken sidebar UI element within a Laravel/Livewire application. The issue involves a visual bug in the sidebar's layout, requiring familiarity with Laravel, Livewire, and likely Tailwind CSS to identify and correct the underlying CSS or component issue.
AI Summary: The task involves refactoring the existing Laravel application, which uses a RESTful API implicitly through Livewire, into a GraphQL API. This requires choosing a suitable GraphQL library for Laravel (e.g., Lighthouse, Nuxt), migrating existing API endpoints to GraphQL schemas and resolvers, and potentially adjusting the frontend (Livewire) to consume data from the new GraphQL API. Thorough testing will be crucial to ensure data integrity and functionality.
AI Summary: Integrate the OpenAI API into a Laravel application to moderate user-submitted testimonies. Instead of deleting flagged content, the system should add a visual indicator (red flag icon) on the index page and send an email alert to connect@praisestory.com. Thorough testing is required before completion.
AI Summary: Implement a search function within the Laravel admin dashboard to allow searching across all testimony content. The search should return relevant results and include comprehensive unit tests.
AI Summary: Implement auto-login functionality in the Laravel/Livewire application's login form. This involves enabling the form to automatically populate and submit credentials provided by the user's password manager, potentially requiring adjustments to the form's handling of submitted data and interaction with the authentication system.
AI Summary: Integrate two-factor authentication (2FA) or multi-factor authentication (MFA) into an existing Laravel 10+ web application. This involves selecting a suitable 2FA/MFA provider or library, integrating it with the application's authentication system, and ensuring seamless user experience across all relevant pages (login, registration, etc.).