aiku-ai / AiKu

AiKu is life.
https://aiku.netlify.app/
6 stars 2 forks source link

Activity Tracking API #38

Open danwritecode opened 1 year ago

danwritecode commented 1 year ago

There is already a DB table for tracking activity but no API's or UI functionality built to track this.

adragione commented 1 year ago

Current plan:

  1. Stand up Matomo server to act as our analytics platform
  2. Build new api/event endpoint in backend-for-frontend TS code to POST to Matomo
  3. Configure middleware to trigger new event API on every route change