✨ refactor: convert all DanceLessonsCoach mentions to kebab-case
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
## Context
|
||||
|
||||
The DanceLessonsCoach application currently uses SQLite with GORM for the user management system (ADR 0018), but since there are no existing users or production data, we can implement PostgreSQL directly as our primary database without migration concerns.
|
||||
The dance-lessons-coach application currently uses SQLite with GORM for the user management system (ADR 0018), but since there are no existing users or production data, we can implement PostgreSQL directly as our primary database without migration concerns.
|
||||
|
||||
### Current State
|
||||
- **Database:** SQLite (in-memory mode) - no persistent data
|
||||
@@ -96,7 +96,7 @@ CREATE TABLE greet_history (
|
||||
|
||||
#### Architecture Alignment
|
||||
|
||||
The PostgreSQL integration follows established DanceLessonsCoach patterns:
|
||||
The PostgreSQL integration follows established dance-lessons-coach patterns:
|
||||
|
||||
1. **Interface-based Design:**
|
||||
```go
|
||||
|
||||
Reference in New Issue
Block a user