kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Create functions to track the pages that users have viewed. #655

Open kan-qi opened 3 years ago

kan-qi commented 3 years ago

For the different pages that we have, track the following information:

  1. userid (if they are logged in).
  2. ip address
  3. create a id for each page.
  4. keep the dwelling time for each page
  5. save the data into a database

extract information about users location based on IP.

You are open to use any frameworks that can help you to achieve this.