diff --git a/model/adrs/ADR001_Authentication.md b/model/adrs/ADR001_AUTHENTICATION.md similarity index 100% rename from model/adrs/ADR001_Authentication.md rename to model/adrs/ADR001_AUTHENTICATION.md diff --git a/model/adrs/ADR004_INTEGRATION_TESTS_WITH_DB b/model/adrs/ADR004_INTEGRATION_TESTS_WITH_DB index b5f8354..8a40880 100644 --- a/model/adrs/ADR004_INTEGRATION_TESTS_WITH_DB +++ b/model/adrs/ADR004_INTEGRATION_TESTS_WITH_DB @@ -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. diff --git a/model/adrs/ADR005_USER_ROLES b/model/adrs/ADR005_USER_ROLES new file mode 100644 index 0000000..41993bf --- /dev/null +++ b/model/adrs/ADR005_USER_ROLES @@ -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 diff --git a/model/adrs/ADR006_LOAD_BALANCERS b/model/adrs/ADR006_LOAD_BALANCERS new file mode 100644 index 0000000..3b4fc1a --- /dev/null +++ b/model/adrs/ADR006_LOAD_BALANCERS @@ -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. \ No newline at end of file