@@ -0,0 +1,14 @@
# Vibing application
## Data model
```mermaid
classDiagram
class Activity {
+String name
+Location location
+Int priceRange
+List~String~ tags
}
```
The note is not visible to the blocked user.