-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHIBUI-1364 Adding version comparison
- Loading branch information
Showing
4 changed files
with
18 additions
and
51 deletions.
There are no files selected for viewing
53 changes: 4 additions & 49 deletions
53
ui/src/app/metadata/configuration/component/filter-version-list.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
ui/src/app/metadata/configuration/model/metadata-configuration.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,12 @@ | ||
| import { Section } from './section'; | ||
| import { Metadata } from '../../domain/domain.type'; | ||
| import { FilterVersion } from './version'; | ||
|
|
||
| export interface MetadataConfiguration { | ||
| sections: Section[]; | ||
| dates: String[]; | ||
| } | ||
|
|
||
| export interface FilterConfiguration { | ||
| dates: ['2019-08-08T08:40:32.015', '2019-08-08T08:40:19.266']; | ||
| filters: FilterVersion[]; | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters