UNPKG

trello-sprinter

Version:

Provides summarizations of sprint activity in a Trello project

33 lines (24 loc) 645 B
export const options = { sel: '#trello', version: 1, "apiEndpoint": "https://api.trello.com", "authEndpoint": "https://trello.com", "intentEndpoint": "https://trello.com", key: '', // Prefix to apply to local storage. Useful to // disambiguate multiple uses on the same site localPrefix: '', // Name of the board we are fetching board: '', /** Optional: Only consider meetings after this time (Unix time) */ after: null, views: { 'board': {}, 'sprint': {} }, name: 'TrelloSprinter', // Default cards cards: ['Design', 'Risks', 'Meetings', 'To Do', 'This Sprint Active', 'This Sprint Completed', 'Completed'] };