spring-bot icon indicating copy to clipboard operation
spring-bot copied to clipboard

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps

Results 22 spring-bot issues
Sort by recently updated
recently updated
newest added

It would be great to have an HTML adapter, so that we could have an endpoint exposed via @ChatRequest which conforms to a HTTP request. Then, we would pass the...

spring-bot

Currently, this tries to create reminders for things in the past, which means it activates when people reply to things.

good first issue
spring-bot

Even if we specify rooms list in @ChatButton, the button has appear on personal IM room. e.g.: @ChatButton(value = Hello.class, buttonText = "Config", showWhen = WorkMode.EDIT, rooms = { "test_room"...

good first issue
spring-bot

Template generation currently inspects the fields on an object. It would make more sense if it used Jackson's approach of inspecting getters / setters. Also ideally, if the user provides...

good first issue
spring-bot

Would be better if there were individual fields for the time components.

enhancement
spring-bot

Not needed in view mode, since there won't be a drop-down. Or, maybe you only need the value of the selected user.

bug
chat-workflow
spring-bot

Create this - it's annoying that they aren't supported yet.

## Summary on MS Teams App Display summary on MS Teams App ![image](https://github.com/finos/spring-bot/assets/3705471/1190582d-b06a-4e04-81f8-79e67eda5396) ## Propose Solution : We will add new field in ``WorkResponse`` and ``MessageResponse`` as cardSummay and in...

its my first contribution just tried to fix the issue by -In the addreminder method, before adding a new reminder, ichecked if the Reminder has a valid time in the...