From 5b3af97fc30b891d0d9f1dfcd28da0cb38a05121 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 3 Oct 2022 10:31:02 +0200 Subject: [PATCH 1/2] :lipstick: make example roadmap --- example_progress_roadmap.md | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 example_progress_roadmap.md diff --git a/example_progress_roadmap.md b/example_progress_roadmap.md new file mode 100644 index 0000000..006a578 --- /dev/null +++ b/example_progress_roadmap.md @@ -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 From 10c457f31df79177db9d51fd397d3caec62ab6e1 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 3 Oct 2022 10:33:20 +0200 Subject: [PATCH 2/2] :memo: add exercise roadmap --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad3bf3e..96f4598 100644 --- a/README.md +++ b/README.md @@ -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. * [repo roadmap](#roadmap) + * 🔴🟡🟢 [example process roadmap](example_progress_roadmap.md) * [gitmoji](#gitmoji-reference) * [planning](project_planning_contracting.md) * ideation / design (coming soon) @@ -13,7 +14,7 @@ This guide focuses on designing, developing ~~and delivering~~ Data-Processing S * Launch (coming soon) * Maintenance (coming soon) * [data management](data_storage.md) -* [tools](tools.md) (:construction: under construction :construction:) +* [tools](tools.md) :construction: * [philosophy](philosophy.md) * [scripts](scripts/) * [emoji_shortlist](scripts/emoji_shortlist.py)