2 Open Issues Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a REST API endpoint (PUT or PATCH) to update existing account details in a Flask microservice. The endpoint should handle both partial and full updates, return appropriate HTTP status codes (e.g., 200 OK for success, 404 Not Found if the account doesn't exist), and maintain 95% test coverage using Test-Driven Development (TDD).

Complexity: 3/5
enhancement help wanted

AI Summary: Set up a development environment for a DevOps Capstone project using a provided template. This involves sourcing a setup script to install Python 3.9, create a virtual environment, and install project dependencies. The setup script also starts a Postgres Docker container. Familiarity with the command line and basic understanding of Docker and virtual environments is assumed.

Complexity: 3/5
enhancement help wanted technical debt