Nikeev / sesdashboard

Analytics and activity tracking dashboard for AWS Simple Email Service
https://sesdashboard.com/
MIT License
86 stars 27 forks source link

How can we download reports? #32

Closed j-solanki closed 2 years ago

j-solanki commented 2 years ago

Is there a way to download reports?

Nikeev commented 2 years ago

Hello!

Unfortunately, reports are not implemented yet.

CMM1305 commented 2 years ago

Do you have an ETA when reports will be ready?

Nikeev commented 2 years ago

I'm quite busy at my primary work for now, so it's hard to estimate time. But reports are most requested feature, so it's in my highest priority.

Nikeev commented 2 years ago

I've created a new Discussion #39 for Export feature. Closing this issue.

Nikeev commented 2 years ago

In v1.2.0 implemented Excel and CSV export of activity list.

CMM1305 commented 2 years ago

Hi, I'm using an Amazon AMI image. I've just logged in via SSH and ran git pull plus the 4 docker commands you mention in the docs: $ docker exec -it sesdashboard-php-fpm composer install $ docker exec -it sesdashboard-php-fpm ./bin/console doctrine:migrations:migrate -n $ docker exec -it sesdashboard-php-fpm ./bin/console cache:clear $ docker exec -it sesdashboard-php-fpm ./bin/console cache:warmup

But it doesn't show a version number anywhere. Once logged in I'm not sure if I'm on the latest version. The Reports menu still has "TODO" next to it and has a link of #

Is there something different I have to do to update?

Thanks in advance

Nikeev commented 2 years ago

Hello!

Yes, update commands are correct. If you wish to use new Activity export feature, it's not in Reports menu. It's in Activity page inside Filters form. Sorry if it is confusing, but it uses same Activity filter so I decided to place it there.

image