-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# ADR004 | ||
## Inegration Testing | ||
|
||
## Integration Testing | ||
|
||
This ADR was the decision | ||
Allowing the test container to verify changes made through the backend by directly communicating with the DB. | ||
|
||
## Options | ||
|
||
- Add options here | ||
|
||
## Outcome | ||
|
||
Better test coverage and validation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ADR005 | ||
|
||
## User Roles | ||
|
||
Authenticate user actions - don't want users editing or deleting content of other users. | ||
|
||
## Options | ||
|
||
- Add options here | ||
|
||
## Outcome |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# ADR006 | ||
|
||
## Load Balancer | ||
|
||
putting lb in front of backend. allows availability. | ||
|
||
## Options | ||
|
||
- Add options here | ||
|
||
## Outcome | ||
|
||
our layered architecture is more available. |