Project

General

Profile

Task #2069

Updated by Vít Švanda about 4 years ago

Goal of this task is to implement general export of data in tables in CzechIdM UI. The scope of this ticket is currently being defined. When functional specification will be done, the ticket will be updated to match it. 

 Basic ideas are: 
 * For every table (entity) suports this feature, will be created bulk action (use same parent, with contains main part of export logic). 
 * Bulk actions will be call universal report executor. This executor will be able to generate report by given DTOs and their EAVs. 
 * Only export of roles and identities are required in this version. 
 * Translation of column names by frontend table will be not supported in this version. 
 * Ability select only some of the columns for export will be not supported in this version.

Back