Add application submission id everywhere, with an optional prefix (#3930)
Fixes #3830 This PR allow adding an option prefix to the submission ID's that are auto generated. The prefix can be added by going to round or lab settings page. This PR also ensure the prefix or application ID displayed along with title almost everywhere for each reference. Since the title of application is not unique, this helps add uniqueness to it. The autolinking of submission ids in communication has be updated to account for application id prefix
Showing
- hypha/apply/activity/adapters/activity_feed.py 11 additions, 5 deletionshypha/apply/activity/adapters/activity_feed.py
- hypha/apply/activity/adapters/django_messages.py 5 additions, 3 deletionshypha/apply/activity/adapters/django_messages.py
- hypha/apply/activity/adapters/emails.py 6 additions, 6 deletionshypha/apply/activity/adapters/emails.py
- hypha/apply/activity/adapters/slack.py 32 additions, 23 deletionshypha/apply/activity/adapters/slack.py
- hypha/apply/activity/templates/messages/email/batch_ready_to_review.html 1 addition, 0 deletions...ivity/templates/messages/email/batch_ready_to_review.html
- hypha/apply/activity/templates/messages/email/partners_update_applicant.html 1 addition, 0 deletions...y/templates/messages/email/partners_update_applicant.html
- hypha/apply/activity/templates/messages/email/partners_update_partner.html 1 addition, 0 deletions...ity/templates/messages/email/partners_update_partner.html
- hypha/apply/activity/templates/messages/email/ready_to_review.html 1 addition, 1 deletion...ly/activity/templates/messages/email/ready_to_review.html
- hypha/apply/activity/templates/messages/email/submission_confirmation.html 2 additions, 1 deletion...ity/templates/messages/email/submission_confirmation.html
- hypha/apply/dashboard/templates/dashboard/community_dashboard.html 2 additions, 1 deletion...ly/dashboard/templates/dashboard/community_dashboard.html
- hypha/apply/dashboard/templates/dashboard/partials/applicant_submissions.html 6 additions, 1 deletion...d/templates/dashboard/partials/applicant_submissions.html
- hypha/apply/dashboard/templates/dashboard/partner_dashboard.html 1 addition, 1 deletion...pply/dashboard/templates/dashboard/partner_dashboard.html
- hypha/apply/determinations/models.py 3 additions, 1 deletionhypha/apply/determinations/models.py
- hypha/apply/determinations/templates/determinations/base_determination_form.html 1 addition, 1 deletion...ons/templates/determinations/base_determination_form.html
- hypha/apply/determinations/templates/determinations/batch_determination_form.html 1 addition, 1 deletion...ns/templates/determinations/batch_determination_form.html
- hypha/apply/determinations/templates/determinations/determination_detail.html 1 addition, 1 deletion...ations/templates/determinations/determination_detail.html
- hypha/apply/determinations/templates/determinations/determination_form.html 1 addition, 1 deletion...inations/templates/determinations/determination_form.html
- hypha/apply/determinations/views.py 2 additions, 2 deletionshypha/apply/determinations/views.py
- hypha/apply/funds/management/commands/export_submissions_csv.py 1 addition, 1 deletion...apply/funds/management/commands/export_submissions_csv.py
- hypha/apply/funds/migrations/0120_applicationsubmission_public_id_and_more.py 44 additions, 0 deletions...grations/0120_applicationsubmission_public_id_and_more.py
Loading
Please register or sign in to comment