1.0.3 • Published 5 years ago
@pinpt/retro-feature v1.0.3
Board
Utils
Method | Type | Description |
---|---|---|
getColumnIndex | (columns: IColumn[], id: string): IColumnIndexResult | Returns the index of the column ID given |
handleSortRetroNote | (a: IPipelineWorkRetroNote, b: IPipelineWorkRetroNote, currentUser: string) | Sorts retro notes by index |
prepareCards | (cards: any[]): ICard[] | Add the index field to an array of cards |
getCardIndex | (cards: ICardState[] | undefined, id: string): ICardIndexResult | Return the index of the card in the column |
getGroupingCards | (columns: IColumn[]): GroupingState[] | Gets the cards for a given group |
handleSortCards | (a: ICardState, b: ICardState) | Sorts the cards |
createInitialBoardData | (data: IBoardData, columns: IColumn[], user_id: string, groupingState?: IGroupingState, displayAllUsers?: boolean, hydratedUsersById?: { [user_id: string]: IHydratedUser }): IColumn[] | Builds the retro board data in proper form |
filterCards | (card: ICardState, showAll: boolean): boolean | Used to filter cards based on how many votes they have for discussion |
sortRetroBoard | (columns: IColumn[], showAll: boolean = false): IColumn[] | Takes in a retro board and sorts rhe cards within it |
getDiscussionCards | (columns: IColumn[]): any[] | Gets the sorted discussion cards after filtering them |
getInitialColumns | (): IColumn[] | Returns an empty board |
filterNoteVotes | (notes: IPipelineWorkRetroNote[], votes: IPipelineWorkRetroNoteVote[]): IPipelineWorkRetroNoteVote[] | Filters out irrelevant note votes, such as votes on notes that were moved into groups |
filterNoteGroupingVotes | (groups: IPipelineWorkRetroNoteGrouping[], votes: IPipelineWorkRetroNoteGroupingVote[]): IPipelineWorkRetroNoteGroupingVote[] | Filters out irrelevant grouping votes |
Navigation
Utils
Method | Type | Description |
---|---|---|
getNextRetroStep | (current: ACTIVE_STAGES): INextRetroStep | Given a current retro stage, returns the metadata for the next stage |
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1-b4850993
5 years ago
1.0.1-7f83a0d8
5 years ago
1.0.1-dfe94da5
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago