5 Open Issues Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Configure GitHub Actions secrets with the AZURE_WEBAPP_PUBLISH_PROFILE obtained from the Azure portal to enable automated deployment of the Campo Maq webpage to the Azure Web App.

Complexity: 3/5
good first issue

Campo Maq webpage - React, NextJs and Azure based

AI Summary: Implement a GitHub Actions CI/CD workflow for the Campo Maq React/Next.js frontend application. The workflow should build the application on pushes to the `main` branch and include a deployment step (initially a placeholder is acceptable).

Complexity: 3/5
good first issue

Campo Maq webpage - React, NextJs and Azure based

Backend Setup about 2 months ago

AI Summary: Set up a backend service (FastAPI or Express.js) for the Campo Maq webpage, including a basic health check endpoint returning a JSON object and establishing a connection to a MongoDB database using a placeholder URI.

Complexity: 3/5
good first issue

Campo Maq webpage - React, NextJs and Azure based

AI Summary: Deploy the React/Next.js based Campo Maq webpage to an Azure Web App. This involves creating the Web App (if it doesn't exist), configuring the build command (`npm run build`), and deploying the built application using either manual deployment or GitHub Actions.

Complexity: 3/5
good first issue

Campo Maq webpage - React, NextJs and Azure based

AI Summary: Create a basic placeholder homepage for the Campo Maq website using React, Next.js, and deployed on Azure. The page should simply display a 'Coming Soon' message or the company name. The completed page should be pushed to GitHub and verified to be functional.

Complexity: 2/5
good first issue

Campo Maq webpage - React, NextJs and Azure based