biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
13 stars 15 forks source link

View recently joined users in admin area #905

Closed aneust closed 2 months ago

aneust commented 3 months ago

Introduces a new feature to view a list of users who have joined within the last 7 days.

Added a new route (users/recent) and corresponding controller method (getRecentUsers) to fetch and display users who recently joined. In view added a "Recently Joined" button in the admin area, which highlights the number of users who joined recently and navigates to the new view. Created a new Blade template to display the recent users, including account creation date.

Resolves #691