Commit Graph

59 Commits

Author SHA1 Message Date
Konstantina Galouni 1559af58cf Merge remote-tracking branch 'origin/recommendations-and-nl-search' into angular-18 2024-11-05 13:49:05 +02:00
Konstantina Galouni b798262149 Updating openaireLibrary 2024-11-05 13:48:56 +02:00
Konstantina Galouni 73c67180c1 Updating openaireLibrary 2024-11-05 13:44:33 +02:00
Konstantina Galouni 928a824e9d Merge branch 'recommendations-and-nl-search' into angular-18 2024-11-04 18:04:18 +02:00
Konstantina Galouni 2429eb9b32 [recommendations-and-nl-search | DONE | CHANGED]: environment.ts: Override properties for search API to get data from the production index. 2024-11-04 18:02:11 +02:00
Konstantina Galouni 0d37ada193 Merge recommendations-and-nl-search branch into angular-18 branch 2024-11-04 17:45:35 +02:00
Konstantina Galouni 95afbb6a58 Updating openaireLibrary & common-assets 2024-11-04 17:41:28 +02:00
Konstantina Galouni 2b06ead5e4 [recommendations-and-nl-search | DONE | CHANGED]: Moving changes of angular-18 branch also here.
1. natural-language-search.component.html: Added message on top of loading & Added examples under the search form and moved warning note about new questions on top of the form.
2. natural-language-search.component.ts: Commented subscriptions and added nlSearchSubscription, to unsubscribe on every new request (if a new question responds before the previous question, then we would get not matching question-response or both (error case) at the same time).
2024-11-04 17:39:43 +02:00
Konstantina Galouni b1fdcc494f [angular-18 | DONE | CHANGED]: natural-language-search.component.html: Added message on top of loading. 2024-10-02 15:10:52 +03:00
Konstantina Galouni ec2a7fbda1 [angular-18 | DONE | FIXED]: natural-language-search.component.ts: Commented subscriptions and added nlSearchSubscription, to unsubscribe on every new request (if a new question responds before the previous question, then we would get not matching question-response or both (error case) at the same time). 2024-09-30 21:07:35 +03:00
Konstantina Galouni fe792691a5 [angular-18 | DONE | ADDED]: natural-language-search.component.html: Added examples under the search form and moved warning note about new questions on top of the form. 2024-09-30 21:05:16 +03:00
Alex Martzios 024945ce00 [angular-18] app.module: replace provider withFetch with withInterceptorsFromDi 2024-09-26 15:04:06 +03:00
Alex Martzios c983dad44b [angular-18 | DONE | CHANGED] update to recaptcha-2, update submodules 2024-09-24 14:44:06 +03:00
Konstantina Galouni 86ce11fee2 [angular-18 | DONE | FIXED]: server.ts: Added missing configuration in commonEngine.render: inlineCriticalCss: false. 2024-09-23 21:23:25 +03:00
Konstantina Galouni 8dfa011c27 Updating openaireLibrary 2024-09-23 21:15:47 +03:00
Konstantina Galouni 2cf1ec68a6 [angular-18 | DONE | FIXED]: Updated libraries | server.ts: Changed url in commonEngine.render (aligned everywhere) | app.module.ts: Replaced provideHttpClient(withInterceptorsFromDi()) with provideHttpClient(withFetch()). 2024-09-23 21:04:46 +03:00
Konstantina Galouni 1831a17daa [angular-18 | DONE | FIXED]: Fixed server side rendering, changed "@types/node" version from "^12.11.1" to "^18.19.1" and updated prometheus routes (not fully correct, but no KPIs have been requested so far). 2024-09-17 16:24:27 +03:00
Konstantina Galouni 446f860860 Updating openaireLibrary 2024-09-12 12:13:09 +03:00
Konstantina Galouni 5c8c31ae45 Updating openaireLibrary & common-assets 2024-09-09 13:21:47 +03:00
Konstantina Galouni b48796dc47 Revert "Updating openaireLibrary & common-assets"
This reverts commit 0b75c0b3dd.
2024-09-09 13:20:36 +03:00
Konstantina Galouni 0b75c0b3dd Updating openaireLibrary & common-assets 2024-09-09 13:18:50 +03:00
Konstantina Galouni f32dfc0ac6 [recommendations-and-nl-search | DONE | FIXED]: Fixed when and how error messages are displayed on NL Search page.
1. natural-language-search.component.html: Added check if results.data also exist.
2. natural-language-search.component.ts: In method "search()" initialize also results to null and added check if response has at least 1 row of results.
3. libOrp.module.ts: Changed order of imports to be loaded and initialized correctly - first OrpRoutingModule which is more specific and then ResultLandingModule.
2024-09-09 13:15:10 +03:00
Alex Martzios bade7e9388 [angular-18 | WIP] upgrade angular material to v18 2024-07-09 14:58:44 +03:00
Alex Martzios a18c1d6e0b [angular-18 | WIP] upgrade angular core and cli to v18 2024-07-09 14:53:00 +03:00
Alex Martzios 5e51edbcb3 [angular-18 | WIP] upgrade typescript to 5.4.0 2024-07-09 14:19:09 +03:00
Alex Martzios af0e55a7c0 [angular-17 | DONE] upgrade ng-recaptcha dependency to 13.2.1 2024-07-09 13:53:14 +03:00
Alex Martzios 2cbb547441 [angular-17 | WIP] upgrade angular material to v17 2024-07-09 13:07:50 +03:00
Alex Martzios 87fda3194a [angular-17 | WIP] upgrade angular core and cli to v17 2024-07-09 12:59:13 +03:00
Alex Martzios 2fa9d579fa [angular-17 | WIP] upgrade typescript to 5.2.0 and zone.js to 0.14.0 2024-07-09 12:09:32 +03:00
Alex Martzios 1d3ab8f645 [recommendations-and-nl-search | DONE | CHANGED] category-to-item rec: add user id on the API call - /recommend and /update, stack sidebar on mobile view, remove communities search bar when there are less than 5 communities 2024-07-02 15:18:14 +03:00
Alex Martzios deaa8a33a0 [recommendations-and-nl-search | DONE | FIXED] nl-search: html/css adjustments 2024-06-26 12:42:12 +03:00
Alex Martzios 3ddf7ac4fd [recommendations-and-nl-search | DONE | ADDED] category-to-item recommendations: add error handling 2024-06-26 11:19:13 +03:00
Alex Martzios 8ea9cd5dbc [recommendations-and-nl-search | DONE | CHANGED] move DareLAB APIs to environment properties 2024-06-20 14:14:42 +03:00
Alex Martzios fe3a439ff0 [recommendations-and-nl-search | DONE | ADDED] home.component > author-to-item recommendations: add slider for results 2024-06-20 12:32:11 +03:00
Alex Martzios 667c9b1c5f [recommendations-and-nl-search | DONE | CHANGED] home.component: remove old and unused code 2024-06-20 11:00:08 +03:00
Alex Martzios d4a092ed7c [recommendations-and-nl-search | WIP] re-enable login funcionality, finish NL search, progress on category-to-item, author-to-item recs 2024-06-14 14:12:24 +03:00
Alex Martzios 582285c8b2 [recommendations-and-nl-search | WIP] create new page for category-to-item recs, create section in home page for author-to-item, add assets, add new dummy menu item 2024-05-16 10:18:27 +03:00
Konstantina Galouni cc19ee0437 Updating openaireLibrary. 2024-03-15 15:48:00 +02:00
Konstantina Galouni afcbccf61e [main | DONE | ADDED]: app.component.ts: Changed alignment of the menuitems -> moved them to right & added item "Demo Tools" with an "Alpha" badge and links to "Community Recommendations" and "NL Search" | eosc-custom.less: Added css for classes ".alpha-badge > * > .badge" and ".alpha-badge .badge-mobile". 2024-03-15 15:47:28 +02:00
Konstantina Galouni 8a3714c832 [main | DONE | CHANGED]: home.component.html: Changed/fixed search form width in home page. 2024-03-15 15:39:41 +02:00
Konstantina Galouni 32d8cf6aa1 [main | DONE | CHANGED] CHANGELOG.md: Added content in CHANGELOG.md file. 2023-11-27 18:59:29 +02:00
Konstantina Galouni 04231fff03 [main | DONE | CHANGED] package.json: Version updated to 1.0.1. 2023-11-27 18:51:50 +02:00
Konstantina Galouni a3fae87e78 [main | DONE | CHANGED] README.md: Updated documentation at README.md file and added architecture.png image in assets. 2023-11-27 18:49:43 +02:00
Konstantina Galouni 5f929c2f47 [main | DONE | FIXED] package.json: Reverted uikit back to 3.16.24 version. 2023-11-13 20:23:30 +02:00
Konstantina Galouni 9a0c8f1d21 [main | DONE | FIXED] app-routing.module.ts: Updated routes for search pages - same page for all entities. 2023-11-13 20:23:05 +02:00
Konstantina Galouni ddc320dc56 [main | DONE | FIXED] home.component.html: Added scrollspy | home.component.ts: Updated meta tags | index.html (dev, beta, prod): Updated meta tags | environments/: Updated properties and set piwikSiteId: "772". 2023-11-13 20:20:52 +02:00
Konstantina Galouni 3d8a7dfbf3 [main | DONE | FIXED] environments/: Updated piwikSiteId and set enablePiwikTrack to true for beta and prod environments | prod/index.html: Updated meta, favicon and removed common header & footer with marketplace. 2023-10-31 18:45:16 +02:00
Konstantina Galouni 536c64dcf2 [main | WIP | FIXED] beta.index.html: Updated favicon - same as faircore4eosc portal, not marketplace. 2023-10-31 15:03:53 +02:00
Konstantina Galouni d781510359 [main | WIP | FIXED] environment.ts & environment.beta.ts: Updated properties to be faircore4eosc specific. 2023-10-31 14:40:46 +02:00
Konstantina Galouni 67ea7f771c [main | WIP | FIXED] index.html & beta/index.html: Updated for dev and beta index.html meta and removed common header & footer with marketplace. 2023-10-31 14:23:24 +02:00