Views
hypha.apply.dashboard.views
¶
MySubmissionContextMixin
¶
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
AdminDashboardView
¶
Bases: MyFlaggedMixin
, TemplateView
my_flagged
¶
Source code in hypha/apply/dashboard/views.py
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
paf_for_review
¶
Source code in hypha/apply/dashboard/views.py
my_tasks
¶
awaiting_reviews
¶
Source code in hypha/apply/dashboard/views.py
active_invoices
¶
projects
¶
Source code in hypha/apply/dashboard/views.py
my_reviewed
¶
Staff reviewer's reviewed submissions for 'Previous reviews' block
Source code in hypha/apply/dashboard/views.py
rounds
¶
Source code in hypha/apply/dashboard/views.py
FinanceDashboardView
¶
Bases: MyFlaggedMixin
, TemplateView
template_name
class-attribute
instance-attribute
¶
my_flagged
¶
Source code in hypha/apply/dashboard/views.py
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
paf_for_review
¶
Source code in hypha/apply/dashboard/views.py
my_tasks
¶
active_invoices
¶
invoices_for_approval
¶
ReviewerDashboardView
¶
Bases: MyFlaggedMixin
, MySubmissionContextMixin
, TemplateView
template_name
class-attribute
instance-attribute
¶
my_flagged
¶
Source code in hypha/apply/dashboard/views.py
get
¶
Source code in hypha/apply/dashboard/views.py
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
awaiting_reviews
¶
Source code in hypha/apply/dashboard/views.py
my_reviewed
¶
Staff reviewer's reviewed submissions for 'Previous reviews' block
Source code in hypha/apply/dashboard/views.py
PartnerDashboardView
¶
Bases: MySubmissionContextMixin
, TemplateView
template_name
class-attribute
instance-attribute
¶
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
partner_submissions
¶
Source code in hypha/apply/dashboard/views.py
ContractingDashboardView
¶
Bases: MyFlaggedMixin
, TemplateView
template_name
class-attribute
instance-attribute
¶
my_flagged
¶
Source code in hypha/apply/dashboard/views.py
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
paf_for_review
¶
Source code in hypha/apply/dashboard/views.py
my_tasks
¶
projects_in_contracting
¶
Source code in hypha/apply/dashboard/views.py
CommunityDashboardView
¶
Bases: MySubmissionContextMixin
, TemplateView
template_name
class-attribute
instance-attribute
¶
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
my_community_review
¶
Source code in hypha/apply/dashboard/views.py
ApplicantDashboardView
¶
Bases: TemplateView
template_name
class-attribute
instance-attribute
¶
get_context_data
¶
Source code in hypha/apply/dashboard/views.py
my_tasks
¶
active_invoices
¶
Source code in hypha/apply/dashboard/views.py
historical_project_data
¶
Source code in hypha/apply/dashboard/views.py
historical_submission_data
¶
Source code in hypha/apply/dashboard/views.py
DashboardView
¶
Bases: ViewDispatcher