Based on changes/things I noticed when putting together the frontend-app-account repository.
33 lines
718 B
ReStructuredText
33 lines
718 B
ReStructuredText
1. Record Architecture Decisions
|
|
--------------------------------
|
|
|
|
Status
|
|
------
|
|
|
|
Accepted
|
|
|
|
Context
|
|
-------
|
|
|
|
We would like to keep a historical record on the architectural
|
|
decisions we make with this app as it evolves over time.
|
|
|
|
Decision
|
|
--------
|
|
|
|
We will use Architecture Decision Records, as described by
|
|
Michael Nygard in `Documenting Architecture Decisions`_
|
|
|
|
.. _Documenting Architecture Decisions: http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions
|
|
|
|
Consequences
|
|
------------
|
|
|
|
See Michael Nygard's article, linked above.
|
|
|
|
References
|
|
----------
|
|
|
|
* https://resources.sei.cmu.edu/asset_files/Presentation/2017_017_001_497746.pdf
|
|
* https://github.com/npryce/adr-tools/tree/master/doc/adr
|