From 88756a4fd186054166d6ebf310743c9ca5d6eebf Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Wed, 10 Aug 2022 15:39:06 +0300 Subject: [PATCH] Change status of decision to approved Signed-off-by: Janne Savolainen --- .../decisions/0001-organizing-code-under-features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/architecture/decisions/0001-organizing-code-under-features.md b/docs/architecture/decisions/0001-organizing-code-under-features.md index e06750b04c..71d1fe0bda 100644 --- a/docs/architecture/decisions/0001-organizing-code-under-features.md +++ b/docs/architecture/decisions/0001-organizing-code-under-features.md @@ -6,6 +6,8 @@ Date: 2022-07-11 2022-07-11 proposed +2022-08-10 accepted + ## Context Previously we have organized code under `main`, `renderer` and `common` top level directories. It means that given a feature which has code that needs to run in both environments, we had to split the feature in three different directories.