You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/02/17 03:36:19 UTC

[whimsy] branch master updated: add notes

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c323e3  add notes
6c323e3 is described below

commit 6c323e3ffae87a8ee89d1f0ae29a86992a757b06
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Feb 16 22:36:13 2018 -0500

    add notes
---
 www/board/agenda/views/pages/fy23.js.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/board/agenda/views/pages/fy23.js.rb b/www/board/agenda/views/pages/fy23.js.rb
index 2071198..52e8f5c 100644
--- a/www/board/agenda/views/pages/fy23.js.rb
+++ b/www/board/agenda/views/pages/fy23.js.rb
@@ -289,6 +289,10 @@ class FY23 < Vue
     @budget.net = @budget.income - @budget.expense
 
     @budget.cash = 1767 + 3*@budget.net + 2*100 + 500 # EA+BTC adjustment
+      # EA adjustment: instead of ramping down, the reduction in expense
+      #                is immediate and constant.
+      # BTC adjustment: we expect to see a minimum of $500K from the recent
+      #                 PineApple Fund BTC donation.
   end
 
   # update budget item when an input field changes

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.