Migrate repository
This commit is contained in:
parent
f57a5e5d6a
commit
c4d50f1e78
5 changed files with 109 additions and 0 deletions
43
PID-example.md
Normal file
43
PID-example.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Project Initiation Document
|
||||
|
||||
## Project: Align projects across devices
|
||||
|
||||
### Objectives
|
||||
|
||||
Easier capturing of project ideas and access to existing project documentation on the fly. Best tools and storage locations decided and frameworks built around it all to make the workflow work.
|
||||
|
||||
### In scope
|
||||
|
||||
- Workflows on Linux and Android to **initiate** projects
|
||||
- Creation of project folder and PID document
|
||||
- Python coding
|
||||
- Determining suitable Android coding - consider Automate and Tasker, and/or Obsidian plugins if needed
|
||||
- Update PID template as needed. Use this project as a first-run test case.
|
||||
|
||||
### Out of scope
|
||||
|
||||
- Building an app
|
||||
- Archiving projects
|
||||
- Reporting of projects
|
||||
- Anything to do with undertaking projects
|
||||
|
||||
### Outcomes
|
||||
|
||||
- [x] Single button on Android to start project creation process
|
||||
- [x] Folders adhere to YYYYMMDD-lower-case-slug format
|
||||
- [x] All files and folders synced across devices
|
||||
- [x] Python scripting only on the Linux side
|
||||
- [x] PID opens in Obsidian (mobile)
|
||||
- [x] PID opens in Helix (Linux)
|
||||
- [ ] Any code uploaded to dedicated Codeberg repo
|
||||
|
||||
### Resources
|
||||
|
||||
- [Automate by LlamaLab](https://llamalab.com/automate/doc/index.html)
|
||||
|
||||
### Next actions
|
||||
|
||||
- [x] Move PID template to vault folder and update create_project.py ✅ 2025-05-06
|
||||
- [x] Create an Obsidian workflow that replicates create_project.py
|
||||
- [ ] Update PID template to split "Scope" headings to "In scope" and "Out of scope"
|
||||
- [ ] Update PID template to include list and TODO placeholders under respective headings
|
||||
Loading…
Add table
Add a link
Reference in a new issue