From 8a228a619d03503d2f29134eb4235022f82f857a Mon Sep 17 00:00:00 2001 From: "./root" Date: Sat, 19 Oct 2024 10:03:33 +0200 Subject: [PATCH] rename project to doko --- README.md | 16 ++++++++-------- app/build.gradle.kts | 4 ++-- docs/Ideas.md | 9 +++++++++ docs/atoms.md | 0 docs/buildlogic.md | 1 - docs/chaiArchitecture.md | 1 - docs/chaiLinter.md | 1 - docs/components.md | 0 docs/whyDesignSystems.md | 6 ------ 9 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 docs/Ideas.md delete mode 100644 docs/atoms.md delete mode 100644 docs/buildlogic.md delete mode 100644 docs/chaiArchitecture.md delete mode 100644 docs/chaiLinter.md delete mode 100644 docs/components.md delete mode 100644 docs/whyDesignSystems.md diff --git a/README.md b/README.md index d203da2..d165c23 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,8 @@ -

- - Chai Design Logo - +## doko -## dckeswag ---- droidconke marketplace - - ### Structure of doko The project is designed as: @@ -19,6 +12,13 @@ The project is designed as: - [ ] Architecture - [ ] Project Infrastructure setUp - [ ] Workflows +- [ ] 4 Apps in one: + - [ ] A shoppers App to shop for items + - [ ] A sellers App to sell items + - [ ] A delivery App to deliver items + - [ ] A payment App to pay for items + +- ## Contributing diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ca23558..62c33a4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,11 +4,11 @@ plugins { } android { - namespace = "com.droidconke.dckeswag" + namespace = "com.droidconke.doko" compileSdk = 33 defaultConfig { - applicationId = "com.droidconke.dckeswag" + applicationId = "com.droidconke.doko" minSdk = 26 targetSdk = 33 versionCode = 1 diff --git a/docs/Ideas.md b/docs/Ideas.md new file mode 100644 index 0000000..0698e0e --- /dev/null +++ b/docs/Ideas.md @@ -0,0 +1,9 @@ +# Just some ideas noted as development progresses + +- Have 2 Apps in one: + - A shoppers App to shop for items + - A sellers App to sell items + - A delivery App to deliver items + - A payment App to pay for items + +- Kotlin MultiPlatform? \ No newline at end of file diff --git a/docs/atoms.md b/docs/atoms.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/buildlogic.md b/docs/buildlogic.md deleted file mode 100644 index 81cad27..0000000 --- a/docs/buildlogic.md +++ /dev/null @@ -1 +0,0 @@ -# build Logic \ No newline at end of file diff --git a/docs/chaiArchitecture.md b/docs/chaiArchitecture.md deleted file mode 100644 index e204195..0000000 --- a/docs/chaiArchitecture.md +++ /dev/null @@ -1 +0,0 @@ -# Chai Architecture \ No newline at end of file diff --git a/docs/chaiLinter.md b/docs/chaiLinter.md deleted file mode 100644 index 65e650b..0000000 --- a/docs/chaiLinter.md +++ /dev/null @@ -1 +0,0 @@ -# Chai Linter \ No newline at end of file diff --git a/docs/components.md b/docs/components.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/whyDesignSystems.md b/docs/whyDesignSystems.md deleted file mode 100644 index 341e3fb..0000000 --- a/docs/whyDesignSystems.md +++ /dev/null @@ -1,6 +0,0 @@ -# Why Design Systems - -### Problem - - -### Possible Solutions \ No newline at end of file