Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #305 from communitiesuk/FS-4389-HSRA-Start-date-an…
Browse files Browse the repository at this point in the history
…d-round-name

FS-4389: HSRA-Start-date-and-round-name-added
  • Loading branch information
hamzabinkhalid authored May 15, 2024
2 parents ad6a358 + 41aa42a commit ff6a83e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/fund_loader_config/hsra/hsra.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# TODO Dates are still being debated and are likely to change
HSRA_OPENS_DATE = datetime(2024, 6, 27, 11, 00, 0, tzinfo=timezone.utc) # 2024-06-27 11:00:00
HSRA_START_DATE = datetime(2024, 6, 27, 11, 00, 0, tzinfo=timezone.utc) # 2024-06-27 11:00:00
# TODO The bellow dates are likely to change when the fund is live
HSRA_SEND_REMINDER_DATE = datetime(2025, 1, 27, 11, 59, 0, tzinfo=timezone.utc) # 2025-1-27 11:59:00
HSRA_DEADLINE_DATE = datetime(2025, 1, 29, 11, 00, 0, tzinfo=timezone.utc) # 2025-01-29 11:00:00
Expand Down Expand Up @@ -125,10 +126,10 @@
{
"id": HSRA_ROUND_ID,
"fund_id": HSRA_FUND_ID,
"title_json": {"en": "", "cy": ""},
"title_json": {"en": "Round 1", "cy": ""},
"short_name": "R1",
"opens": HSRA_OPENS_DATE,
"assessment_start": None,
"assessment_start": HSRA_START_DATE,
"deadline": HSRA_DEADLINE_DATE,
"application_reminder_sent": False,
"reminder_date": HSRA_SEND_REMINDER_DATE,
Expand Down

0 comments on commit ff6a83e

Please sign in to comment.