-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add campaign goal types for recurring donations #7567
Feature: add campaign goal types for recurring donations #7567
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, man! Good job. I have only one thing that should be addressed - showing recurring fields only if the recurring add-on is installed. Other than that, this is good to go.
src/Campaigns/resources/admin/components/CampaignDetailsPage/Tabs/Settings.tsx
Outdated
Show resolved
Hide resolved
src/Campaigns/resources/admin/components/CampaignFormModal/index.tsx
Outdated
Show resolved
Hide resolved
@alaca Nice catch about the recurring add-on, thanks! This is ready for re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey man, much better.
Just put everything in one condition and this is good to go.
src/Campaigns/resources/admin/components/CampaignDetailsPage/Tabs/Settings.tsx
Show resolved
Hide resolved
@alaca Thanks, man! Everything is in one condition now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's much cleaner now. Thanks, man. Good job 👍
Resolves GIVE-1265
Description
This PR add three new goal types related to recurring donations.
Affects
New campaign creating and editing (settings tab)
Visuals
Testing Instructions
Create and edit new campaigns using 3 new options for recurring donations.
Pre-review Checklist
@unreleased
tags included in DocBlocks