OpenBankProject / OpenBankProject/OBP-API
Add function that gets current challenge level for transaction request
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.7k
- Forks
- 482
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 15
Description
def getChallengeLevel (user_id, account_id, transaction_request_type)
In sandbox mode this would look at Props transaction_request_type
In Kafka mode this would get the value over Kafka.
We could have some defaults set in Props values like
TRANSACTION_REQUEST_LIMIT_SANDBOX_TAN
TRANSACTION_REQUEST_LIMIT_SEPA
(nicer format would be good.)
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
No files, tests, or entry points are named. Start by locating the existing transaction-request handling, sandbox Props configuration, and Kafka integration, then determine how a current challenge level should be obtained in each mode. Done should include the getChallengeLevel behavior and agreed defaults for the listed transaction request types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, scala
- Domain
- backend-api-design, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100