Open chellygel opened 1 year ago
For example, we discussed these permutations, with improved names:
def calculate_per_day_possible(): OPTIONS 1 & 2 def calculate_per_day_per_week_possible(): OPTIONS 1 & 2 def calculate_per_week_possible(): OPTIONS 1 & 2
Another permutation as having no end date, but we want to calculate how long it would to take to watch:
Five episodes per day, five episodes a week, and 50 episodes overall. It would equal two weeks of watching.
Additionally we want users to be able to do the following:
For example, we discussed these permutations, with improved names:
Another permutation as having no end date, but we want to calculate how long it would to take to watch:
Additionally we want users to be able to do the following: