Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Mar 1, 2025
1 parent faca1c3 commit efcbee0
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 300/999/100/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# 100 - Customer Discovery

### NotePlan - Repository Pattern

```mermaid
classDiagram
class Client {
+createHypothesis()
+retrieveHypothesis()
+updateHypothesis()
}
class HypothesisRepository {
+save(hypothesis)
+findById(id)
+findAll()
+update(hypothesis)
}
class NotePlanStorage {
-connection
+saveToNotes(data)
+fetchFromNotes(query)
+updateNote(id, data)
}
Client --> HypothesisRepository
HypothesisRepository --> NotePlanStorage
```

### StoriesOnBoards - CQRS Pattern (Command Query Responsibility Segregation)

### Flowlu - Event-Driven Architecture

### ActivePieces - Pipes and Filters Pattern

### Visual Studio Code - Plugin Architecture Pattern

### GitHub - Gitflow Workflow Pattern

### Cursor.io - AI-Enhanced Middleware Pattern

## 100 - Define Your Vision and Hypotheses

See [README.md](./100/README.md)
Expand Down
4 changes: 4 additions & 0 deletions 300/999/200/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 200 - Customer Validation

### Flowlu CRM - Microservices Architecture

### ActivePieces - Observer Pattern

## 100 - Test Product Hypotheses

See [README.md](./100/README.md)
Expand Down
4 changes: 4 additions & 0 deletions 300/999/300/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 300 - Customer Creation

### ActivePieces (Marketing) - Publish-Subscribe Pattern

### Flowlu (Brand Marketing) - MVC Pattern

## 100 - Build Our Marketing and Sales Strategies

See [README.md](./100/README.md)
Expand Down
4 changes: 4 additions & 0 deletions 300/999/400/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 400 - Company Building

### Flowlu (Team Management) - Hexagonal Architecture

### GitHub (Technical Team) - CI/CD Pipeline Pattern

## 100 - Organize Internal Structures

See [README.md](./100/README.md)
Expand Down

0 comments on commit efcbee0

Please sign in to comment.