Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Nov 8, 2023
1 parent 7d2cc7d commit f8a863a
Showing 1 changed file with 48 additions and 22 deletions.
70 changes: 48 additions & 22 deletions src/main/jbake/content/architecture-decision-principles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,55 +98,81 @@ details.

=== Usability

39. Easy of Use
User interfaces will be as simple and intuitive as
possible.
[cols="1,2,6"]
|===
|Id|Name|Description

43. Consistent Navigation
Content and navigation will be consistent.
|U1
|39. Easy of Use
|User interfaces will be as simple and intuitive as
possible.

44. Predictable Interface
User actions should have predicable results.
|U2
|43. Consistent Navigation
|Content and navigation will be consistent.

|U3
|44. Predictable Interface
|User actions should have predicable results.
|===



=== Process

49. Continuous Improvement
Processes will be designed from the ground up to
[cols="1,2,6"]
|===
|Id|Name|Description

|P1
|49. Continuous Improvement
|Processes will be designed from the ground up to
support continuous improvement.

|===

=== Business

56. Response to Customers
Customer requests will be addressed in a timely
[cols="1,2,6"]
|===
|Id|Name|Description

|B1
|56. Response to Customers
|Customer requests will be addressed in a timely
manner.

62. Quality First
Honest errors are not punished and stopping to fix
|B2
|62. Quality First
|Honest errors are not punished and stopping to fix
problems is encouraged.

|===

=== Applications

67. Platform Independent, Open Standards
Applications that support open standards are
preferred.
[cols="1,2,6"]
|===
|Id|Name|Description

|A1
|67. Platform Independent, Open Standards
|Applications that support open standards are
preferred.

78. Minimum Feature Set
Features add complexity and should be kept to a
|A2
|78. Minimum Feature Set
|Features add complexity and should be kept to a
minimum (avoid bells and whistles and systematic
handling of improbable exceptions).


80. Bleeding Edge
Experimental or early release technologies will not
|A3
|80. Bleeding Edge
|Experimental or early release technologies will not
be used unless they are critical to competitive
advantage.


|===


== Key drivers for technical decisions
Expand Down

0 comments on commit f8a863a

Please sign in to comment.