Open Issues Need Help
View All on GitHubAI Summary: Improve the visual design of the footer section in the Skilltrade web application. This involves increasing spacing, adding visual separators (e.g., dividers or background changes), and enhancing hover/focus effects on footer elements to improve visual hierarchy and reduce the cramped appearance. The project uses Next.js for the frontend.
AI Summary: The task involves modifying the color of a 'Subscribe' button on the Skilltrade platform's homepage to align with the application's existing theme. This requires locating the button's styling within the Next.js frontend codebase and updating its CSS to use the appropriate theme color. Testing should be performed to ensure the change doesn't negatively impact other aspects of the UI.
AI Summary: Implement client-side password strength validation in the Skilltrade application's password reset form. This involves adding JavaScript code to check the new password against criteria such as minimum length, uppercase letters, numbers, and special characters, providing feedback to the user before submission. The validation should prevent weak passwords from being sent to the backend.
AI Summary: Fix the 404 error on the `/services` page of the Skilltrade application. This involves either creating a UI displaying a list of services or redirecting users to the login page if they access the services page directly from the homepage. The solution should be implemented within the Next.js frontend and integrated with the existing backend and database.
AI Summary: Add a celebratory image below the "Join thousands of satisfied customers and professionals on SkillTrade today" call to action on the SkillTrade website. The image should be high-quality, community-centric, and seamlessly integrated into the existing design, maintaining responsiveness and accessibility across devices. This requires updating the frontend (Next.js) code.
AI Summary: Implement smooth animations and interactive transitions throughout the Skilltrade web application (built with Next.js) to enhance user experience. This includes adding hover effects to interactive elements, smooth page transitions, scroll animations, and animations for elements like modals and dropdowns.
AI Summary: Add an open-source license (e.g., MIT, Apache 2.0, GPLv3) to the Skilltrade repository. This involves choosing a suitable license, downloading the license text, and adding it as a file (e.g., LICENSE or LICENSE.txt) to the root of the repository.
AI Summary: Implement styling for the active registration tab in the Skilltrade web application. The active tab should have a black background and white text. This involves modifying the CSS or styling within the Next.js frontend to target the specific tab element and apply the required color changes.
AI Summary: Create a new `/services` page in a Next.js application to display a list of available services. This involves creating a new route, designing a basic page layout consistent with the existing style, and updating the "View All Services" button to link to this new page. The task focuses on frontend development and Next.js routing.
AI Summary: Improve the navigation bar's layout and spacing by reducing excessive gaps between links, ensuring consistent alignment across different screen sizes, optimizing padding/margin for readability, increasing font size, and optionally adding hover effects or icons. This involves using CSS (Flexbox/Grid or Tailwind CSS) and responsive media queries to ensure the navbar looks polished and professional across various devices.
AI Summary: Create a custom 404 page for the Skilltrade Next.js application that maintains visual consistency with the existing website design. This involves designing the layout and content of the 404 page, ensuring it's responsive and user-friendly.
AI Summary: Improve the UI/UX of an existing logout modal in a Next.js application. The task involves redesigning the modal to adhere to standard design principles, changing the logout button to red with black text. This requires familiarity with CSS styling within a Next.js project.
AI Summary: The task involves modifying the Skilltrade application's Navbar to make the logo clickable and redirect to the homepage. This likely requires updating the logo's HTML element to include a link to the homepage route, potentially using Next.js's Link component.
AI Summary: Add spacing between the body and footer of the contact page in the Skilltrade web application. This involves modifying the CSS or styling of the page to introduce a margin or padding between these two sections. The provided screenshot shows the current layout issue.
AI Summary: Improve the README.md file of the Skilltrade project by enhancing its formatting, adding emojis/icons for better readability, simplifying the installation steps, fixing minor grammar/spelling issues, and optionally adding a contributing section and better headings. This involves making the documentation clearer and more user-friendly for developers.