umgc / fall2022

SWEN 670 Fall 2022 cohort
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Investigate technical approach for user activity tracking #229

Closed mdconatser closed 1 year ago

mdconatser commented 2 years ago

Customer wanted "immediate" feedback of user actions, but performing them as batch actions at least once per session would probably be preferable. May be able to use a third party library. May need to implement some kind of database (firebase?) for temporary storage until data is sent.

Document findings of approaches considered, and why they should be selected or excluded as we need this information in the TDD. Place findings in the documents as a draft, no need for extensive polishing within this task. Some content may be moved out later to the Programmers Guide.

Additionally, if implementation appears to be simple, developing a proof of concept (or locating an existing one built by someone else) would also be great for our next presentation.