-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track Active Users in Database #17
Comments
Hi @Vicbi , Sounds like an interesting feature. However, I had a few questions, regarding the input FHIR data. Would it be possible to receive access to a sample Firestore DB or more data to understand better and cover edge cases? I also noticed there is |
Hi @ArnavS59, thanks for reaching out! You’re right—there are only few data points in the |
Hi @Vicbi @PSchmiedmayer , I created a PR for it in |
Problem
Currently, the SpeziDataPipelineTemplate lacks functionality to monitor the active users in the database. There is no mechanism to detect when each user last connected or interacted with the system. This limitation makes it challenging to understand user engagement and activity patterns.
Solution
Implement a new feature in the
SpeziDataPipelineTemplate
to track the last activity date of each user in the database. This feature will work as follows:UserId
andLastActivityDate
.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: