1
0
Fork 0
mirror of synced 2024-08-03 20:42:09 +12:00
appwrite/tests/e2e/Services
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
..
Account Track a user's last activity 2023-07-19 22:22:58 -07:00
Avatars Add Tests 2022-09-05 11:21:04 +01:00
Console feat: console service 2023-03-31 17:14:59 +02:00
Databases Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
Functions Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
GraphQL Fix graphql upload test path 2023-05-30 19:41:06 +12:00
Health format files in app, src, tests 2022-05-23 14:54:50 +00:00
Locale removed commented codes 2023-05-11 06:49:27 +00:00
Projects Merge pull request #5199 from appwrite/feat-custom-smtp 2023-07-20 07:09:11 +03:00
Realtime Increase sleep 2023-06-15 17:40:36 +12:00
Storage Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
Teams Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
Users Add an endpoint to update user labels 2023-06-09 10:18:51 -07:00
Webhooks Track a user's last activity 2023-07-19 22:22:58 -07:00