Project60 / Project60/org.project60.banking
Matcher Tasks
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 22
- Forks
- 45
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 7
Description
We need a task (API function) that can be called with (any of) the following parameters:
- list of BTX ids
- status filter (e.g. all 'new' BTXs)
This function should then (in the background) (re-)run the matcher on all the specified BTXs and generate (and store) suggestions for it.
We need this to work so we can get the import->select->process->review->execute workflow going
Contributor guide
No contributing guide indexed for this repository
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 the existing matcher, BTX status handling, and task/API entry points. Define how BTX IDs and status filters select records, how background execution is initiated, and where suggestions are stored. Done means the import-select-process-review-execute workflow can trigger matcher runs for the selected BTXs and persist their suggestions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100