Skip to content

Commit

Permalink
commiting some adrs
Browse files Browse the repository at this point in the history
  • Loading branch information
86LAK committed May 26, 2024
1 parent 218a82f commit c1ad179
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
File renamed without changes.
7 changes: 6 additions & 1 deletion model/adrs/ADR004_INTEGRATION_TESTS_WITH_DB
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.
11 changes: 11 additions & 0 deletions model/adrs/ADR005_USER_ROLES
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
13 changes: 13 additions & 0 deletions model/adrs/ADR006_LOAD_BALANCERS
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.

0 comments on commit c1ad179

Please sign in to comment.