Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

kill goal #3405

Merged
merged 2 commits into from
May 13, 2015
Merged

kill goal #3405

merged 2 commits into from
May 13, 2015

Conversation

chadwhitacre
Copy link
Contributor

Since users will no longer receive payments directly, there's no need for them to be able to publish a personal goal. Our goal implementation was half-baked anyway. If we want goals for teams we should implement them properly (a la Kickstarter, Patreon, Salt, etc.).

Incorporates #3402 and #3403.

@chadwhitacre
Copy link
Contributor Author

At this point I'm planning to rebase this one a couple other PRs are landed first. See #3399 (comment).

@chadwhitacre
Copy link
Contributor Author

We want to turn off tipping (#3406) before we land this, because without this someone could tip a "patron-no-tips."

Since users will no longer receive payments directly, there's no need for
them to be able to publish a personal goal. Our goal implementation was
half-baked anyway. If we want goals for teams we should implement them
properly (a la Kickstarter, Patreon, Salt, etc.).
This was a computed property of Participants that depended on goal.
@@ -0,0 +1,5 @@
BEGIN;

ALTER TABLE participants DROP COLUMN goal;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@whit537 - Are you sure we want to start dropping columns right now? Wouldn't it make sense to leave it all in there, and delete after we're done migrating?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I see what you're doing - only deleting the columns that we won't find useful at all.

@rohitpaulk
Copy link
Contributor

Tipping has been disabled, I'm merging this.

rohitpaulk added a commit that referenced this pull request May 13, 2015
@rohitpaulk rohitpaulk merged commit 09b7232 into master May 13, 2015
@chadwhitacre chadwhitacre deleted the kill-goal branch May 13, 2015 10:33
@chadwhitacre
Copy link
Contributor Author

!m @rohitpaulk

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants