From 10c457f31df79177db9d51fd397d3caec62ab6e1 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 3 Oct 2022 10:33:20 +0200 Subject: [PATCH] :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)