Open Issues Need Help
View All on GitHubAI Summary: Set up a MongoDB connection for the PitchNest application. This involves configuring the connection string in a `.env.example` file, implementing the connection logic in the backend (Node.js/Express.js), and verifying successful connection with a log message and a screenshot of the terminal output. The task requires familiarity with MongoDB, Node.js, and environment variable management.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: The task involves creating a reusable React component for displaying testimonials. This component will encapsulate the existing testimonial section's code from the homepage, maintaining its current styling. The goal is to improve code organization and reusability without altering the visual appearance.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: The task involves creating a separate reusable component for the existing footer in a Next.js application. This component should be styled identically to the current footer, requiring only refactoring of the existing footer code into a new component file. No changes to the footer's visual style are needed.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: The task involves creating a separate React component to encapsulate the existing main section of the PitchNest homepage. This component should be created without altering the existing styling or functionality of the main section. The goal is to improve code organization and maintainability.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: Refactor the codebase of a Next.js application, moving all relevant files into a properly structured `src/app` directory, updating import statements as needed to maintain functionality. The goal is to improve code organization and maintainability without introducing bugs.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: Add social media links (X, Telegram, GitHub) to the footer of the PitchNest web application. This involves creating links to the specified X (Twitter), Telegram, and GitHub accounts and styling them appropriately within the existing footer design, ensuring consistency with the Figma design.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: Design a dark mode for the PitchNest landing page in Figma, including a toggle button for switching between light and dark modes. The design should be modern and visually appealing. A Figma file needs to be created and shared.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: Implement a dark mode for the existing landing page of the PitchNest application, ensuring it precisely matches a provided Figma design. This task is dependent on the completion of another issue (#1). The implementation should include testing to prevent regressions and a clear commit message.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: Create a `SETUP.md` file with detailed instructions on cloning the PitchNest repository, installing dependencies using npm, yarn, or pnpm, and running the project locally in development and build modes.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: Update the README.md file of the PitchNest project by adding a logo (obtained from a Telegram contact), build instructions, and a Telegram link. This involves obtaining the logo asset, incorporating it into the README, and verifying the updated README renders correctly.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: The task involves extracting the existing navbar code from a Next.js application's homepage and refactoring it into a separate, reusable component. This should be done without altering the navbar's current styling. The new component will then replace the existing navbar code on the homepage.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: Create a CONTRIBUTING.md file for the PitchNest project, outlining the steps for contributors to follow when submitting contributions. This includes forking the repository, creating a branch, implementing changes, testing, and submitting a pull request.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.
AI Summary: The task involves updating the PitchNest web application's logo in both the navbar and footer sections. This requires obtaining the new logo file from a specified Telegram contact, integrating it into the existing Next.js frontend codebase, and ensuring the logo displays correctly in both locations without introducing any regressions.
PitchNest is a platform that connects startup founders and investors through profile discovery and real-time video interaction.