You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RAD dashboard has some charts to track a person's engagement with the praise system over time.
However, the only data included in the exported csv to identify the user's is their discord name, which can be changed at any time.
Ideally we would include the user._id in the exported csv, to track the human behind the discord account, but currently anyone can create a user without having an associated discord account.
Since all praise given are between useraccounts on a platform, it makes sense to just include the useraccount._id for the giver and receiver in the exported csv.
However as we add other platforms (telegram), it may become more important to include the user._id, so we can analyze a person's engagement across platforms.
The text was updated successfully, but these errors were encountered:
The RAD dashboard has some charts to track a person's engagement with the praise system over time.
However, the only data included in the exported csv to identify the user's is their discord name, which can be changed at any time.
Ideally we would include the
user._id
in the exported csv, to track the human behind the discord account, but currently anyone can create a user without having an associated discord account.Since all praise given are between useraccounts on a platform, it makes sense to just include the useraccount._id for the giver and receiver in the exported csv.
However as we add other platforms (telegram), it may become more important to include the user._id, so we can analyze a person's engagement across platforms.
The text was updated successfully, but these errors were encountered: