Open Issues Need Help
View All on GitHub Create QA environment and host it online about 1 month ago
AI Summary: This issue involves setting up a Quality Assurance (QA) environment for a project. It requires creating a PostgreSQL database using Supabase, configuring the .NET API's connection string, and then deploying both the API (to Render) and the React frontend (to Vercel). Finally, CORS and environment variables need to be configured, and GitHub Actions CI/CD should be implemented.
Complexity:
3/5
enhancement good first issue
CI Pipeline not running on commit and new Pull Request about 2 months ago
AI Summary: The CI pipeline is not triggering automatically for new commits or pull requests. The expected behavior is for the pipeline to run on every commit and PR to validate and build the slnx file.
Complexity:
2/5
bug good first issue