Wednesday, Dec 15, 2021
shippedBuilding collegepaper app for question paper uploads
Anurag Verma built out a collegepaper Django app in azblog/azblog, working through initial errors and finishing iframe integration across three merged pull requests.
Verma created the collegepaper app to handle question paper uploading [1]. The work started with paper.html, where he encountered a ValueError [2], then moved through completing the base collegepaper functionality [3] and merged the first iteration [4]. He followed this with iframe support across the app, completing all collegepaper iframe work [5] and merging that as a second pull request [6]. The final push completed additional collegepaper features [7], merged as a third pull request [8]. Across the day, Verma shipped 7 commits and 3 merged PRs.
Sources
- creating collegepaper app for question paper uploading · anurag629/azblog
- created paper.html and got error of value error · anurag629/azblog
- completed all collagepaper · anurag629/azblog
- Merge pull request #4 from anurag629/collagepaper · anurag629/azblog
- completed all collagepaper iframe · anurag629/azblog
- Merge pull request #5 from anurag629/collagepaper · anurag629/azblog
- completed all collagepaper · anurag629/azblog
- Merge pull request #6 from anurag629/collagepaper · anurag629/azblog