From 6cb667493e9766f62fb83ff08f9aa7bfc25453ab Mon Sep 17 00:00:00 2001 From: Life220 Date: Fri, 22 May 2026 06:53:35 +0200 Subject: [PATCH] Readme updates --- .github/docs/Brand-Style.md | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/docs/Brand-Style.md b/.github/docs/Brand-Style.md index 7b4075bb..300d41af 100644 --- a/.github/docs/Brand-Style.md +++ b/.github/docs/Brand-Style.md @@ -1,4 +1,4 @@ -# 4.2.1 Brand Style +# Brand Style The brand style defines the visual identity of Vantage Point and ensures a consistent, professional appearance across all interfaces. This document reflects what is **implemented in the codebase** today (`frontend/src`), not aspirational guidelines. diff --git a/README.md b/README.md index bcc2c6aa..e31f86ac 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,10 @@ To ensure a stable and collaborative development workflow, the following strateg ## Documentation - **[Project Board](https://github.com/orgs/COS301-SE-2026/projects/32/views/6)** - Sprint planning and task tracking -- **[Setup Guide](.github/docs/SETUP.md)** - Initial project setup and dependencies +- **[Setup Guide](.github/docs/Setup.md)** - Initial project setup and dependencies - **[Dev Quickstart](.github/docs/Dev-Quickstart.md)** - Seed database, run backend/frontend, sign in as test user -- **[Backend Development Guide](.github/docs/BACKEND_DEV.md)** - Backend setup, testing, API development, code quality -- **[Frontend Development Guide](.github/docs/FRONTEND_DEV.md)** - Frontend setup, components, styling, testing +- **[Backend Development Guide](.github/docs/Backend-Development-Guide.md)** - Backend setup, testing, API development, code quality +- **[Frontend Development Guide](.github/docs/Frontend-Development-Guide.md)** - Frontend setup, components, styling, testing - **[CI/CD Documentation](.github/docs/CICD.md)** - GitHub Actions workflows, automated testing, deployment pipeline -- **[SCRUM & Sprint Planning](.github/docs/SCRUM_SETUP.md)** - Sprint roadmap, ceremonies, backlog, velocity tracking +- **[SCRUM & Sprint Planning](.github/docs/Scrum-Setup.md)** - Sprint roadmap, ceremonies, backlog, velocity tracking +- **[Brand Style Guide](.github/docs/Brand-Style.md)** - Brand style guide for consistent UI/UX across the application