Add new types of stakeholder for Irish
This commit is contained in:
parent
c4ecc8fcae
commit
9213755662
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue