Skip to content

Docs/improve documentation#126

Merged
f-s-h merged 6 commits into
mainfrom
docs/improve-documentation
Jul 10, 2026
Merged

Docs/improve documentation#126
f-s-h merged 6 commits into
mainfrom
docs/improve-documentation

Conversation

@raphael-frank

Copy link
Copy Markdown
Collaborator

I improved the documentation by splitting up details of the README into detail pages for some sections and updated content to the current version of the app.

system-architecture.md and its UML diagrams describe a 3-service, 4-role
early design that never tracked the system as it grew to 6 Spring services
plus GenAI; backlog.md is similarly frozen mid-project. Keeping them in
docs/outdated/ preserves the history without presenting them as current.
Previously a monolith that had accumulated deep operational detail
(Terraform variable lists, full secrets tables, per-metric breakdowns)
alongside the high-level overview a first-time reader actually needs.
Keeps every topic represented here at a useful summary depth, and moves
the detail that only an implementer needs into dedicated docs/ pages.
Per-service responsibilities, interface contracts (who calls whom, incl.
the genai->feedback and org/member->Keycloak-admin-API calls that weren't
documented anywhere), and the request/auth lifecycle for architecture;
Terraform/Ansible internals and the Azure-vs-Kubernetes environment split
for deployment. Both are prose-only by design, replacing the retired UML
diagrams rather than re-deriving new ones.
Full CI/CD job breakdown and the complete secrets/variables inventory
(including FORWARD_AUTH_COOKIE_SECRET, which wasn't documented anywhere
before) for cicd.md; full metrics table, dashboard panel breakdown, and
alert rule definitions for monitoring.md.
@raphael-frank
raphael-frank requested a review from f-s-h July 10, 2026 07:28
@raphael-frank raphael-frank self-assigned this Jul 10, 2026
@raphael-frank raphael-frank added the documentation Improvements or additions to documentation label Jul 10, 2026
@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@raphael-frank, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 37 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e0bf85b3-2149-4dcf-abdc-dd3558093efe

📥 Commits

Reviewing files that changed from the base of the PR and between bc18c6c and 0d6a742.

⛔ Files ignored due to path filters (3)
  • docs/outdated/SportsClub_Class_Diagram.png is excluded by !**/*.png
  • docs/outdated/SportsClub_Component_Diagram.png is excluded by !**/*.png
  • docs/outdated/SportsClub_Use_Case_Diagram.png is excluded by !**/*.png
📒 Files selected for processing (7)
  • README.md
  • docs/architecture.md
  • docs/cicd.md
  • docs/deployment.md
  • docs/monitoring.md
  • docs/outdated/backlog.md
  • docs/outdated/system-architecture.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/improve-documentation

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@f-s-h f-s-h left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@f-s-h
f-s-h merged commit 7cbd693 into main Jul 10, 2026
18 checks passed
@raphael-frank
raphael-frank deleted the docs/improve-documentation branch July 16, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants