Christian web app for users to create their testimonies

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

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
bug help wanted

Christian web app for users to create their testimonies

PHP
GraphQL API 3 months ago

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.

Complexity: 4/5
enhancement help wanted

Christian web app for users to create their testimonies

PHP

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.

Complexity: 4/5
enhancement help wanted

Christian web app for users to create their testimonies

PHP

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.

Complexity: 4/5
enhancement help wanted

Christian web app for users to create their testimonies

PHP

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.

Complexity: 3/5
enhancement help wanted

Christian web app for users to create their testimonies

PHP
Enable 2FA/MFA 3 months ago

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.).

Complexity: 4/5
enhancement help wanted

Christian web app for users to create their testimonies

PHP