Refractor fund views (#4308)
Break down the views into more managable modules and move them all into the apply/funds/views/ folder and update the urls.py. No logical change is done. The views.py is getting too big
parent
de8fcf12
No related branches found
No related tags found
Showing
- hypha/apply/funds/services.py 0 additions, 30 deletionshypha/apply/funds/services.py
- hypha/apply/funds/tests/test_views.py 1 addition, 1 deletionhypha/apply/funds/tests/test_views.py
- hypha/apply/funds/urls.py 24 additions, 25 deletionshypha/apply/funds/urls.py
- hypha/apply/funds/views/__init__.py 75 additions, 0 deletionshypha/apply/funds/views/__init__.py
- hypha/apply/funds/views/all.py 3 additions, 3 deletionshypha/apply/funds/views/all.py
- hypha/apply/funds/views/partials.py 6 additions, 106 deletionshypha/apply/funds/views/partials.py
- hypha/apply/funds/views/reminders.py 120 additions, 0 deletionshypha/apply/funds/views/reminders.py
- hypha/apply/funds/views/results.py 123 additions, 0 deletionshypha/apply/funds/views/results.py
- hypha/apply/funds/views/reviewer_leaderboard.py 92 additions, 0 deletionshypha/apply/funds/views/reviewer_leaderboard.py
- hypha/apply/funds/views/revisions.py 104 additions, 0 deletionshypha/apply/funds/views/revisions.py
- hypha/apply/funds/views/staff_assignments.py 56 additions, 0 deletionshypha/apply/funds/views/staff_assignments.py
- hypha/apply/funds/views/submission_delete.py 54 additions, 0 deletionshypha/apply/funds/views/submission_delete.py
- hypha/apply/funds/views/submission_detail.py 319 additions, 0 deletionshypha/apply/funds/views/submission_detail.py
- hypha/apply/funds/views/submission_edit.py 775 additions, 0 deletionshypha/apply/funds/views/submission_edit.py
- hypha/apply/funds/views/translate.py 199 additions, 0 deletionshypha/apply/funds/views/translate.py
Loading
Please register or sign in to comment