101Loop / 101Loop/HisabKitab-BE
Accepting contact as JSONObject
未关闭
enhancement
- 主要语言
- Python
- 星标
- 1
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
In transactions, when user is adding a transaction, currently system accepts `contact` as `Char`. This should be enhanced to provide a support for accepting this as `JSONObject` rather than `Char`.
For more information refer to iamhssingh/JyessTrading-FE#3
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look at the transaction endpoint where contact is currently a Char field. The change likely involves modifying the serializer or model to accept a JSONObject. Check the linked frontend issue iamhssingh/JyessTrading-FE#3 for context on the expected data structure. Test the updated endpoint to ensure it correctly parses and stores the JSON contact data.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100