[Library | develop & Eosc Explore | develop]: metrics.component.ts & metrics.module.ts & metrics.service.ts: [Bug fix] Keep id, not url in parsing and build url of data source in component to use route instead of href | CHANGELOG.md: Updated format of contents & Added changes before production release v.2.0.2. | package.json: Updated version from 2.0.1 to 2.0.2.

This commit is contained in:
Konstantina Galouni 2023-06-01 17:13:49 +03:00
parent 72913dd989
commit 72aa7e4032
3 changed files with 63 additions and 29 deletions

View File

@ -1,24 +1,54 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.0.0] The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
Initial release of EOSC Explore Portal. and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
It contists of the search pages and the landing pages for the content of the BETA OpenAIRE Graph. *For each release, use the following sub-sections:*
For datasets there is the demo funtionality of Datatransfer service, using zenodo as source and EDI demo dcache as destination. - *Added (for new features)*
There is link to EOSC market place (beta) for results connected to EOSC services. - *Changed (for changes in existing functionality)*
- *Deprecated (for soon-to-be removed features)*
- *Removed (for now removed features)*
- *Fixed (for any bug fixes)*
- *Security (in case of vulnerabilities)*
## [1.0.1]
* Production search
* Data Transfer: NEW Browse functionality
* EOSC Subjects: NEW field eoscifguidelines
* Filter "Type" in search services: NEW field eoscdatasourcetype
## [1.0.2] ## [2.0.2] - 01/06/2023
* Fixes and updates in advanced search form and data transfer functionality. ### Added
* Expose EOSC::Data Cube subject and link it with Compatible EOSC Services.
* Added LICENSE.txt file (Apache 2.0 license)
### Changed
* Updated "Go to search" link: Expected url parameters are "return_path" and "search_params"
* Changed EGI Check-in environment for the EGI login client from DEV to DEMO
### Fixed
* Updated links to Compatible EOSC Services (according to eosc interoperability framework guidelines)
## [2.0.1] - 21/04/2023
### Changed
* Updated "Go to search" link: Redirect to the previous page of marketplace
* Combine referrer and new url parameter "pv"
* Updated Uikit version
### Fixed
* Result Detailed page: Renamed "Providers" to "Data sources"
* Added font-family "Inter" to align with Marketplace and set default font to 'Inter', sans-serif
## [2.0.0]
### Added
* Added top bar to go "back" to eosc search.
### Changed
* Redirect to eosc search portal from any page except landing.
* * In landing pages used Graph badge to acknowledge OpenAIRE Graph.
### Fixed
* Updated favicon to show the eosc logo, not OpenAIRE.
* Updated colors (synched with all eosc portals).
## [1.1.0]
Angular 14 upgrade
## [1.0.3] ## [1.0.3]
### Changed
* Updated styles according to new view in EOSC Marketplace & new Search * Updated styles according to new view in EOSC Marketplace & new Search
* Blue banner * Blue banner
* White logo * White logo
@ -26,22 +56,26 @@ There is link to EOSC market place (beta) for results connected to EOSC services
* Fonts adjusted * Fonts adjusted
* Grey background on page & white background on results * Grey background on page & white background on results
* Detailed page: Display of EOSC subjects updated * Detailed page: Display of EOSC subjects updated
### Fixed
* [Bug fix] In description of research products' versions * [Bug fix] In description of research products' versions
* Strip html tags from titles & descriptions * Strip html tags from titles & descriptions
## [1.1.0] ## [1.0.2]
Angular 14 upgrade ### Fixed
* Fixes and updates in advanced search form and data transfer functionality.
## [2.0.0] ## [1.0.1]
* Redirect to eosc search portal from any page except landing. ### Added
* Updated favicon to show the eosc logo, not OpenAIRE. * Data Transfer: NEW Browse functionality
* Added top bar to go "back" to eosc search. * EOSC Subjects: NEW field eoscifguidelines
* Updated colors (synched with all eosc portals). * Filter "Type" in search services: NEW field eoscdatasourcetype
* In landing pages used Graph badge to acknowledge OpenAIRE Graph. ### Changed
* Production search
## [2.0.1] ## [1.0.0]
* Result Detailed page: Renamed "Providers" to "Data sources" Initial release of EOSC Explore Portal.
* Updated "Go to search" link: Redirect to the previous page of marketplace
* Combine referrer and new url parameter "pv" It contists of the search pages and the landing pages for the content of the BETA OpenAIRE Graph.
* Added font-family "Inter" to align with Marketplace and set default font to 'Inter', sans-serif
* Updated Uikit version For datasets there is the demo functionality of Data Transfer service, using zenodo as source and EGI demo dcache as destination.
There is link to EOSC marketplace (beta) for results connected to EOSC services.

View File

@ -1,6 +1,6 @@
{ {
"name": "eosc", "name": "eosc",
"version": "2.0.1", "version": "2.0.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400", "start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400",

@ -1 +1 @@
Subproject commit d24576a5c74a4ba4bc7c5ecf696b8595346045c1 Subproject commit d11a409f09e11aba35b62de2f787eb64d732d4a2