slackapi / slackapi/java-slack-sdk
RDB support for the OAuth flow datastore
Open
Nobody has claimed this yet.
enhancement
project:bolt
- Dominant language
- Java
- Stars
- 602
- Forks
- 232
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 7
Description
Issue Type
- Bug
- Enhancement / Feature request
- Question
- Documentation
Description
As of Feb 2020, Bolt for Java supports the following datastore for InstallationService and OAuthStateService.
- Local File System
- Amazon S3
We're going to support the relational database as well. The implementation just depends on the JDBC APIs so that it works with any JDBC drivers.
Requirements (place an x in each of the [ ])
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating InstallationService and OAuthStateService and reviewing the contributing guidelines. Trace how the existing local-file and Amazon S3 datastores are wired, then define the JDBC-backed relational implementation for both services; done means both support a relational database through JDBC.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authentication, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100