Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IssueDiscussion_Impl

Discussion on specific issues, extracted from the minutes and used to add comments to specific issues.

Hierarchy

  • IssueDiscussion_Impl

Implements

Index

Constructors

constructor

Properties

date

date: string = ""

Date of the call whose minutes are used

issues

issues: IssueHandler_Impl[] = []

The same discussion may be relevant to several issues, hence the usage of an array.

minute_extract

minute_extract: string[] = []

Extract of the minutes: the list of minutes text lines in markdown.

resolutions

resolutions: string[] = []

Resolutions are collected for a better comment on the issues.

section

section: string = ""

URL of the relevant section (to create a full URL to the minutes)

Methods

add_comments

  • add_comments(): Promise<void>[]
  • Initiate all the issue generation threads (there may be several of them, see issues)

    Returns Promise<void>[]

    • an array for all the Promises, each belonging to a single comment added to a single issue

create_comment

  • create_comment(): string