mulvaneya7 / Bad-Badgers

1 stars 0 forks source link

#3 A user of your program should be able to enter a month and get a list of all members whose memberships expire that month as well as the cost to renew their memberships. #13

Closed 25wes25 closed 7 years ago

25wes25 commented 7 years ago

3 A user of your program should be able to enter a month and get a list of all members whose memberships expire that month as well as the cost to renew their memberships.

a) Description: User can see an overview of all the expired members based off of the month that the user enters. b) Task: Search function to search through the container, followed by an algorithm to calculate the cost of membership renewal. c) Test: Search for members known to be expired. d) Priority: 6 e) Estimation: 6 f) Done: User should be able to search by month, finding and outputting the expired members followed by the cost of their renewal.