ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
SummaryDescriptionEstimateComponent
2
Rebuild Yetibot dashboard in ClojureScriptInvestigate Reagent + Reframe. ClojureScript gives us the benefit of access to the specs that describe the shape of Yetibot config, which would allow us to easily build a web-based config validator, as well as share any other future code between Yetibot and web.80Dashboard
3
Add more examples to the docsShow the power of Yetibot by composing multiple commands in an expression pipeline12Docs
4
Document extending the GraphQL APICan commands ad-hoc opt into providing gql resources? How do we compose them into a single gql spec at runtime?4Docs
5
Publish a blog post with the latest updatesWeb rewrite, history overhaul, Helm chart for Kubernetes deployments4Docs
6
Finish Mattermost adapterAnd consider support for other adapters like Discord, Zulip, Spectrum and even Reddit12Core
7
Consider a plugin based system Config could drive which jars are pulled into Yetibot runtime. Lets us build a more minimal core Yetibot and allow consumers to pick and choose what functionality they want60Core
8
Allow commands to detect whether they're configuredOffer helpful messages if users try to execute a non-configured command. Rely on the config specs to determine whether a command is configured. Maybe this beomces a new parameter to cmd-hook 16Core
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100