2.3.0 • Published 6 years ago

@apolitical/definitions v2.3.0

Weekly downloads
68
License
MIT
Repository
github
Last release
6 years ago

definitions

Shared definitions used by Apolitical services.

Includes codes and translations for:

  • expertises
  • sectors

Usage

const {
  expertiseCodes
  expertiseName
  sectorCodes,
  sectorName
} = require '@apolitical/definitions';

OR

import {
  sectorCodes,
  sectorName,
  expertiseCodes,
  expertiseName,
} from '@apolitical/definitions';

expertiseCodes() // Get a list of expertise codes
expertiseName('digital', 'en-GB') // The name of the digital expertise in UK English

sectorCodes() // Get a list of sector codes
sectorName('media', 'en-GB') // The name of the media sector in UK English

Notes on definitions

Initial List:

  • Data and Digital
  • Energy and Environment
  • Education and Early Childhood
  • Finance
  • Women’s Empowerment and Gender Equality
  • Governance, Innovation and Performance
  • Health and Social Affairs
  • International Affairs and Human Rights
  • Justice
  • Science and Technology
  • Smart Cities and Urban Planning
  • Transport
  • Business and Trade
  • Citizen Engagement and Communities
  • Refugees, Migration and Integration
  • Resilient Rural Communities
  • Innovative Public Partnerships
  • Inclusive Growth
  • Violence Prevention

becomes:

merging:

2.3.0

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago