Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commiting some adrs #110

Merged
merged 1 commit into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading