Skip to content

Commit 075bbc2

Browse files
committed
remove the attribution app since it was just a hackathon test, reduces complexity
1 parent 4212c4c commit 075bbc2

File tree

3 files changed

+1
-182
lines changed

3 files changed

+1
-182
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Sanity Market](https://sanity.market) - E-Commerce Monorepo
22

3-
> **This is Running Live in Production:** Built with **Sanity**, **Shopify Hydrogen**, **Sanity Functions**, and **Sanity SDK Apps**. This monorepo provides a complete headless commerce solution with advanced content management, real-time notifications, attribution tracking, and automated marketing campaigns.
3+
> **This is Running Live in Production:** Built with **Sanity**, **Shopify Hydrogen**, **Sanity Functions**, and **Sanity SDK Apps**. This monorepo provides a complete headless commerce solution with advanced content management, real-time notifications, and automated marketing campaigns.
44
55
![Sanity Market Screenshot](website.png)
66
View the live [Sanity Market](https://sanity.market)
@@ -24,7 +24,6 @@ swag-store/
2424
├── functions/ # Sanity Functions (serverless)
2525
├── sanity-apps/ # Custom Sanity SDK Apps
2626
│ ├── notifications/ # Notification management app
27-
│ └── attribution/ # Attribution tracking app
2827
├── data/ # Sample data and fixtures
2928
└── docs/ # Documentation and guides
3029
```
@@ -212,25 +211,6 @@ cd sanity-apps/notifications
212211
pnpm dev
213212
```
214213

215-
### Attribution App
216-
217-
**Purpose**: E-commerce attribution tracking and campaign analytics
218-
219-
This was created during a hackathon and is not a fully built/robust application.
220-
221-
**Features**:
222-
- Order tracking and attribution analysis
223-
- Campaign performance monitoring
224-
- Revenue analytics and reporting
225-
- UTM parameter management
226-
- Product performance insights
227-
228-
**Usage**:
229-
```bash
230-
cd sanity-apps/attribution
231-
pnpm dev
232-
```
233-
234214
## 🔧 Configuration
235215

236216
### Environment Variables

sanity-apps/attribution/.sanity/runtime/app.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

sanity-apps/attribution/.sanity/runtime/index.html

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)