vault backup: 2023-11-08 09:45:54

This commit is contained in:
Alice 2023-11-08 09:45:54 +00:00
parent f15804088d
commit a45b54172b
2 changed files with 19 additions and 6 deletions

View file

@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "4a1s/MFES/PL - Aula 5.md", "file": "4a1s/RAS/Solution architecture.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -85,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "4a1s/MFES/PL - Aula 5.md", "file": "4a1s/RAS/Solution architecture.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "4a1s/MFES/PL - Aula 5.md", "file": "4a1s/RAS/Solution architecture.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -125,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "4a1s/MFES/PL - Aula 5.md" "file": "4a1s/RAS/Solution architecture.md"
} }
} }
}, },
@ -160,6 +160,8 @@
}, },
"active": "9853b375f7893cb9", "active": "9853b375f7893cb9",
"lastOpenFiles": [ "lastOpenFiles": [
"4a1s/MFES/PL - Aula 5.md",
"4a1s/RAS/Solution architecture.md",
"4a1s/MFES/PL - Aula 7.md", "4a1s/MFES/PL - Aula 7.md",
"4a1s/MFES/PL - Aula 6.md", "4a1s/MFES/PL - Aula 6.md",
"4a1s/DAA/PL - Aula 1.md", "4a1s/DAA/PL - Aula 1.md",
@ -167,7 +169,6 @@
"Excalidraw/doodles.excalidraw.md", "Excalidraw/doodles.excalidraw.md",
"My Digital Garden.md", "My Digital Garden.md",
"4a1s/MFES/T - Aula 2.md", "4a1s/MFES/T - Aula 2.md",
"4a1s/MFES/PL - Aula 5.md",
"4a1s/MFES/PL - Aula 2.md", "4a1s/MFES/PL - Aula 2.md",
"4a1s/CP/PL - Aula 7.md", "4a1s/CP/PL - Aula 7.md",
"4a1s/CP/PL - Aula 6.md", "4a1s/CP/PL - Aula 6.md",
@ -194,7 +195,6 @@
"4a1s/RAS/T - Aula 2.md", "4a1s/RAS/T - Aula 2.md",
"4a1s/RAS/PL - Aula 3.md", "4a1s/RAS/PL - Aula 3.md",
"4a1s/RAS/PL - Aula 2.md", "4a1s/RAS/PL - Aula 2.md",
"4a1s/ASCN/T - Aula 3.md",
"Images/Pasted image 20231004115725.png", "Images/Pasted image 20231004115725.png",
"Images", "Images",
"4a1s/ESR", "4a1s/ESR",

View file

@ -0,0 +1,13 @@
Steps:
1. Analyze non functional requirements and identify the most relevant
2. Based on relevance create a priorized list of non functional requirements
3. Analyze architectural patterns and their characteristics
4. Identify the best suitable patterns by mapping patterns characteristics to be priorized non-functional requirements
Inputs:
1. Non functional requirements
2. Use cases
Outputs:
1. Decision on the architectural pattern to use
2. Design