jackfrued / jackfrued/Python-100-Days
43.静态资源和Ajax请求.md: 好评”和“差评”功能映射对应的URL写错; 46.报表和日志.md:生成echarts 路由写错
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
1. path('praise/', views.prise_or_criticize),
path('criticize/', views.prise_or_criticize),
这里面的方法名和方法 def praise_or_criticize(request):没对应上
赞应该是praise
2.urlpatterns = [
# 此处省略上面的代码
path('teachers_data/', views.export_teachers_excel),
# 此处省略下面的代码
]
这里export_teachers_excel 应该是get_teachers_data
然后缺一个展示图表的路由
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
Review 43.静态资源和Ajax请求.md and 46.报表和日志.md, then compare the documented URL patterns with the referenced view definitions. Correct the praise mapping and export view name, add the missing chart route described by the issue, and verify both examples are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100