vault backup: 2025-01-09 10:06:15
This commit is contained in:
58
.obsidian/workspace.json
vendored
58
.obsidian/workspace.json
vendored
@@ -480,20 +480,6 @@
|
||||
"id": "f6ff4afb4e8ba814",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "c913626684654e11",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Software Project Survival Guide by Steve McConnell"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "544c191c70991f74",
|
||||
"type": "leaf",
|
||||
@@ -508,12 +494,11 @@
|
||||
"title": "Jira Tutorial"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical",
|
||||
"x": 1680,
|
||||
"x": 1681,
|
||||
"y": 958,
|
||||
"width": 1680,
|
||||
"height": 932,
|
||||
@@ -552,17 +537,50 @@
|
||||
"height": 1865,
|
||||
"maximize": false,
|
||||
"zoom": 0
|
||||
},
|
||||
{
|
||||
"id": "168e421b48ce0fdc",
|
||||
"type": "window",
|
||||
"children": [
|
||||
{
|
||||
"id": "11477e9d8089aee8",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "c913626684654e11",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Software Project Survival Guide by Steve McConnell"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical",
|
||||
"x": 1120,
|
||||
"y": 25,
|
||||
"width": 1120,
|
||||
"height": 1865,
|
||||
"maximize": false,
|
||||
"zoom": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"active": "544c191c70991f74",
|
||||
"active": "099e70abcaed9195",
|
||||
"lastOpenFiles": [
|
||||
"5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md",
|
||||
"Temporary/Jira Tutorial.md",
|
||||
"5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md",
|
||||
"0 Journal/Meetings/Vidit Update - 8.1.24.md",
|
||||
"Attachments/Pasted image 20250108160308.png",
|
||||
"Attachments/Pasted image 20250108160138.png",
|
||||
"Attachments/Pasted image 20250108155841.png",
|
||||
"0 Journal/Meetings/Vidit Update - 8.1.24.md",
|
||||
"Attachments/Pasted image 20250108151953.png",
|
||||
"Attachments/Pasted image 20250108110043.png",
|
||||
"Temporary/Vidit Update - 8.1.24.md",
|
||||
|
||||
@@ -51,6 +51,7 @@ more boards planned:
|
||||
|
||||
### Wiring Harness
|
||||
- Teensy: on side, throughhole
|
||||
- Needs SD-card
|
||||
- IMU: off the shelf instead of mounted. onboard. connectors
|
||||
- uart and I2C are exposed for debugging
|
||||
- improved routing
|
||||
|
||||
@@ -358,6 +358,10 @@ Change control only works if all parties accept the decision of the change contr
|
||||
> - 👍🏼 The change board has the project team evaluate changes in batches so that the team is not distracted by a constant barrage of change requests.
|
||||
|
||||
|
||||
### Preliminary Planning
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
@@ -10,4 +10,17 @@ tags:
|
||||
## Team Managed vs Company Managed
|
||||
Always do company managed project
|
||||
|
||||
- Company Managed Software Project: this is what you want.
|
||||
- Company Managed Software Project: this is what you want.
|
||||
|
||||
---
|
||||
- never have an issue in 2 different sprints because it will combine the 2 into 1
|
||||
|
||||
---
|
||||
- An epic is 2 or more weeks
|
||||
- Use epics to plan out long term
|
||||
- use stories for the things that actually need to be done
|
||||
---
|
||||
### Views
|
||||
- Use Roadmap View to create the stories
|
||||
- In the backlog you don't see the epics, you only see the stories
|
||||
- In the backlog is control center: strategize, what do we need to do? Move stories up and down for priorities
|
||||
Reference in New Issue
Block a user