UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Add analytics for page views #563

Closed bcho892 closed 3 months ago

bcho892 commented 4 months ago

Is your feature request related to a problem? Please describe.

Make use of the fireAnalytics function exported from client\src\firebase.ts in format fireAnalytics("page_view", { page_title: "Password Reset" })

The pages that need this implemented:

BEFORE MERGING

bcho892 commented 3 months ago

Not needed with nextjs migration #592