You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Challenges & Sponsorings should be refactored. Proposed idea:
Everything is an abstract Challenge, where each implementation is a different variation of the challenges that are available in our system (e.g. OnetimeChallenge, RepeatingChallenge, DistanceChallenge)
Also, UnregisteredSponsors are more loosely coupled, as both UnregisteredSponsor and Sponsor implement the ISponsor Interface
The text was updated successfully, but these errors were encountered:
Challenges & Sponsorings should be refactored. Proposed idea:
Everything is an abstract Challenge, where each implementation is a different variation of the challenges that are available in our system (e.g. OnetimeChallenge, RepeatingChallenge, DistanceChallenge)
Also, UnregisteredSponsors are more loosely coupled, as both UnregisteredSponsor and Sponsor implement the ISponsor Interface
The text was updated successfully, but these errors were encountered: