ContentViewExportDesign » History » Version 1
Mike McCune, 10/27/2014 04:49 PM
1 | 1 | Mike McCune | h1. Content View Export Design |
---|---|---|---|
2 | |||
3 | h2. Stories |
||
4 | |||
5 | * As a user I want to be able to export a Content View from the Library to a filesystem location on the Katello server |
||
6 | - As a developer I want to design how we export Content Views from the Library |
||
7 | - As a user I want an API to initiate an export of a Content View from the Library that accepts disk location, export chunk size and Content View and version to be exported |
||
8 | - As a user I want a hammer CLI command to initiate an export of a Content View |
||
9 | - As a user I want to view the progress of a Content View export |
||
10 | - As a user I want to be able to initiate an export of a Content View from the WebUI |
||
11 | - As a administrator I want to be able to configure the export location for Content View exports |
||
12 | - As a user I want to be able to specify a date range for an export to allow for incremental exports of content |
||
13 | |||
14 | - As a user I want the export API to support date ranges for incremental exports of content |
||
15 | - As a user I want the WebUI to support date ranges during export |
||
16 | - As a user I want a hammer command to support a date range for an export to allow for incremental exports of content |
||
17 | * As a developer I want to design how to import an exported content view into Katello |
||
18 | * As a user I want to be able to import a Content View from a local filesystem directory |
||
19 | * As a user I want to be able to use imported Content Views as Red Hat content |
||
20 | * As a user I want to be able to import Red Hat content from a local directory into the Library |
||
21 | * As a user I want to view what content is available on the locally mounted export |
||
22 | * As a user I want to be able to import from the selected set of repositories |
||
23 | * as a user I want to re-import an incremental export into Katello |
||
24 | * As a user I want imported content to be tied to the correct subscriptions |
||
25 | |||
26 | h2. Design |
||
27 | |||
28 | TBD |