Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/configuration"

Index

Variables

Const BOLD_LABELS

BOLD_LABELS: string[] = ['bug','critical',]

Const GITLAB_API_URL

GITLAB_API_URL: "https://gitlab.com/api/v4/" = "https://gitlab.com/api/v4/"

Const GROUPS

GROUPS: number[] = [4088298].concat(Object.keys(SCHOOLS).map((school) => {return SCHOOLS[school];}))

Const NEEDED_LABELS

NEEDED_LABELS: Label[] = [{color: '#FF0000',description: 'An error/something that is not working as expected',name: 'bug',},{color: '#5CB85C',name: 'consistency',},{color: '#FF0000',name: 'confirmed',},{color: '#FF0000',description: 'A blocking issue/something that needs to be fixed ASAP',name: 'critical',},{color: '#428BCA',name: 'design',},{color: '#0033CC',description: 'An issue about the documentation of the software',name: 'documentation',},{color: '#5CB85C',name: 'Doing',},{color: '#5CB85C',description: 'A feature proposal/something that will be developed',name: 'feature',},{color: '#7F8C8D',description: 'An issue that is unimportant or invalid',name: 'invalid',},{color: '#FFFF88',name: 'meeting',},{color: '#8E44AD',name: 'organization',},{color: '#FF0000',description: 'An issue with the performance of the software',name: 'performance',},{color: '#69D100',name: 'refactoring',},{color: '#FF0000',description: 'An issue with the security of the software',name: 'security',},{color: '#D1D100',description: 'An issue about the testing procedure of the software',name: 'testing',},{color: '#F0AD4E',name: 'To Do',},{color: '#A8D695',description: 'An issue with low priority',name: 'unimportant',},{color: '#D10069',description: 'An issue with the usability of the software',name: 'usability',},{color: '#428BCA',description: 'Feedback from the feedback-module of the app',name: 'user-feedback',},].concat(Object.keys(SCHOOLS).map((school) => {return {color: '#F0AD4E',description: 'An issue that specifically applies to this school',name: 'school-' + school,};})).concat(['android', 'iOS', 'web', 'node'].map((platform) => {return {color: '#FFECDB',description: 'An issue that specifically applies to this platform',name: 'platform-' + platform,};}))

Const NEEDED_MILESTONES

NEEDED_MILESTONES: string[] = ['Backlog',]

Const NOTE_PREFIX

NOTE_PREFIX: "`openstapps/projectmanagement`" = "`openstapps/projectmanagement`"

Const PROTECTED_BRANCHES

PROTECTED_BRANCHES: string[] = ['develop','master',]

Const SCHOOLS

SCHOOLS: object

Type declaration

  • [school: string]: number

Object literals

Const LABEL_WEIGHTS

LABEL_WEIGHTS: object

bug

bug: number = 1

critical

critical: number = 2

Generated using TypeDoc