Skip to content

Commit

Permalink
rename project to doko
Browse files Browse the repository at this point in the history
  • Loading branch information
tamzi committed Oct 19, 2024
1 parent dfc348c commit 8a228a6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
<p align="center">
<a href="https://github.com/droidconKE/droidconKE2022Android">
<img src="https://raw.githubusercontent.com/droidconKE/iconPack/master/images/chaicover.png" alt="Chai Design Logo" width=330 height=150>
</a>
## doko

## dckeswag
---
droidconke marketplace




### Structure of doko

The project is designed as:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/Ideas.md
Original file line number Diff line number Diff line change
@@ -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?
Empty file removed docs/atoms.md
Empty file.
1 change: 0 additions & 1 deletion docs/buildlogic.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/chaiArchitecture.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/chaiLinter.md

This file was deleted.

Empty file removed docs/components.md
Empty file.
6 changes: 0 additions & 6 deletions docs/whyDesignSystems.md

This file was deleted.

0 comments on commit 8a228a6

Please sign in to comment.