41 Commits

Author SHA1 Message Date
Chad Whitacre f9135936ea Add view for backed tips 2013-04-15 12:37:45 -04:00
Chad Whitacre 087a301061 Append branch.sql to schema.sql; #449
This has been applied to production.
2013-04-14 13:55:44 -04:00
Chad Whitacre 31ddfe1da8 Drop default from username_lower; #503
This was on there so we could populate the column initially. It's a bug
if the application layer doesn't inserts new participant rows without
this column set.
2013-04-10 22:12:49 -04:00
Chad Whitacre f82e2e435c Move branch.sql to schema.sql; #503 2013-04-10 21:44:00 -04:00
Chad Whitacre 899365f629 Append branch.sql to schema.sql and prune; #287 2013-04-07 00:35:25 -04:00
Chad Whitacre e18809aff4 Rename id sequence for elsewhere table; #406 2013-04-03 16:28:59 -04:00
Chad Whitacre 4db1d3ece8 Oops, forgot to add changes to schema.sql; #141 2013-04-03 12:49:18 -04:00
Chad Whitacre 3808ea6152 Fix up goals.html; #778
We got a nice pull request from @jofusa, which adds our first view to
the schema. It, however, leads to division by zero and had another
niggle or two. This cleans it up.
2013-03-20 03:47:53 -07:00
jofusa eba3b32af2 added view for goals_summary object 2013-03-20 01:15:17 -06:00
Chad Whitacre e6a22f7c83 Fix up repo links; #720 2013-03-11 22:23:46 -04:00
Chad Whitacre be8dc4f8ce Implement UI for recording manual exchanges; #53
Sometimes we do manual payouts (maybe payins someday?) and we need a way
to record those in the database so we don't have to keep doing them
directly in SQL(!). This adds a form to the history page for site admins
to use. It extends the exchanges schema to keep track of who made manual
adjustments and why.
2013-03-05 12:02:33 -05:00
Luke Strickland f156f49697 Changed old whit537 repository links to the new zetaweb repository links 2013-01-12 10:29:34 -06:00
Chad Whitacre bd2787b6bb One account per platform per participant (#406) 2012-12-13 15:17:19 -05:00
Chad Whitacre 23073901e0 Add note re: participants + elsewhere (#406) 2012-12-13 11:35:27 -05:00
Chad Whitacre 9028af9287 Accounts elsewhere need a participant (#406, #35) 2012-12-13 10:48:53 -05:00
Chad Whitacre cde6498bbf Fix schema for nach_failing (#419) 2012-12-13 09:32:13 -05:00
Chad Whitacre 1057b07ef6 A little more schema cleanup (#406) 2012-12-12 21:53:04 -05:00
Chad Whitacre ccc53d17ee Implement Participant.absorb (#406) 2012-12-08 01:20:20 -05:00
Chad Whitacre 5c36f6a4a6 Finish renaming social_network_users (#406)
I am renaming this because I want the Python library nomenclature to
harmonize with the database, and I don't want to call the Python
submodule social_network_users (it was called networks before). Now
they're both called elsewhere. Secondly, I want to broaden the category
to include things that might not necessarily be social networks (is
Vimeo a social network?). Platform is more generic. This commit also
adds some more page smoke tests. There's a lot more to test. :(
2012-12-07 11:02:29 -05:00
Chad Whitacre 4b08a1f889 Convert payin_suspended to is_suspicious (#354) 2012-11-06 12:39:04 -05:00
Chad Whitacre 4d3a249a4c Modify payday to skip payin for suspended (#350) 2012-11-01 18:18:21 -04:00
Chad Whitacre aafd84833f Add simple suspended column (#350)
No time to get logging in place for this (#351).
2012-11-01 16:47:33 -04:00
Chad Whitacre cc6dd6b82d Add NOT NULL constraint to balance (#35, #170) 2012-10-03 19:14:57 -04:00
Chad Whitacre 1c2c6d5c66 Make participant_id mutable in the db (#80) 2012-09-12 19:26:17 -04:00
Chad Whitacre c55cde6996 More whitespace trimming 2012-09-12 18:38:17 -04:00
Chad Whitacre 3874689215 Rough in ACH stats in payday (#22) 2012-08-21 09:25:12 -04:00
Chad Whitacre 9413565c0f Rough in a payouts loop (#22)
I haven't run this one let alone tested it, but this is on the right
track. Should update the paydays table to take stats about ACH credits
(see commented out mark_* calls in record_credit. Also make ach_credit
more robust against failure scenarios listed inline.
2012-08-20 17:54:41 -04:00
Chad Whitacre 8f494d94f8 Reformat schema.sql slightly (#22) 2012-08-20 14:29:22 -04:00
Chad Whitacre 010553329b Merge branch 'master' into payouts
Conflicts:
	schema.sql
	www/assets/%version/gittip.js
2012-08-20 14:22:34 -04:00
Chad Whitacre fcc79934b7 Constrain statement column to NOT NULL (#35) 2012-08-04 19:05:06 -04:00
Balanced Marshall d2a3576025 initial pass at storing bank account info and identifying merchants 2012-07-24 18:10:57 -07:00
Balanced Marshall 5735cac234 initial payouts pass aggregated using settlements 2012-07-24 13:14:51 -07:00
Balanced Marshall f6a22682ea i got that balance in check 2012-07-23 15:07:52 -07:00
Chad Whitacre 62f517ff5d Fix schema.sql to be append-only (#78) 2012-07-18 12:10:07 -04:00
Chad Whitacre e4b0a0f827 Merge pull request #137 from mjallday/balancing-act
Balanced Integration
2012-07-18 08:13:05 -07:00
Chad Whitacre ce0db991b6 Implement funding goal feature (#110) 2012-07-12 13:31:06 -04:00
Pound Marshall 8194fb60cf Merge branch 'master' into balancing-act 2012-07-11 18:07:00 -07:00
Chad Whitacre c6e111f801 Change prompt for anonymity preference (#128) 2012-07-10 09:26:37 -04:00
Pound Marshall 3e26515bf8 good variables tell you what they are 2012-07-09 13:51:58 -07:00
Pound Marshall f89ec575c7 Merge branch 'master' of git://github.com/whit537/www.gittip.com into balancing-act 2012-07-06 16:11:08 -07:00
Chad Whitacre 67a007146a Start stubbing out dummy data (#44) 2012-07-06 16:29:12 -04:00