Actions
Task #85
closedAgenda for emails
Start date:
07/04/2016
Due date:
07/04/2016
% Done:
100%
Estimated time:
8.00 h
Owner:
Description
Create agenda for sent emails on FE - as inspiration could be used agenda of notifications (Audit / Notifications).
Requirements:- table of emails:
- with columns: created, subject, sender, recipients, sent, sentLog
- with filters: createdFrom - Till, text (search in subject, message, html), sender, recipients, sent (implement searn method in IdmEmailLogRepository interface like in IdmNotificationLogRepository interface)
- with sort on columns: created, subject, sent, sentLog
- for email detail could be reused NotificationDetail component (related notification could be hidden, when is empty)
Related issues
Updated by Ondřej Kopr over 8 years ago
- Status changed from New to Needs feedback
- % Done changed from 0 to 100
Updated by Ondřej Kopr over 8 years ago
- Assignee changed from Ondřej Kopr to Radek Tomiška
Updated by Radek Tomiška over 8 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Ondřej Kopr
Test and code review is ok. I've created NotificationRecipientCell and NotificationRecipientsCell component to hide multi react component definition in one file warning and removed duplicit email state enumeration and email recipient component.
Actions