Skip to content

Commit

Permalink
Update ADR structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindew committed Jul 31, 2018
1 parent 5b0c908 commit 82be32f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/adr/0001-record-architecture-decisions.md
Expand Up @@ -2,10 +2,6 @@

Date: 2018-07-17

## Status

Accepted

## Context

We need to record the architectural decisions made on this project.
Expand All @@ -14,6 +10,10 @@ We need to record the architectural decisions made on this project.

We will use Architecture Decision Records, as described by Michael Nygard in this article: http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions

## Status

Accepted

## Consequences

See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's _adr-tools_ at https://github.com/npryce/adr-tools.
8 changes: 4 additions & 4 deletions docs/adr/0003-initial-domain-modelling.md
Expand Up @@ -2,10 +2,6 @@

Date: 2018-07-23

## Status

Accepted

## Context

Content Publisher is a new publishing application for GOV.UK that has the
Expand Down Expand Up @@ -105,6 +101,10 @@ We decided that:
schemaless data (JSON) rather than modelling each document type as a domain
object

## Status

Accepted

## Consequences

By taking a light touch to modelling now we will need to be cautious in how we
Expand Down

0 comments on commit 82be32f

Please sign in to comment.