# Metadata Export Plugin
----------------
### Home page
- Export tool, Titles export, Media items export links
- Need help section
- History section - can be tested along with each export type testing
- table content - columns, correct info for each export
- search
- sorting
- progress, status update
- download
- failed exports
- pagination
### Titles export
**1. Titles section**
- Table content
- check all available titles from current org are listed, with correct details
- update entity type on title
- delete title and check list
- any title update - last update info is correct
- Search
- Filters
- Sorting
- Bulk item select
- Pagination
**2. Metadata fields section**
- Table content
- available metadata fields based on selected titles
- delete all metadata values for a field and check list
- check attributes uniqueness (how it works now: all attributes are listed - even if they are defined on different entity types)
- multiple values for the same attribute (same name+type+locale) but different titles
- attributes with the same name but different type
- multiple values for the same field but different languages
- Search
- Filters
- Bulk item select
- Pagination
**3. Exports**
- One type export
- one title without metadata values
- one title with metadata values (all metadata types - string, number, boolean, date, tag, file, reference)
- global
- localisable
- global + localisable
- multiple languages export
- grouped/not grouped
- history - info, progress, download
- Multiple types export
- multiple titles without metadata values
- multiple titles with metadata values
- global
- localisable
- global + localisable
- multiple languages export
- grouped/not grouped
- history - info, progress, download
- Export titles without/with parents
**4. Error handling**
- Invalid metadata filter

**5. Imports**
- Re-import exported CSVs in Connect - titles & metadata import
**6. Load tests**
- TBD
---