Commit Graph

22 Commits

Author SHA1 Message Date
97df5b4c0a feat: add html editor for telegram messages 2025-12-15 19:44:56 +03:00
4a3dcc11d1 feat(pulse): implement reliable event tracking and delivery system
Implement comprehensive event tracking system for TeleCart Pulse that ensures
all user interactions and order events are reliably captured and delivered to
the analytics platform, even in case of network failures or service outages.

Business Value:
- Guaranteed event delivery: All events are stored in database before sending,
  ensuring no data loss even if SaaS service is temporarily unavailable
- Automatic retry mechanism: Failed events are automatically retried with
  configurable attempts, reducing manual intervention
- Real-time monitoring: Admin dashboard displays event statistics (pending,
  sent, failed) to track system health and delivery status
- Data integrity: Idempotency keys prevent duplicate events, ensuring accurate
  analytics and metrics
- Performance optimization: Statistics are cached for 1 hour to reduce database
  load while maintaining visibility

Key Features:
- Event queue system: Events are queued in database with status tracking
  (pending/sent/failed)
- Asynchronous processing: Events are sent via background tasks, not blocking
  user interactions
- Error tracking: Failed events include detailed error reasons for debugging
- Campaign tracking: Only events with valid campaign_id and tracking_id are
  stored, ensuring data quality
- Admin visibility: Statistics dashboard shows delivery status at a glance

This system ensures reliable data collection for campaign analytics, A/B testing,
and performance metrics, providing accurate insights for business decisions.
2025-12-08 00:29:33 +03:00
1f5ef4353d build: fix cache hash for admin 2025-12-08 00:29:33 +03:00
38668fb4a7 feat: image processing improve 2025-12-06 12:59:55 +03:00
116821a209 feat: show module version in admin 2025-12-04 22:16:23 +03:00
d6db083dea Implement PSR3 and PHP Monolog (#19)
* feat: install monolog composer lib
* feat: implement psr3 and monolog
* feat: display logs in frontend
* fix: tests
* build: update cicd to run tests for PR
* build: add phpcs to cicd
* refactor: fix phpcs problems
2025-11-17 15:00:54 +03:00
6176c720b1 feat: new settings and mainpage blocks 2025-11-12 20:32:10 +03:00
cd818d3356 feat: update admin page 2025-11-11 00:02:53 +03:00
3049bd3101 feat(slider): add slider feature 2025-11-02 14:51:23 +03:00
0cccc7e3d7 refactor: move spa to frontend folder 2025-11-02 14:42:27 +03:00
c3c0d6d2c1 feat(spa): show navbar with app logo and app name 2025-10-25 18:48:47 +03:00
016eeb445d fix: fix possible foreign error message on telecart page 2025-09-24 14:37:45 +03:00
9e4022f648 feat(categories): add options to select what categories to show on front page 2025-09-24 14:02:13 +03:00
51a8255dbe WIP 2025-08-16 21:54:12 +03:00
79c82c5109 WIP 2025-08-16 21:54:12 +03:00
d7df5a4b5c feat: add bot_token validation 2025-08-16 17:17:28 +03:00
1e80fdb2eb feat(admin): correct getting chat_id 2025-08-06 19:31:34 +03:00
b1ea169e2f feat: show tg app link 2025-08-05 22:09:07 +03:00
ef137729ac WIP 2025-08-05 21:53:39 +03:00
133badf45b feat(admin): update disclaimer text 2025-08-03 12:01:37 +03:00
Nikita Kiselev
14d42c6ecb feat(order): order default status and customer group 2025-08-03 10:20:14 +03:00
Nikita Kiselev
86d0fa9594 feat(orders): tg notifications, ya metrika, meta tags 2025-08-03 09:39:51 +03:00