CodeForPhilly / CodeForPhilly/MATchMapper
Write the Django API functions to handle the requests to import data from the scraping scripts
- 主要語言
- Python
- 星號
- 7
- 分支
- 5
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Depending on the decision for issue #11, the Django API functions will work differently. If we have decided to not do a .exe file, we can just create one HTTP request function to initialize scraping and channeling the output from the scrapes directly into our database with Django's ORM model. If we decide to use a .exe file, we probably have to create multiple API functions to handle the output from the scraping differently depending on which source we scraped them from. ** The key idea behind the functions is to convert the json data into the django models before sending them into the database. We might include some logic behind how we will update key entities like providers and sites to solve the chicken-egg problems
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start by resolving the decision in issue #11, then inspect the scraping scripts, Django API functions, and ORM models involved in the import flow. Done means the chosen request path converts scraper JSON into Django models, persists it, and accounts for updating providers and sites without unresolved entity-order problems.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- django, python
- 領域
- api, backend, databases
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100