Skip to content

Commit

Permalink
Merge pull request #110 from CSSE6400/86
Browse files Browse the repository at this point in the history
commiting some adrs
  • Loading branch information
86LAK authored May 26, 2024
2 parents 319ed83 + c1ad179 commit 1198d56
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 1198d56

Please sign in to comment.