Merge branch 'main' of github.com:DannyDannyDanny/methodology into main
This commit is contained in:
commit
b69aebf167
2 changed files with 46 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
This guide focuses on designing, developing ~~and delivering~~ Data-Processing Sytems, written primarily in python, deploying to Linux servers, optionally communicating with external interfaces (APIs or DBs). The repo is actively being updated; _bookmark_ :bookmark: it, leave a _Star_ :star: or _Watch_ :eye: the repo.
|
This guide focuses on designing, developing ~~and delivering~~ Data-Processing Sytems, written primarily in python, deploying to Linux servers, optionally communicating with external interfaces (APIs or DBs). The repo is actively being updated; _bookmark_ :bookmark: it, leave a _Star_ :star: or _Watch_ :eye: the repo.
|
||||||
|
|
||||||
* [repo roadmap](#roadmap)
|
* [repo roadmap](#roadmap)
|
||||||
|
* 🔴🟡🟢 [example process roadmap](example_progress_roadmap.md)
|
||||||
* [gitmoji](#gitmoji-reference)
|
* [gitmoji](#gitmoji-reference)
|
||||||
* [planning](project_planning_contracting.md)
|
* [planning](project_planning_contracting.md)
|
||||||
* ideation / design (coming soon)
|
* ideation / design (coming soon)
|
||||||
|
|
@ -13,7 +14,7 @@ This guide focuses on designing, developing ~~and delivering~~ Data-Processing S
|
||||||
* Launch (coming soon)
|
* Launch (coming soon)
|
||||||
* Maintenance (coming soon)
|
* Maintenance (coming soon)
|
||||||
* [data management](data_storage.md)
|
* [data management](data_storage.md)
|
||||||
* [tools](tools.md) (:construction: under construction :construction:)
|
* [tools](tools.md) :construction:
|
||||||
* [philosophy](philosophy.md)
|
* [philosophy](philosophy.md)
|
||||||
* [scripts](scripts/)
|
* [scripts](scripts/)
|
||||||
* [emoji_shortlist](scripts/emoji_shortlist.py)
|
* [emoji_shortlist](scripts/emoji_shortlist.py)
|
||||||
|
|
|
||||||
44
example_progress_roadmap.md
Normal file
44
example_progress_roadmap.md
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
## Datasets
|
||||||
|
|
||||||
|
Which datasets are in the cloud?
|
||||||
|
|
||||||
|
🔴 - dataset in cloud
|
||||||
|
🟡 - dataset migration in progress
|
||||||
|
🟢 - dataset entirely migrated
|
||||||
|
|
||||||
|
* Dataset1
|
||||||
|
* 🟢 Dataset2
|
||||||
|
* 🟢 Dataset 2
|
||||||
|
* 🟡 Dataset 3
|
||||||
|
* 🔴 Dataset 4
|
||||||
|
* 🔴 Dataset 5
|
||||||
|
* 🔴 Dataset 6
|
||||||
|
* 🔴 Dataset 7
|
||||||
|
|
||||||
|
## Projects
|
||||||
|
|
||||||
|
What projects are fully in the cloud?
|
||||||
|
|
||||||
|
🔴 - project not in cloud
|
||||||
|
🟡 - project migration in progress
|
||||||
|
🟢 - project entirely in cloud
|
||||||
|
|
||||||
|
* 🟢 Project 1
|
||||||
|
* 🟡 Project 2
|
||||||
|
* 🟡 Project 3
|
||||||
|
* 🔴 Project 4
|
||||||
|
* 🔴 Project 5
|
||||||
|
|
||||||
|
## Users
|
||||||
|
|
||||||
|
Who is in the cloud?
|
||||||
|
|
||||||
|
🔴 - no projects in cloud
|
||||||
|
🟡 - some projects in cloud
|
||||||
|
🟢 - all projects in cloud
|
||||||
|
|
||||||
|
* 🟢 User 1
|
||||||
|
* 🟢 User 2
|
||||||
|
* 🟡 User 3
|
||||||
|
* 🟡 User 4
|
||||||
|
* 🔴 User 5
|
||||||
Loading…
Add table
Add a link
Reference in a new issue