PHPfox-Official / phpfox-v4-feature-requests

phpFox Feature Request Tracker https://phpfox.com
6 stars 12 forks source link

Do not fetch Notification, who are set in the future #937

Open Bjoern3003 opened 4 years ago

Bjoern3003 commented 4 years ago

Hi,

I think, it could a nice feature, that the Phpfox::getService('notification')->getUnseenTotal() do not fetch the Notifications, who has timestamps, where are set in the future. Also for the Dropdown.

So we can also use the Notifications for future Messages (maybe aftersales for orders in the store).

For example, we can set a notification directly after order with timestamp 7 Days in the future to ask about product quality.

Please also add a param to the add function for notifications, that the timestamp can optional set.

Bjoern3003 commented 3 years ago

Any Updates here?