Models and custom classes to work across the Chattyverse
Project description
Chatty Analytics
Models and custom classes to work across the Chattyverse.
Lastest update: 2024-10-30
Architecture
Models
- Data containers with Pydantic validation
- No business logic
- Little to no functionality (for that, see Services)
- Used for:
- Request/response validation
- Database document mapping
- Cross-service data transfer
- Example:
Message
model
Services
- Contain all business logic
- Work with models
- Stateless
- Handle:
- Object creation (factories)
- Model specific functionality
- Example:
MessageFactory
- Create a
Message
from webhook data - Create a
Message
from an agent request to send it to a chat - Instantiate a
Message
from data base information - Create a
Message
from a Chatty Response
- Create a
Implementation Status
✅ Implemented
Models
- Base message models
- DBMessage: Database message model
- MessageRequest: It models the intent of a message to be sent to a chat, still not instantiated as ChattyMessage.
- BaseMessage (abstract)
- Subtypes: AudioMessage, DocumentMessage, ImageMessage, TextMessage, VideoMessage, etc.
- MetaNotificationJson: Models any notification from WhatsApp to the webhook
- MetaMessageJson: Models the speicifc Notification with a messages object
- MetaStatusJson: Models the specific Notification with a statuses object
- MetaErrorJson: Models the specific Notification with an errors object
- ChattyResponse: Models a list of pre-set responses in Chatty, that will be instantiated as a ChattyMessage when sent to a chat.
- Auth0 company registrarion form model
- Event models
- Metrics models
Services
MessageFactory
- Create a
Message
from webhook data - Create a
Message
from an agent request to send it to a chat - Instantiate a
Message
from data base information - Create a
Message
from a Chatty Response
- Create a
🚧 In Progress
- Chat and its modules and services
- Service layer completion
- Company Assets
Chatty Analytics is a proprietary tool developed by Axel Gualda and the Chatty Team. This software is for internal use only and is not licensed for distribution or use outside of authorized contexts.
Copyright (c) 2024 Axel Gualda. All Rights Reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
letschatty-0.1.88.tar.gz
(149.1 kB
view details)
Built Distribution
File details
Details for the file letschatty-0.1.88.tar.gz
.
File metadata
- Download URL: letschatty-0.1.88.tar.gz
- Upload date:
- Size: 149.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9be0eab5c1075b46f601ba2ea7254ae13777ac25498210400a955502283265c |
|
MD5 | 5755c30c7d52ad12cf81b92b9074b282 |
|
BLAKE2b-256 | 8661648661c1dc01fe8f06bbf079f1a67ba01e3288daafa4b421dc937df079e2 |
File details
Details for the file letschatty-0.1.88-py3-none-any.whl
.
File metadata
- Download URL: letschatty-0.1.88-py3-none-any.whl
- Upload date:
- Size: 60.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a36ae21ca6c58ba413cf93f6ae379379a833f26eaa0ab0789c8c8b10ca6ce162 |
|
MD5 | fdd6601c113ba065fecc0468f8f361d3 |
|
BLAKE2b-256 | 8218e4915a999e4206a865b0caf902f657e8038c67440100f6d28c5917e819ca |