Add new types of stakeholder for Irish

This commit is contained in:
Konstantinos Triantafyllou 2023-10-27 15:52:55 +03:00
parent c4ecc8fcae
commit 9213755662
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export const ChartHelper = {
suffix: "__))"
};
export type StakeholderType = 'funder' | 'ri' | 'project' | 'organization';
export type StakeholderType = 'funder' | 'ri' | 'project' | 'organization' | 'country' | 'researcher' | 'datasource';
export type IndicatorType = 'number' | 'chart';
export type IndicatorSize = 'small' | 'medium' | 'large';
export type IndicatorPathType = 'table' | 'bar' | 'column' | 'pie' | 'line' | 'other';
@ -303,6 +303,7 @@ export enum StakeholderEntities {
RI = 'Research Initiative',
ORGANIZATION = 'Research Institution',
PROJECT = 'Project',
COUNTRY = 'National',
STAKEHOLDERS = 'Dashboards',
FUNDERS = 'Funders',