Project

General

Profile

Statistics
| Revision:

# Date Author Comment
57952 24/12/2019 10:38 AM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Remove data: hasAdminMenu: false, is Default

57951 24/12/2019 10:37 AM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Fix a bug on layout service

57950 23/12/2019 05:36 PM Argiro Kokogiannaki

[Monitor_Dashboard|Trunk]

create routing modules for amdin pages (entities, pages, portals, helptexts)
rename home component to manage stakeholders

57949 23/12/2019 05:34 PM Argiro Kokogiannaki

[Library|Trunk]

dashboard:
keep only modules for common pages, without import routing module
remove routing modules

57948 23/12/2019 05:01 PM Konstantinos Triantafyllou

[Monitor | Trunk]: Remove url from get user info

57947 23/12/2019 04:57 PM Konstantinos Triantafyllou

[Admin | Trunk]: Remove url from get user info.

57946 23/12/2019 04:55 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Remove shared module, already exists at library

57945 23/12/2019 04:54 PM Konstantinos Triantafyllou

[Library]: Shared moudle from library

57944 23/12/2019 04:45 PM Konstantinos Triantafyllou

[Connect | Trunk]: Remove url from get user info.

57943 23/12/2019 04:36 PM Konstantinos Triantafyllou

[Explore | Trunk]: Remove url from user info

57942 23/12/2019 04:18 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Move Option to library

57941 23/12/2019 04:17 PM Konstantinos Triantafyllou

[Library | Trunk]: Move Option to input component

57940 23/12/2019 04:10 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Remove url from getUserInfo.

57939 23/12/2019 04:09 PM Konstantinos Triantafyllou

[Library | Trunk]: Change getUserInfo to be suitable for guards too.

57938 23/12/2019 03:02 PM Argiro Kokogiannaki

[Monitor_dashboard|Trunk]

move dashboard shared components (input, loading) under library

57937 23/12/2019 02:59 PM Argiro Kokogiannaki

[Library|Trunk]

Dashboard:
move shared components under library

57936 23/12/2019 02:54 PM Argiro Kokogiannaki

[Monitor Dashboard]

move sidebar in library
add 'hasAdminMenu' in routes
update sidebar using class MenuItems

StakeHolder:
update generateIndicatorByChartUrl
-parameterize default query
-add stakeholder
-add subtitle
update colors in default stakeholder method

57935 23/12/2019 01:52 PM Argiro Kokogiannaki

[Library| Trunk]

dashboard:
move sidebar under library
use menuItems class & add new fields needed

57933 23/12/2019 11:18 AM Konstantinos Triantafyllou

[Library | Trunk]: User Management service: Add a lock to allow only one call for get user info.

57932 23/12/2019 11:08 AM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Add a new css class menu_on_hover to handle on hover item's width

57931 21/12/2019 02:32 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Fix event bug on app component.

57929 20/12/2019 12:48 PM Argiro Kokogiannaki

[Monitor_Dashboard|Trunk]

add routes for manage Admin tool common entities(pages, communities, helptexts, entities)
Stakeholder ddefault profile: update colors in charts

Input component: add type checkbox

57928 20/12/2019 12:38 PM Argiro Kokogiannaki

[Library| Trunk]
Transfer admin tool components in library & update the theme
- divHelpContent
- helpTexts
- pages

57927 20/12/2019 12:13 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Add toggle options on all levels. Change main.css for width of sidebar in medium screens

57926 20/12/2019 12:03 PM Konstantinos Triantafyllou

[Library | Trunk]: Add capitalize function on string utils

57922 19/12/2019 12:17 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Change Topic, Category, Subcategory options be like Indicator's

57916 18/12/2019 04:14 PM Argiro Kokogiannaki

[Library| Trunk]
Transfer admin tool components in library & update the theme
- divId
- entity
- portals/communities

57902 17/12/2019 04:30 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Add scroll on menu section for small height. Change header css, need to test

57895 16/12/2019 04:47 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Reordering enabled always, but add on hover shadow.

57889 15/12/2019 11:02 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Fix a bug with indicator edit form. Change hr -> Chart Settings

57888 15/12/2019 10:25 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Reorder indicators: enable by long click

57887 15/12/2019 02:17 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Change ModalModule -> ClickModule

57886 15/12/2019 02:16 PM Konstantinos Triantafyllou

[Library]: Create click module and moved click outside there. Add long click directive

57885 15/12/2019 01:44 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix a bug on user management service; Make dropdown on user menu same with indicator cards dropdown

57884 15/12/2019 01:38 PM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Reset user menu items before build

57883 13/12/2019 04:56 PM Konstantinos Triantafyllou

[MonitorDashboard | Trunk]: Keep chart Url for edit of indicator.

57882 13/12/2019 04:48 PM Konstantina Galouni

[Trunk | Monitor Dashboard]:
1. app.module.ts: Import UserMiniModule.
2. app.component.html: Pass parameter [colors]="'light'" to <user-mini> component.
3. monitor.module.ts: Import UserMiniModule.
4. monitor.component: Add view and functionality for login/logout in non-administrator pages....

57881 13/12/2019 04:40 PM Konstantina Galouni

[Trunk | Library]:
1. login/userMiniModule.module.ts: Created UserMiniModule to import it wherever needed.
2. navigationBar.module.ts: use UserMiniModule.
3. userMini.component.ts: [For dashboard]: Add input variable 'colors' ('dark' on light background - 'light' on dark background) & add classes according to background & show user icon when no letters in user's name.

57871 13/12/2019 10:35 AM Argiro Kokogiannaki

[Trunk| Services: utils]

add file with production properties
UPload:
add parameter type (default is csv)
allow upload of json
Check for post: Split url to ? in case it contains query parameters

57865 12/12/2019 03:20 PM Konstantina Galouni

[Trunk | Monitor Dashboard]:
1. app.component: Add view and functionality for login/logout.
2. assets/monitor-custom.css: Class 'loginLink' added.

57864 12/12/2019 03:11 PM Konstantina Galouni

[Trunk | Library]: login/userMini.component.ts: Add dashboard view & name parsing to get first letters.

57860 11/12/2019 03:31 PM Argiro Kokogiannaki
57859 11/12/2019 02:13 PM Konstantinos Triantafyllou

[Monitor Dashboard]: App component remove a no-needed condition

57858 11/12/2019 02:00 PM Aenne Loehden

make use of newly added ISSNs

57857 11/12/2019 01:41 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Fix a bug in app component with router events.

57856 11/12/2019 01:29 PM Aenne Loehden

adapt funding recognition to Logiko-filosofskie studii

57855 11/12/2019 12:13 PM Konstantina Galouni

[Trunk | Library]: project.component: [Bug fix]: In widget (functionality to import research results - right column of page), fix content for software and other (src without line change).

57853 10/12/2019 03:45 PM Konstantina Galouni

[Trunk | Library]:
1. Project Landing Page: Add all types of research results (publication, dataset, software, other) in the box, in the right column of page and redesign it (UI/UX).
2. common-assets/library.css: Add classes 'researchResultTypeSelected' and 'researchResultTypeNotSelected'. Used by Project Landing Page.

57852 10/12/2019 03:40 PM Konstantina Galouni

[Trunk | Explore]: home.component.html: In numbers' section, make numbers extra bold (uk-bold and emphasis class).

57849 09/12/2019 04:52 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Add publish/unpublish

57848 09/12/2019 04:27 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Add creationDate on stakeholder form.

57847 09/12/2019 04:20 PM Konstantinos Triantafyllou

[MonitorDashboard]: Fix a bug on app component

57846 09/12/2019 04:02 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Show chart title, if indicator title is null

57844 09/12/2019 03:42 PM Konstantinos Triantafyllou

[MonitorDashboard]: Fix a bug on app component

57843 09/12/2019 03:38 PM Konstantinos Triantafyllou

[MonitorDashboard]: Add activate-deactivate on indicator menu

57842 09/12/2019 03:05 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Add Back button on stakeholder page.

57841 09/12/2019 02:52 PM Konstantinos Triantafyllou

[MonitorDashboard]: Fix a bug with alias Validator

57840 09/12/2019 11:52 AM Konstantinos Triantafyllou

[Monitor Dashboard]: Indicator components: Make width of card base on indicator width(small, medium, large)

57839 09/12/2019 11:41 AM Argiro Kokogiannaki

[Monitor dashborad|Trunk]

Updates on funder default profile

57837 06/12/2019 05:00 PM Konstantinos Triantafyllou

[MonitorDashboard]: Set default sidebar and header to false to avoid initilization of them on a page that there are not needed.

57836 06/12/2019 04:47 PM Konstantinos Triantafyllou

[MonitorDashboard]: Fix a bug with subscriptions

57835 06/12/2019 04:46 PM Konstantinos Triantafyllou

[MonitorDashboard]: Fix a bug with subscriptions

57831 06/12/2019 02:52 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Handle alias. There is a bug with observables, need to be checked

57821 05/12/2019 05:10 PM Argiro Kokogiannaki

[Monitor-Dashboard|Trunk]

add more charts about Open science.

Get full url: replace parameters more than once
add subtitle in indicator parameters/form

57820 05/12/2019 05:07 PM Argiro Kokogiannaki

[Library|Trunk]
SEO:
revove 'OpenaAIRE | ' prefix from page title and metatags
don't truncate the title
truncate description to 160 characters

57818 05/12/2019 01:01 PM Argiro Kokogiannaki

Badge add rotated badge in admin pages
Set _id null when create a profile from default one
Set sidebar default option to open

57817 05/12/2019 10:18 AM Konstantinos Triantafyllou

[Monitor Dashboard]: Remove flex center from menu items and onhover dots

57816 05/12/2019 10:15 AM Konstantinos Triantafyllou

[Monitor Dashboard]: Remove flex center from menu items and onhover dots

57815 05/12/2019 10:01 AM Konstantinos Triantafyllou

[Monitor Dashboard]: Nothing to notice

57814 04/12/2019 07:25 PM Konstantinos Triantafyllou

[MonitorDashboard]: Fix a bug with header and sidebar. Save sidebar open status per topic

57813 04/12/2019 07:24 PM Konstantinos Triantafyllou

[Library]: Add can exit guard

57812 04/12/2019 06:01 PM Argiro Kokogiannaki

Funder page:
add message when there are no indicators & description
hide search & menu items
match height for indicators: title & frame stays at the bottom
add link to admin
add prototype badge

Indicator Creator:
add more categories

57811 04/12/2019 03:36 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Fix a bug on menu item of sidebar

57809 04/12/2019 02:32 PM Argiro Kokogiannaki

[Library Trunk]
Cite this:
fix issue with titles
fix issue with authors (given name for surname and vice versa)
add ISSN and issue
add frontiers and ama csl

57808 04/12/2019 02:22 PM Konstantinos Triantafyllou

[MonitorDashboard]: Add description on category and subcategory

57807 04/12/2019 01:57 PM Argiro Kokogiannaki

[Library|Trunk]

add prototype indicator

57806 04/12/2019 01:56 PM Argiro Kokogiannaki

[Library|Trunk]

Metric charts:
increase values number from 30 to 80,
IN X-AXIS show the date every 6 values

57805 04/12/2019 12:47 PM Konstantinos Triantafyllou

[MonitorDashboard]: Sidebar: add activeItem and subItem to check which element is active

57803 04/12/2019 11:08 AM Konstantinos Triantafyllou

[Monitor Dashbboard]: Change menu items to have fix width

57800 03/12/2019 03:31 PM Argiro Kokogiannaki

{Library|Trunk]

Advanced search form: Update autocomplete selected value to look better with long values

57799 03/12/2019 03:18 PM Konstantinos Triantafyllou

[Admin]: add ng-recaptcha on package.json

57798 03/12/2019 03:15 PM Konstantinos Triantafyllou

[Explore]: Add recaptach on package.json

57797 03/12/2019 03:10 PM Konstantinos Triantafyllou

[Library]: Add csv button to download up to 2000 results

57796 03/12/2019 02:10 PM Konstantinos Triantafyllou

[Monitor]: Change contact us base on library

57795 03/12/2019 01:51 PM Konstantinos Triantafyllou

[Connect]: Change contact with library contact us component.

57794 03/12/2019 01:50 PM Konstantinos Triantafyllou

[Library]: Create Contact us component, delete contact us from class

57793 03/12/2019 12:10 PM Argiro Kokogiannaki

[Monitor|Trunk]

Home page:
add numbers
add browse of funders
comment helptexts and add lorem ipsum texts
About, contact us:comment helptexts and add lorem ipsum texts
Funders Search: add mock funders, make changes to community search to work for funders...

57791 03/12/2019 11:45 AM Argiro Kokogiannaki

[Library|Trunk]

Update Search page to show funders:
update communitySearchResults.component to get also funders

57790 03/12/2019 11:03 AM Konstantinos Triantafyllou

[Connect]: Add condition to check if user exists to create userItems.

57789 03/12/2019 10:57 AM Konstantinos Triantafyllou

Add check condition for adding user information on usermenuitems.

57788 03/12/2019 10:49 AM Konstantinos Triantafyllou

[Library]: Change userInfo: Make request only if subject is null(and token exists). After every navigation check token existance

57777 02/12/2019 12:27 PM Konstantinos Triantafyllou

[Monitor Dashboard]: Add default stakeholder profile. Fix a bug with disable input. Delete stakeholder

57773 29/11/2019 03:58 PM Argiro Kokogiannaki

update method extractOldToolYTitle: add check if fieldsheaders is array

57772 29/11/2019 03:46 PM Konstantinos Triantafyllou

[MonitorDashboard]: Save stakeholder

57770 29/11/2019 02:35 PM Konstantinos Triantafyllou

[Monitor Dashnoard]: Add stakeholder utils and move function from stakeholderCreator.

57768 29/11/2019 01:14 PM Konstantinos Triantafyllou

[MonitorDashboard]: Add edit stakeholder modal

57757 28/11/2019 05:27 PM Argiro Kokogiannaki

-Add logo files for demo funders
-make changes to monitor component according to the mocks
-StakeHolder model:
--add logoUrl
--add recommenderFor in subCategory and Indicator level (for demo)
-StakeHolderCreator(for demo):
--add h2020 & fp7 charts & categories...

57735 28/11/2019 11:30 AM Konstantinos Triantafyllou

[Monitor Dashboard]: Customize loading component. Make input pristine if the value is equal to initial value

57731 28/11/2019 10:19 AM Aenne Loehden
57730 28/11/2019 10:12 AM Aenne Loehden

2 funder prefixes corrected