argirok
7a517e49ed
[develop | DONE | CHANGED ] Claims: add 2 steps in Projects form,step 1 to select funder, step 2 search by keyword
2024-05-22 14:48:13 +03:00
argirok
c00403a24c
[develop | DONE | FIXED] linking initialize properly claims properties when there are not pass as input
2024-05-10 11:33:42 +03:00
argirok
8a8b58eeaa
[develop | DONE ADDED] add direct linking for organizations
2024-05-09 16:44:54 +03:00
argirok
68125b3577
[develop | DONE | CHANGED] Claims: keep both shortname and funderName, in cards show fundername. For unidentified, hide code and link
2024-04-19 12:09:00 +03:00
argirok
609f09cc9f
[develop | DONE | CHANGED] Claims pass idSuffix for generating openAIRE id
2024-04-10 13:07:35 +03:00
Konstantina Galouni
efa0f72cc3
[develop | DONE | CHANGED]: isRouteEnabled.guard.ts, freeGuard.guard.ts: Added @Injectable({providedIn: 'root'}) | Removed from providers PreviousRouteRecorderm, isRouteEnabled, LoginGuard AdminLoginGuard, PiwikService & removed from imports PiwikServiceModule.
2024-02-28 16:45:23 +02:00
Konstantina Galouni
590bdaf2e3
[develop | DONE | FIXED]: [BUG FIX] bulkClaim.component.ts: In method "fetchResult()", if call to Crossref returns 404, query Datacite | environment.ts: Update url of "searchDataciteAPIURL" property to call endpoint "/dois" instead of "/works" (/works is the version 1 - old - while the current is version 2).
2024-02-22 13:57:27 +02:00
Konstantinos Triantafyllou
6e2cf28aee
[angular-16-irish-monitor]: Merge from develop
2024-02-12 14:53:07 +02:00
Konstantina Galouni
b89278af70
[develop | DONE | CHANGED]: Do not request page help contents (helptexts) in EXPLORE. (FILES: displayClaims.component.ts & linkingGeneric.component.ts & dataProvider.component.ts & organization.component.ts & project.component.ts & resultLanding.component.ts & newSearchPage.component.ts)
2024-02-08 14:19:26 +02:00
Konstantinos Triantafyllou
bbcfa595da
[angular-16-irish-monitor | MERGE]: Merge from develop
2024-01-24 16:25:17 +02:00
Alex Martzios
5699aed599
[develop | DONE | FIXED] linking: stack elements on mobile to avoid page breaking
2024-01-17 11:16:06 +02:00
argirok
5060151e09
[angular-16-irish-monitor | DONE | CHANGED] update log Service, add log actions in claims and orcid links
2023-12-14 14:01:06 +02:00
argirok
49c0569ff8
[develop | DONE | FIXED] : Claims: fix check about status when there is a direct index insertion job
2023-12-08 14:36:42 +02:00
Konstantinos Triantafyllou
8581af9404
Merge remote-tracking branch 'origin/new-claims-api' into angular-16
2023-10-11 16:33:50 +03:00
argirok
fa2b14e9b4
fix status checks to avoid show list of errors when the job is still processing
2023-09-13 10:00:13 +03:00
Konstantinos Triantafyllou
d9a8283630
Update to Uikit 3.16.24
2023-08-22 17:08:46 +03:00
argirok
f160aaa000
replace session.isLoggedIn() method
2023-08-03 13:02:59 +03:00
argirok
5c345d8ff7
show status also for direct index records job
...
on reload keep job ids and continue show progres until they finish
change get auth options method
2023-08-03 12:45:39 +03:00
argirok
21c70d6d62
updated claims api: submit job and get status
2023-07-28 12:15:54 +03:00
Konstantinos Triantafyllou
37b7423e7f
Simplify piwik logic: All work is done in piwik.service.
2023-07-12 15:05:25 +03:00
Konstantinos Triantafyllou
50422c0ab3
Merge remote-tracking branch 'origin/develop' into dynamic-piwik
2023-07-12 13:56:18 +03:00
Alex Martzios
7e5317e920
redesign linking results (cards) to match the new style, fix a css selector for SDG page
2023-07-04 10:16:08 +03:00
Konstantina Galouni
10178c5adb
[Library | explore-redesign]: linkingGeneric.component: For direct linking, updated back button - trigger browser's back, not landing, since we can reach this page via search results too.
2023-05-11 22:46:28 +03:00
Konstantinos Triantafyllou
49e2edfe84
Change piwik service methods in order to get the piwik from portal configuration
2023-04-26 14:10:45 +03:00
Konstantina Galouni
2edeb788e3
[Library | explore-redesign]: Fixes in direct linking - back button link | Added back button link to the landing page for projects.
...
1. linkingGeneric.component.html: [Bug fix] Updated checks for back to result landing page button link | Added back to project landing page button link.
2. directLinking.component.ts: In "createClaimEntity()" method, set value of entity.project.url.
3. ClaimEntityTitle.component.ts: Added "uk-flex" class to middle align icon to the name.
4. claimHelper.class.ts: Commented a console.log.
2023-03-01 11:59:48 +02:00
Konstantina Galouni
38a8802d7e
[Explore & Library | explore-redesign]: First update for direct linking according to redesign.
...
1. claimContextSearchForm.component.ts & claimProjectSearchForm.component.ts & claimResultSearchForm.component.ts: Added "@Input() public centerAlign: boolean = false".
2. claimContextSearchForm.component.html & claimProjectSearchForm.component.html & claimResultSearchForm.component.html: align search form to the center if centerAlign is true (in direct linking).
3. linkingGeneric.component.ts:
a. Scroll to top smoothly when changing step.
b. Added method "getEntityName()" to resolve entity name from entity type.
4. linkingGeneric.component.html: Redesign in direct linking:
a. Hidden stepper.
b. Title before search form
c. Back button instead of breadcrumb.
d. Search form aligned to the center.
e. In basket, no tabs, but source on top of link source to.
f. Button to Step 3 renamed to "Summarise".
5. HelperFunctions.class.ts: In methods "scroll()" and "scrollTo()" added parameter "smooth: boolean = false" for smooth scroll.
6. tsconfig.json: Commented "angularCompilerOptions": { "strictTemplates": true}.
2023-02-15 23:56:16 +02:00
Konstantina Galouni
ce4b9273e0
[Library | angular-14 & Explore | master]: Updated request to Crossref for bulk uploaded DOIs in linking | Added link for more information to joomla article (Canada's request).
...
1. sdg.component.html: Added link for more information to joomla article (Canada's request).
2. timeout-interceptor.service.ts: Excluded from timeout interceptor properties.searchCrossrefAPIURL and properties.searchDataciteAPIURL.
3. searchDatacite.service.ts: In method "getDataciteResultByDOI()", for requests coming from file uploaded in linking added timeout to 20 sec, and for other requests timeout similar to the interceptor (6 sec for production, 12 otherwise).
4. searchCrossref.service.ts: In method "searchCrossrefByDOIs()", added timeout similar to the interceptor (6 sec for production, 12 otherwise) | Added method "searchCrossrefByDOI()", called for requests coming from file uploaded in linking.
5. bulkClaim.component.ts: Call new API method for Crossref requests for DOIs | Fixed tooltip to appear.
2022-12-16 09:59:48 +02:00
Konstantinos Triantafyllou
da6f36bdf3
Fix two more promises by adding void type.
2022-09-23 17:04:45 +03:00
Konstantinos Triantafyllou
b7a5cf34ab
Fix flickering for linking basket
2022-09-14 09:26:57 +03:00
argirok
40154d6ad9
revert previous tests for backet sticky menu
2022-09-08 16:30:40 +03:00
Alex Martzios
f77cfb48f9
remove SharedModule and use library's instead
2022-08-29 14:04:20 +03:00
argirok
8ba0ce7730
Linking: don't show modal when there are no additional paths
...
hide filter when there are no values available
2022-08-12 16:21:54 +03:00
Konstantinos Triantafyllou
f5def43fbd
Merge commits
2022-08-03 00:18:38 +03:00
argirok
3041f80bf7
Customization: add default background in linking, add customize buttons variables
2022-08-01 12:23:57 +03:00
Konstantinos Triantafyllou
63fe4d2e5a
Fix query when any field not includes is not at first field. Align basket in liking. Fix a bug while try to remove a result after page reload.
2022-07-19 00:46:45 +03:00
Konstantinos Triantafyllou
ff01c9a9c9
Change lingkin next steps buttons. Fix a bug in query of results in claims. Add dropdown-filter in claims and fix bug hiding behind basket.
2022-07-18 18:56:59 +03:00
Konstantinos Triantafyllou
01fd4ac49f
Filters title alignment. Rename some component css files to less.
2022-07-17 16:01:39 +03:00
argirok
55257b2718
fix issue with linking: do nothing when confirm linking is clicked
2022-06-20 17:09:25 +03:00
argirok
10635c09ec
update layout for claims: icons, spaces, make stepper sticky in final step
2022-06-06 17:35:26 +03:00
argirok
02d1963bf2
add link icon in the first step
2022-06-06 15:49:01 +03:00
Konstantinos Triantafyllou
bc5f5860f9
Quick contact: Fix a bug with dropdown and add some inputs to make it dynamic. GeneraL: Fix some breadcrumb alignments and fix modal overflowBody parameter
2022-06-02 17:27:45 +03:00
Alex Martzios
8a5d5d954a
linking: results to match search results and community: whole card to be a pointer
2022-05-19 13:12:59 +03:00
argirok
3d945b1e05
make stepper and basket sticky
2022-05-16 17:58:31 +03:00
argirok
623f65423b
linking add margins, update community modal functionality
2022-05-16 17:25:35 +03:00
argirok
f247480aea
linking:
...
- update layout for communities
- clean up code for communities
- update css for select/remove buttons
2022-05-12 17:59:13 +03:00
argirok
4608635879
Claims: add alert when add or remove from the basket
2022-05-11 18:46:51 +03:00
argirok
f8b76246f5
linking fix issue with basket tabs
2022-05-11 15:34:38 +03:00
Konstantina Galouni
bd6e141801
[Monitor Dashboard & Library | new-theme]: Renaming entity types using OpenaireEntities.
...
Files updated: develop.component.ts, methodology.component.ts, claimEntitiesSelection.component.ts, directLinking.component.ts, linkingGeneric.component.html, linkingGeneric.component.ts, approved.component.ts, searchDataprovidersToDeposit.component.ts, errorPage.component.ts, dataProvider.component.html, dataProvider.component.ts, dataProvider.service.ts, relatedDatasourcesTab.component.ts, project.component.ts, myOrcidLinks.component.ts, searchMyOrcidResults.component.html, searchMyOrcidResults.component.ts, searchAll.component.html, searchAll.component.ts, advancedSearchForm.component.html, advancedSearchForm.component.ts, searchDataProviders.component.ts, searchResearchResults.service.ts, numbers.component.ts, other-portals.component.html, other-portals.component.ts, fetchDataproviders.class.ts, fetchResearchResults.class.ts, searchFields.ts, result-preview.component.ts
2022-05-09 13:13:44 +03:00
argirok
99ffee241d
fixes in direct linking
2022-04-19 16:25:24 +03:00
argirok
4bc50b8b4f
Linking: add new inputs, update paging style
2022-04-08 16:55:22 +03:00