Commit Graph

6 Commits

Author SHA1 Message Date
786e757458 feat: add click event detection and storage to EventView handler
Introduce a new `click_fields` list alongside existing document fields, implement `is_click_record` method to identify click events by checking for 'click' event type, and extend `get_record` to extract click-specific fields. In the `post` method, route click records to a new 'click' collection with associated visit_id, enabling separate storage and analysis of click interactions distinct from document and general event records.
2025-01-02 18:59:59 +00:00
a0077ee13f feat: replace session_id with ip for session lookup and add scroll/mouse event fields to JS tracker 2025-01-02 18:54:24 +00:00
ad124188de fix: correct console_scripts entry point names and replace placeholder bot logic with aiohttp web server 2025-01-02 18:28:33 +00:00
865bdc9a05 chore: remove booehbot matrix client and add aiohttp web app scaffold with session views 2025-01-02 17:43:04 +00:00
3c176c7e14 chore: rename project from boeh to metriki and update entry points and dependencies 2025-01-02 16:21:56 +00:00
05cba47325 feat: scaffold boeh matrix bot with async client, env secrets, and makefile build pipeline 2025-01-02 16:17:17 +00:00