Life ConnectLife Connect
Wiki index
Architecture
Services
Concepts
Runbooks
Infra
Swagger Docs
GitHub
Wiki index
Architecture
Services
Concepts
Runbooks
Infra
Swagger Docs
GitHub
  • Backend (Java / Spring Boot)

    • adb
    • adb-persons
    • adb-parts
    • adb-contracts
    • adb-accounting
    • adb-files
    • adb-utilities
    • adb-aggregates
    • adb-views
    • adb-reports
  • Frontend

    • adb-ui
    • adb-web
  • Infrastructure & tooling

    • adb-charts
    • adb-infrastructure
    • adb-tests-artillery
    • adb-doc
  • External services (out-of-monorepo)

    • adb-tickets
    • adb-notes
    • adb-graph
Last updated 2026-05-08

adb-notes (deprecated)

AI-generated content

This document was generated by an AI assistant. Verify accuracy before relying on the details.

This service is dead — do not use it

adb-notes is not deployed, has no module in the monorepo, and has no active consumers. Its note-management features were merged into adb-tickets. All remaining references in adb-common are dead code and should be deleted.

adb-notes originally managed notes attached to business entities (persons, contracts, properties). It was deprecated when the feature was absorbed by adb-tickets during release R4. The module directory no longer exists. The only surviving artefacts are dead stubs in adb-common.

What still exists (and must be cleaned up)

ArtefactLocationAction
FQDN.NOTES enum constantadb/adb-common/…/client/FQDN.javaDelete the NOTES entry
NotesClient interfaceadb/adb-common/…/client/NotesClient.javaDelete the file
NotesClientImpladb/adb-common/…/client/impl/NotesClientImpl.javaDelete the file

FQDN.NOTES and NotesClient are not referenced anywhere in the monorepo outside their own declaration files — deletion is safe with no downstream impact.

Cleanup checklist

  • [ ] Delete FQDN.NOTES from adb/adb-common/…/client/FQDN.java
  • [ ] Delete adb/adb-common/…/client/NotesClient.java
  • [ ] Delete adb/adb-common/…/client/impl/NotesClientImpl.java
  • [ ] Verify no service imports NotesClient (grep -r NotesClient --include="*.java")
  • [ ] Remove this page from the doc index once the cleanup PR merges
Edit this page
Last Updated:
Contributors: Yevhenii Khudolii
Prev
adb-tickets
Next
adb-graph