jasperweyne / helpless-kiwi

Manage members, create and manage activities, send mails and more
Apache License 2.0
11 stars 7 forks source link

Groups and registrations in account overview #326

Closed jasperweyne closed 1 year ago

jasperweyne commented 1 year ago

This PR adds an overview of all the activities a user account has been registered to, as well as an overview of all the groups that an account has been linked with. This information has been added to the user admin page. To accomplish this, the tabbing functionality in the admin has been extracted to a component. All existing tabs have been refactored to utilize this code.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

A-Daneel commented 1 year ago

Looks like a nice addition, I initially thought(hoped?) the list of upcoming activities per person would also be visible for said person. Maybe a different PR.

For this one, I think it might also be nice to have a tab displaying the past activities someone has gone to, and if they attended. thoughts? (could be useful to have an easy display of how active your new members are).

jasperweyne commented 1 year ago

This overview shows all registrations, past, present and future. Presence is indicated as well.

A-Daneel commented 1 year ago

my bad, only looked at the fixtures that where loaded. Looks great, think this will be very useful!