Skip to content

Commit

Permalink
Merge pull request #82 from Arquisoft/63-fix-architecture-decisions
Browse files Browse the repository at this point in the history
Fixed architecture decisions in documentation
  • Loading branch information
orvizz authored Feb 28, 2025
2 parents 97addeb + 6371332 commit b872ac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ifndef::imagesdir[:imagesdir: ../images]
| ID | Decision | Rationale | Impacted Quality Attributes

| AD-001
| React with TypeScript frontend
| Type safety reduces runtime errors; aligns with team's prior coursework experience
| Maintainability, Usability
| React with JavaScript frontend
| Eliminates the overhead of type annotations and compilation; simplifies setup and iteration
| Maintainability, Usability, Flexibility

| AD-002
| Node.js/Express backend
Expand Down

0 comments on commit b872ac3

Please sign in to comment.