From d697de0630800de9542c7088dc00855e9e023c02 Mon Sep 17 00:00:00 2001 From: RandithaK Date: Sat, 11 Oct 2025 12:47:33 +0530 Subject: [PATCH] docs: Add build status badges for all services in README.md for improved CI visibility --- README.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ee6af1f..75265f1 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,37 @@ # đŸ› ī¸ Service & Project Management Service +## đŸšĻ Build Status + +**main** + [![Build and Test Project Service](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml/badge.svg)](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml) +**dev** + +[![Build and Test Project Service](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml/badge.svg?branch=dev)](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml) + This microservice is the core operational hub, managing the lifecycle of both standard services and custom modification projects. **Assigned Team:** Randitha, Aditha ### đŸŽ¯ Key Responsibilities -- **Standard Services:** Track progress, status, work notes, and photos for jobs originating from appointments. -- **Custom Projects:** Manage modification requests, quote submissions, and the quote approval/rejection process. -- Trigger the invoicing process upon job completion. +- **Standard Services:** Track progress, status, work notes, and photos for jobs originating from appointments. +- **Custom Projects:** Manage modification requests, quote submissions, and the quote approval/rejection process. +- Trigger the invoicing process upon job completion. ### âš™ī¸ Tech Stack -- **Framework:** Java / Spring Boot -- **Database:** PostgreSQL -- **Security:** Spring Security (consumes JWTs) +![Spring Boot](https://img.shields.io/badge/Spring_Boot-6DB33F?style=for-the-badge&logo=spring-boot&logoColor=white) ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?style=for-the-badge&logo=postgresql&logoColor=white) ![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white) + +- **Framework:** Java / Spring Boot +- **Database:** PostgreSQL +- **Security:** Spring Security (consumes JWTs) ### â„šī¸ API Information -- **Local Port:** `8084` -- **Swagger UI:** [http://localhost:8084/swagger-ui.html](http://localhost:8084/swagger-ui.html) +- **Local Port:** `8084` +- **Swagger UI:** [http://localhost:8084/swagger-ui.html](http://localhost:8084/swagger-ui.html) ### 🚀 Running Locally @@ -29,4 +39,5 @@ This service is designed to be run as part of the main `docker-compose` setup fr ```bash # From the root of the TechTorque-2025 project -docker-compose up --build project-service \ No newline at end of file +docker-compose up --build project-service +```