1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
appwrite/tests
Steven Nguyen 2befa60350
Track a user's last activity
A user will have an accessedAt timestamp that will update at most once
per day if they make some API call. This timestamp can then be used
find active users and calculate daily, weekly, and monthly active users.

To ensure consistent updates to the user the $user from the resource
is always updated to the user making the request, including requests
like Create Account, Update Team Membership Status, and Create Phone
Session (confirmation). This ensures the shutdown can update the
accessedAt timestamp if there was a $user set.
2023-07-19 22:22:58 -07:00
..
benchmarks Add account benchmarks 2022-07-20 01:30:01 +12:00
e2e Track a user's last activity 2023-07-19 22:22:58 -07:00
extensions fix lint error 2023-02-13 06:26:36 +00:00
resources chore(tests): update .env 2022-10-17 16:01:28 +05:30
unit Merge pull request #5743 from appwrite/feature-restrict-project-id-chars 2023-07-18 18:06:01 +03:00