# 01-Dec-2025 — List-events and Agm-stats: 3 features [#93](https://github.com/nbarrett/ngx-ramblers/issues/93)

## [Commit 52e09be](https://github.com/nbarrett/ngx-ramblers/commit/52e09be7b9cac85b1f672da56b5056f02fe7eb97)

_____

## New Features

### **list-events**: navigation fixes (#95)

- improve slug handling for edge cases
- improve dynamic content navigation within route

### Add Support for importing images as part of the Walk Import (#95)

- Updated import process to handle the new _images.csv files
- Implemented image association logic (one-to-many relationship: Walk → Images)
- Added image upload/storage handling for the local image files
- Updated /walks/admin/import UI to use a multistep workflow in order to accommodate image collection and upload:
- Upload walks CSV
- Match Walk Leaders to Members
- Add images (CSV + files)
- Import & finish

### **agm-stats**: added walk leader chart (#84)