Tripletex / Tripletex/tripletex-api2
Country needs id to be used
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 49
- Forks
- 47
- Avg merge
- 1h 1m
- Merged PRs (30d)
- 1
Description
When inserting country with address it's necessary to search Tripletex id. That generates too much complexity and is too slow
country: { id: 12 }
Should be:
country: "EE"
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
No file, test, or entry point is identified in the issue. Start by locating the country field handling for address insertion and determine where the Tripletex ID is required; done means country values can use the requested two-letter code without the extra ID lookup, with the API examples or tests updated accordingly.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100