Skip to content

Commit

Permalink
Update dates for first and second reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed Jun 27, 2024
1 parent 1d56e6b commit 5a7e22c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/services/cycle_timetable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,13 @@ def self.holidays(year = current_year)
end

def self.apply_deadline_first_reminder
(apply_deadline - 2.months).beginning_of_week + 1.week
# For 2024, date confirmed is Wednesday 17 July at 6pm
apply_deadline - 2.months
end

def self.apply_deadline_second_reminder
(apply_deadline - 1.month).beginning_of_week + 1.week
# For 2024, date confirmed is Saturday 17 September at 6pm
apply_deadline - 1.month
end

def self.between_cycles?
Expand Down

0 comments on commit 5a7e22c

Please sign in to comment.