Skip to content

Commit

Permalink
app: Update template-application-flask to version 0.4.0.post3.dev0+…
Browse files Browse the repository at this point in the history
…612ac3d
  • Loading branch information
nava-platform-bot committed Feb 28, 2025
1 parent 15e532b commit 8f3049e
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .template-application-flask/app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.4.0-2-g6434cac
_commit: v0.4.0-3-g612ac3d
_src_path: https://github.com/navapbc/template-application-flask
app_local_port: 8080
app_name: app
16 changes: 16 additions & 0 deletions docs/decisions/app/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Architectural Decision Log

This log lists the architectural decisions for the application.

<!-- adrlog -- Regenerate the content by using "adr-log -i". You can install it via "npm install -g adr-log" -->

* [ADR-0000](0000-use-markdown-architectural-decision-records.md) - Use Markdown Architectural Decision Records
* [ADR-0001](0001-connexion-replacement.md) - Connexion Alternatives Decision Record
* [ADR-0002](0002-use-typeddict-to-model-service-params.md) - Use TypedDict to model parameters to service methods
* [ADR-0003](0003-keep-generated-openapi-spec-to-source-control.md) - Keep generated OpenAPI YAML specification file in source control

<!-- adrlogstop -->

For new ADRs, please use [template.md](template.md) as a basis.
More information on MADR is available at <https://adr.github.io/madr/>.
General information about architectural decision records is available at <https://adr.github.io/>.
72 changes: 72 additions & 0 deletions docs/decisions/app/template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# [short title of solved problem and solution]

* Status: [proposed | rejected | accepted | deprecated | … | superseded by [ADR-0005](0005-example.md)] <!-- optional -->
* Deciders: [list everyone involved in the decision] <!-- optional -->
* Date: [YYYY-MM-DD when the decision was last updated] <!-- optional -->

Technical Story: [description | ticket/issue URL] <!-- optional -->

## Context and Problem Statement

[Describe the context and problem statement, e.g., in free form using two to three sentences. You may want to articulate the problem in the form of a question.]

## Decision Drivers <!-- optional -->

* [driver 1, e.g., a force, facing concern, …]
* [driver 2, e.g., a force, facing concern, …]
*<!-- numbers of drivers can vary -->

## Considered Options

* [option 1]
* [option 2]
* [option 3]
*<!-- numbers of options can vary -->

## Decision Outcome

Chosen option: "[option 1]", because [justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force force | … | comes out best (see below)].

### Positive Consequences <!-- optional -->

* [e.g., improvement of quality attribute satisfaction, follow-up decisions required, …]
*

### Negative Consequences <!-- optional -->

* [e.g., compromising quality attribute, follow-up decisions required, …]
*

## Pros and Cons of the Options <!-- optional -->

### [option 1]

[example | description | pointer to more information | …] <!-- optional -->

* Good, because [argument a]
* Good, because [argument b]
* Bad, because [argument c]
*<!-- numbers of pros and cons can vary -->

### [option 2]

[example | description | pointer to more information | …] <!-- optional -->

* Good, because [argument a]
* Good, because [argument b]
* Bad, because [argument c]
*<!-- numbers of pros and cons can vary -->

### [option 3]

[example | description | pointer to more information | …] <!-- optional -->

* Good, because [argument a]
* Good, because [argument b]
* Bad, because [argument c]
*<!-- numbers of pros and cons can vary -->

## Links <!-- optional -->

* [Link type] [Link to ADR] <!-- example: Refined by [ADR-0005](0005-example.md) -->
*<!-- numbers of links can vary -->
29 changes: 0 additions & 29 deletions docs/decisions/index.md

This file was deleted.

72 changes: 0 additions & 72 deletions docs/decisions/template.md

This file was deleted.

0 comments on commit 8f3049e

Please sign in to comment.