https://github.com/cloudfoundry/diego-notes
Diego Notes
https://github.com/cloudfoundry/diego-notes
Last synced: 12 months ago
JSON representation
Diego Notes
- Host: GitHub
- URL: https://github.com/cloudfoundry/diego-notes
- Owner: cloudfoundry
- License: apache-2.0
- Archived: true
- Created: 2014-12-05T22:57:56.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T15:12:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T22:41:29.097Z (about 1 year ago)
- Homepage:
- Size: 515 KB
- Stars: 23
- Watchers: 58
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Diego Notes
This folder contains development notes on Diego project.
- [adr](./adr) folder contains architectural decision records. See its
[README.md](./adr/README.md) for more information.
- [notes](./notes) folder contains an archived documentation related to
specific subject/story. The purpose of these documents is to get an idea of
the initial motivation and architectural decisions related to that topic at
that point of time. These documents have not been updated since the work on a
story has been finished and should not be treated as a source of truth of the
current state of system.
- [proposals](./proposals) folder contains documents that describe ideas and
solutions that could solve a particular problem.
If you would like to see a documentation on a specific topic please open an
issue in this repo.