opensharehq / opensharehq/backend
Support cash points to gift points
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 4
- Avg merge
- 5h 19m
- Merged PRs (30d)
- 6
Description
由于目前对于海外开发者而言,提现操作较难合规实现,因此当前 OpenShare 通过一个简单的判断,使得海外 IP 访问时不会显示提现入口(国内访问的非中国公民提现同样受阻,需要在三方的灵活用工平台签署协议并完成人脸识别认证)
因此需要一个接口是现金积分到礼品积分的一比一兑换,即用户可以手动将现金积分一比一兑换为等价值的无标签礼品积分,从而可以兑换各类通用的无标签虚拟商品。
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 files or tests are named. Start by locating the existing points-balance and withdrawal API entry points, then trace how cash points are represented and updated. Done means an authenticated user can exchange cash points for gift points at a 1:1 rate, with balances updated safely and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend, payments
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100