Skip to content
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

Add additional data to participant export #429

Closed
Semir1212 opened this issue Oct 25, 2023 · 3 comments · Fixed by #431
Closed

Add additional data to participant export #429

Semir1212 opened this issue Oct 25, 2023 · 3 comments · Fixed by #431
Assignees

Comments

@Semir1212
Copy link
Contributor

Only for users with permission to "Manage users":

  • First name
  • Last name
  • Gender
  • City
  • Country
@yurabakhtin
Copy link
Collaborator

@Semir1212 @luke- We already had "First name" and "Last name" in previous version for all users even without permission "Manage users". If we hide the columns for users without permission then only single column "Participation Status" will be exported, for me it looks strange, so I just added new columns "Gender", "City" and "Conuntry" in the PR #429.

Now it works like this for users with the permission:

"First name","Last name","Participation Status","Email","Gender","City","Country"
"David","Roberts","Attending","david.roberts@humhub.yb","","Allwood",""
"Sara","Schuster","Attending","sara.schuster@humhub.yb","male","Friedland","BE"

without the permission:

"First name","Last name","Participation Status"
"David","Roberts","Attending"
"Sara","Schuster","Attending"

Please correct me if something wrong.

@Semir1212
Copy link
Contributor Author

@yurabakhtin You are right, thats perfect. Please just also include the username in both cases.

@yurabakhtin
Copy link
Collaborator

@Semir1212 Commit d3c36d8:

"Username","First name","Last name","Participation Status"
"david1986","David","Roberts","Attending"
"sara1989","Sara","Schuster","Attending"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants