Views
hypha.apply.funds.views
¶
SubmissionStatsMixin
¶
get_context_data
¶
Source code in hypha/apply/funds/views.py
BaseAdminSubmissionsTable
¶
Bases: SingleTableMixin
, FilterView
excluded_fields
class-attribute
instance-attribute
¶
get_table_kwargs
¶
get_filterset_kwargs
¶
get_queryset
¶
Source code in hypha/apply/funds/views.py
get_context_data
¶
Source code in hypha/apply/funds/views.py
dispatch
¶
Source code in hypha/apply/funds/views.py
BatchUpdateLeadView
¶
Bases: DelegatedViewMixin
, FormView
setup
¶
get_object
¶
Source code in hypha/apply/utils/views.py
get_template_names
¶
get_form_name
¶
get_form_kwargs
¶
get_parent_kwargs
¶
get_parent_object
¶
get_form
¶
get_context_data
¶
Source code in hypha/apply/utils/views.py
is_model_form
classmethod
¶
contribute_form
¶
Source code in hypha/apply/utils/views.py
get_success_url
¶
form_valid
¶
Source code in hypha/apply/funds/views.py
BatchUpdateReviewersView
¶
Bases: DelegatedViewMixin
, FormView
setup
¶
get_object
¶
Source code in hypha/apply/utils/views.py
get_template_names
¶
get_form_name
¶
get_form_kwargs
¶
get_parent_kwargs
¶
get_parent_object
¶
get_form
¶
get_context_data
¶
Source code in hypha/apply/utils/views.py
is_model_form
classmethod
¶
contribute_form
¶
Source code in hypha/apply/utils/views.py
get_success_url
¶
form_valid
¶
Source code in hypha/apply/funds/views.py
BatchDeleteSubmissionView
¶
Bases: DelegatedViewMixin
, FormView
setup
¶
get_object
¶
Source code in hypha/apply/utils/views.py
get_template_names
¶
get_form_name
¶
get_form_kwargs
¶
get_parent_kwargs
¶
get_parent_object
¶
get_form
¶
get_context_data
¶
Source code in hypha/apply/utils/views.py
is_model_form
classmethod
¶
contribute_form
¶
Source code in hypha/apply/utils/views.py
get_success_url
¶
form_valid
¶
BatchArchiveSubmissionView
¶
Bases: DelegatedViewMixin
, FormView
setup
¶
get_object
¶
Source code in hypha/apply/utils/views.py
get_template_names
¶
get_form_name
¶
get_form_kwargs
¶
get_parent_kwargs
¶
get_parent_object
¶
get_form
¶
get_context_data
¶
Source code in hypha/apply/utils/views.py
is_model_form
classmethod
¶
contribute_form
¶
Source code in hypha/apply/utils/views.py
get_success_url
¶
form_valid
¶
Source code in hypha/apply/funds/views.py
BatchProgressSubmissionView
¶
Bases: DelegatedViewMixin
, FormView
setup
¶
get_object
¶
Source code in hypha/apply/utils/views.py
get_template_names
¶
get_form_name
¶
get_form_kwargs
¶
get_parent_kwargs
¶
get_parent_object
¶
get_form
¶
get_context_data
¶
Source code in hypha/apply/utils/views.py
is_model_form
classmethod
¶
contribute_form
¶
Source code in hypha/apply/utils/views.py
get_success_url
¶
form_valid
¶
Source code in hypha/apply/funds/views.py
BaseReviewerSubmissionsTable
¶
Bases: BaseAdminSubmissionsTable
excluded_fields
class-attribute
instance-attribute
¶
filterset_class
class-attribute
instance-attribute
¶
filterset_class = SubmissionReviewerFilterAndSearch
get_table_kwargs
¶
get_filterset_kwargs
¶
get_context_data
¶
Source code in hypha/apply/funds/views.py
dispatch
¶
Source code in hypha/apply/funds/views.py
get_queryset
¶
If use_settings variable is set for ReviewerSettings use settings parameters to filter submissions or return only reviewed_by as it was by default.
Source code in hypha/apply/funds/views.py
AwaitingReviewSubmissionsListView
¶
SubmissionAdminListView
¶
Bases: BaseAdminSubmissionsTable
, DelegateableListView
Source code in hypha/apply/utils/views.py
excluded_fields
class-attribute
instance-attribute
¶
form_views
class-attribute
instance-attribute
¶
form_views = [BatchUpdateLeadView, BatchUpdateReviewersView, BatchProgressSubmissionView, BatchDeleteSubmissionView, BatchArchiveSubmissionView]
get_form_kwargs
¶
post
¶
get_table_kwargs
¶
dispatch
¶
Source code in hypha/apply/funds/views.py
get_filterset_kwargs
¶
Source code in hypha/apply/funds/views.py
get_queryset
¶
Source code in hypha/apply/funds/views.py
get_context_data
¶
Source code in hypha/apply/funds/views.py
GroupingApplicationsListView
¶
Bases: TemplateView
Template view for grouped submissions
template_name
class-attribute
instance-attribute
¶
SubmissionReviewerListView
¶
Bases: BaseReviewerSubmissionsTable
filterset_class
class-attribute
instance-attribute
¶
filterset_class = SubmissionReviewerFilterAndSearch
excluded_fields
class-attribute
instance-attribute
¶
get_table_kwargs
¶
get_filterset_kwargs
¶
get_queryset
¶
If use_settings variable is set for ReviewerSettings use settings parameters to filter submissions or return only reviewed_by as it was by default.
Source code in hypha/apply/funds/views.py
get_context_data
¶
Source code in hypha/apply/funds/views.py
dispatch
¶
Source code in hypha/apply/funds/views.py
SubmissionListView
¶
Bases: ViewDispatcher
admin_check
¶
reviewer_check
¶
partner_check
¶
community_check
¶
finance_check
¶
contracting_check
¶
applicant_check
¶
dispatch
¶
Source code in hypha/apply/utils/views.py
ExportSubmissionsByRound
¶
Bases: UserPassesTestMixin
, BaseAdminSubmissionsTable
excluded_fields
class-attribute
instance-attribute
¶
get_table_kwargs
¶
get_filterset_kwargs
¶
get_context_data
¶
Source code in hypha/apply/funds/views.py
dispatch
¶
Source code in hypha/apply/funds/views.py
get_queryset
¶
Source code in hypha/apply/funds/views.py
get
¶
Source code in hypha/apply/funds/views.py
SubmissionsByRound
¶
Bases: BaseAdminSubmissionsTable
, DelegateableListView
Source code in hypha/apply/utils/views.py
template_name
class-attribute
instance-attribute
¶
form_views
class-attribute
instance-attribute
¶
form_views = [BatchUpdateLeadView, BatchUpdateReviewersView, BatchProgressSubmissionView, BatchDeleteSubmissionView, BatchArchiveSubmissionView]
excluded_fields
class-attribute
instance-attribute
¶
post
¶
get_table_kwargs
¶
get_filterset_kwargs
¶
dispatch
¶
Source code in hypha/apply/funds/views.py
get_form_kwargs
¶
get_queryset
¶
Source code in hypha/apply/funds/views.py
SubmissionsByStatus
¶
Bases: BaseAdminSubmissionsTable
, DelegateableListView
Source code in hypha/apply/utils/views.py
excluded_fields
class-attribute
instance-attribute
¶
template_name
class-attribute
instance-attribute
¶
form_views
class-attribute
instance-attribute
¶
form_views = [BatchUpdateLeadView, BatchUpdateReviewersView, BatchProgressSubmissionView, BatchDeleteSubmissionView, BatchArchiveSubmissionView]
get_form_kwargs
¶
post
¶
get_table_kwargs
¶
dispatch
¶
Source code in hypha/apply/funds/views.py
get_filterset_kwargs
¶
get_queryset
¶
ProgressSubmissionView
¶
Bases: View
dispatch
¶
Source code in hypha/apply/funds/views.py
get
¶
Source code in hypha/apply/funds/views.py
post
¶
Source code in hypha/apply/funds/views.py
CreateProjectView
¶
Bases: View
dispatch
¶
Source code in hypha/apply/funds/views.py
get
¶
Source code in hypha/apply/funds/views.py
post
¶
Source code in hypha/apply/funds/views.py
UpdateLeadView
¶
Bases: View
dispatch
¶
Source code in hypha/apply/funds/views.py
get
¶
post
¶
Source code in hypha/apply/funds/views.py
UpdateReviewersView
¶
Bases: View
dispatch
¶
Source code in hypha/apply/funds/views.py
get
¶
Source code in hypha/apply/funds/views.py
post
¶
Source code in hypha/apply/funds/views.py
UpdatePartnersView
¶
Bases: View
dispatch
¶
Source code in hypha/apply/funds/views.py
get
¶
Source code in hypha/apply/funds/views.py
post
¶
Source code in hypha/apply/funds/views.py
UpdateMetaTermsView
¶
Bases: View
template
class-attribute
instance-attribute
¶
dispatch
¶
Source code in hypha/apply/funds/views.py
get
¶
Source code in hypha/apply/funds/views.py
post
¶
Source code in hypha/apply/funds/views.py
ReminderCreateView
¶
Bases: View