Commit Graph

35 Commits

Author SHA1 Message Date
Konstantina Galouni 17165e83ae [develop | DONE | CHANGED]: Removed folders: error, fos, landingPages, login, orcid, reload, sdg (were just calling library components) | app.module.ts: Removed declaration of OpenaireErrorPageComponent | app-routing.module.ts: Updates routes for 'sdgs', 'fields-of-science', 'orcid', 'my-orcid-links', landing pages routes, 'reload', 'user-info' to import library modules instead of intermediate project specific modules & replaced OpenaireErrorPageComponent with ErrorPageComponent (from library). 2024-02-28 14:41:39 +02:00
Konstantina Galouni 17325b3ab2 [develop | DONE | DELETED]: Removed legacy unused files htmlProjectReport.component.ts & htmlProjectReport-routing.module.ts & libHtmlProjectReport.module.ts & mailPrefs.component.ts & mailPrefs.module.ts & mailPrefs-routing.module.ts | app-routing.module.ts: Deleted legacy routes 'mail-preferences' & 'project-report'. 2024-01-29 20:00:28 +02:00
Konstantinos Triantafyllou bfd7e1bf94 Add hasStickyHeaderInMobile in home page. 2023-08-30 14:05:20 +03:00
Alex Martzios cf7664534b add funders' page content, enable route from app-routing file, update submodules 2023-07-11 13:00:13 +03:00
Konstantina Galouni 378d7ccb83 [Explore | develop]: app-routing.module.ts: Set specific search routes for each entity before setting generic route "search/find/:entity" | Updating openaireLibrary and common-assets. 2023-07-07 13:56:55 +03:00
Alex Martzios 38535403c5 WIP: create new funders page - TODO: intro content and responsive degisn of filters/sorting 2023-07-04 10:16:57 +03:00
Konstantina Galouni 3047236d1c [Library & openaire-theme & Explore | explore-redesign]: Added search form in menu (navbar) in landing pages.
1. search.less: Added css for modifier .small-vertical for .input-wrapper of <search-input>.
2. layout.service.ts: Added hasMenuSearchBarSubject: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false), parsing and getter/setter methods.
3. navigationBar.module.ts: Imported SearchInputModule.
4. navigationBar.component.ts:
   a. Added searchMode: boolean = false; and hasSearchBar: boolean = false; (and other helpful fields)
   b. Subscribe to queryParams to hide search bar and reset keyword | Subscribe to layoutService.hasMenuSearchBar to check if search should be included in navbar or not.
   c. Added methods "openSearch()" to show the search form and "goTo()" to trigger the search action and navigate to the search page.
5. navigationBar.component.html: Added <div search-input> and search-icon button to show search bar | Added checks if searchMode is enabled (search form visible) or not.
6. app-routing.module.ts: In routes for landing pages added in data: hasMenuSearchBar: true.
2023-05-11 17:17:16 +03:00
Alex Martzios fae5a4bc5b search page: remove all various search pages and keep only 'search all' - TODO: redirect old ?active=<entity> to the new path, update submodules 2023-05-10 15:10:40 +03:00
Konstantina Galouni 75fdfe1491 Merged origin/master into angular-14 branch 2022-11-07 13:10:52 +02:00
Alex Martzios b01e3f8ca8 create fos/sdg components to call library components in order to use extra parameters, update submodules 2022-11-03 16:05:26 +02:00
Alex Martzios 89ace01826 remove fos/sdg assets, vocabulary and components from explore project, update submodules 2022-11-03 12:22:18 +02:00
Konstantina Galouni 578b79b1c2 Merged with origin/master 2022-10-26 00:11:48 +03:00
Alex Martzios 6380311b1e add fixed contact/help button 2022-10-12 15:31:34 +03:00
Konstantinos Triantafyllou dc1f947d7a Fos: Change search-modifier, make some page alignments and add observer to handle scroll 2022-10-12 12:25:47 +03:00
Konstantina Galouni de3adf74d5 Merge remote-tracking branch 'origin/angular-13' into angular-14 2022-10-04 13:57:02 +03:00
Alex Martzios caae320794 create contact page and menu item entry, add correct admin emails for all environments, update submodules 2022-10-03 13:47:06 +03:00
Alex Martzios b220fe81c3 update submodules to v14, add .angular folder to gitignore and after-build-clean, add pathMatch: 'full' to routing configuration 2022-09-23 16:04:13 +03:00
Alex Martzios 9406ad8152 add changes for FOS/SDGs url and breadcrumb 2022-05-25 09:08:41 +03:00
Alex Martzios e4a9f8be64 finish SDGs component functionallity and styles and start on FOS component 2022-03-31 14:57:13 +03:00
Alex Martzios da544109aa create sdg component and add sdg img assets 2022-03-30 17:19:40 +03:00
k.triantafyllou 20badf397f [Explore-Service]: Update to angular 11. Delete branches
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@61402 d315682c-612b-4755-9ff5-7f18f6832af3
2021-07-14 15:41:12 +00:00
argiro.kokogiannaki 06ed324ff7 [Explore|Trunk]
- add compress in server
- minimize graph image
- updates in sitemap & robots
- remove preload modules



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@61059 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-28 13:36:46 +00:00
k.triantafyllou 1198ff93fe [Explore | Trunk]: Add smooth scroll
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60943 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-21 12:28:02 +00:00
konstantina.galouni 10604e894a [Trunk | Explore]:
1. app-routing.module.ts: Commented "recommended-orcid-links" route, since it not used.
2. environment.beta.ts & environment.prod.ts & environment.test.ts & environment.ts: Added property "myOrcidLinksPage". 


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60876 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-16 08:38:09 +00:00
k.triantafyllou 85af86976e [Explore | Trunk]: Remove properties resolver and load environment
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60773 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-01 14:32:23 +00:00
argiro.kokogiannaki 519b24ad93 [Explore |Trunk]
-remove datatables
- remove unused comp/module claimsByToken


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60608 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-08 15:53:43 +00:00
konstantina.galouni 4cdb79edbd [Trunk | Explore]: app-routing.module: Add orcid routes: /orcid, /my-orcid-links, /recommended-orcid-links.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60462 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-20 08:34:28 +00:00
argiro.kokogiannaki c446566929 [Explore|Trunk]
angular:jsom: add replacements files for robots.txt, index.html properly
app.routing: table view routes redirect to search pages
update robots.txt and properties files


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59287 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-17 09:12:54 +00:00
argiro.kokogiannaki fc0de9339a [Explore|Trunk]
update properties files:
	add search outcomes route
app-routing:
	update Research Outcomes Search page route


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58256 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-13 15:35:18 +00:00
argiro.kokogiannaki 6473a8a131 [explore|Trunk]
add route "search/result" and landing component as a generic result landng



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58177 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-04 14:31:08 +00:00
argiro.kokogiannaki 1d463ab472 [Explore|Trunk]
Search Pages:
	remove isRouteEnbaled Guard
	for publications, software, datasets, other search pages create URL resolver component and redirect to search outcomes page with the proper entity selected



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58165 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-03 14:35:42 +00:00
argiro.kokogiannaki be9e64bdf8 [Explore Trunk]
New search page for research results:
	- simple & advanced
	- uses the library component that has both search unified
	- add the routes and the menu items (for development)



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58046 d315682c-612b-4755-9ff5-7f18f6832af3
2020-01-31 15:24:53 +00:00
konstantina.galouni 48410af57f [Trunk | Library]:
1. home.component.hmtl & explore-custom.css: Buttons for trello updated.
2. app-routing.module.ts & app.component.ts: Menu and routes updated for new deposit functionality (already used in connect portal).
3. deposit-routing.module.ts & deposit.component.ts & deposit.module.ts & searchDataprovidersToDeposit-routing.module.ts & searchDataprovidersToDeposit.component.ts & searchDataprovidersToDeposit.module.ts:
	Files added for pages in new deposit functionality.
4. explore-custom.css: Classes for new deposit functionality in explore portal added.
5. env-properties.json: Properties for new deposit routes added (beta and production properties files need to be updated).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57407 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-17 13:49:05 +00:00
konstantina.galouni 128b4a8492 [Trunk | Explore]: app-routing.module.ts: Redirect '/home' to '/' and group routes.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56669 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-22 13:28:06 +00:00
argiro.kokogiannaki 97a774ba6f Clean up uoa-services-portal/trunk
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@54358 d315682c-612b-4755-9ff5-7f18f6832af3
2018-12-13 12:31:33 +00:00