-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [VGNWB-219] moved type id to settings. Allowed them to be configurable through export statements and added default values. * [VGNWB-219] updated ready * [VGNWB-219] removed import settings * [VGNWB-219] removed import and changed lifecycle to concept * [VGNWB-219] updated concept type * [VGNWB-210] added code to allow filters to stay applied when going between pages. Also added code to cleanup url * [VGNWB-210] fixed filter resets when switching pages and added a bottom previous button * [VGNWB-210] fixed previous button and set debug back to False * [VGNWB-210] updated annotations view and template in in order to fix loss of filter state. * [VGNWB-210] removed unnecessary js file and script tag, plus unused imports * [VGNWB-207] added filter to filter out duplicate identities * [VGNWB-223]Fixed concept filter from resetting. * [VGNWB-223] removed unused files. * [VGNWB-223] removed unused files. * [VGNWB-223] removed unused files. * [VGNWB-223] removed unused div. * [VGNWB-223] fixed indentation. * [VGNWB-223] removed trailing comma. * [VGNWB-223] fixed id * [VGNWB-223] removed print statements and combined else if into elif. * [VGNWB-226] fixed scroll issue * [VGNWB-226] removed print statement and trailing slash. * [VGNWB-226] Update css. * [VGNWB-227] Added recently used concepts to search box when selecting concepts. * [VGNWB-227] added functions to filter duplicates and get concept count. * [VGNWB-227] added concept picker for recent and most used concepts. * [VGNWB-227] fixed spacing and added if statement to component. * [VGNWV-227] added six and updated psycopg2 to 2.7.1 to fix build failing * [VGNWB-227] simplified loop for sorting concepts counts. * [VGNWB-227] added compare function. * [VGNWB-227] updated recently used concept sort * [VGNWB-227] fixed sorting, changed appellationMap to appellationsUri, handling case of less than three concepts. * [VGNWB-227] refactored duplicate appellation sorting and added the use of maps to count appellation occurences. * [VGNWB-227] refactored merge loop and broke out while loop into its own function. * [VGNWB-227] removed unused lodash script import. * [VGWB-227] changed count to a local variable.
- Loading branch information
Showing
5 changed files
with
129 additions
and
8 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -42,3 +42,4 @@ six==1.10.0 | |
Unidecode==0.4.20 | ||
urllib3==1.19.1 | ||
xmltodict==0.10.2 | ||
dicttoxml==1.6.6 |