Skip to content
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

Give context for dues suggestions #761

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/views/members/dues/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

%p Membership dues payments are handled via Stripe, which will charge your credit or debit card on the same date each month.

%p If you need to change your dues payment, just fill in the form again and it will be updated. (If you switch your dues to a lower level, our dues system automatically pro-rates your next payments, so you may get charged a lower partial amount [or nothing] on your next scheduled dues payment date. This is ok!)
%p If you need to change your dues payment, fill in the form again and it will be updated. (If you switch your dues to a lower level, our dues system automatically pro-rates your next payments, so you may get charged a lower partial amount [or nothing] on your next scheduled dues payment date. This is ok!)

%h4#your-dues-status Your Current Dues Status

Expand All @@ -27,12 +27,14 @@
- else
%p You don't have a Stripe subscription yet, or it may have been canceled. Please add your credit or debit card, or request a scholarship below! <3

%p On average members give $30 / month, but please select whatever you can afford. Your dues go directly towards sustaining the space, such as paying for rent, buying supplies, and maintaining our tools.
%p Your dues go directly towards sustaining the space, such as paying for rent, buying supplies, and maintaining our tools.

= render 'form', action: "Update"

%h4 Suggestions

%p Our #{ link_to "monthly expenses", "https://docs.google.com/spreadsheets/d/1qkbssNK_u8PnT1jK0eE4isaHkaHBSjiMHFIRlKet22g/edit#gid=1934044271", target: "_blank" } are about $2900.

%table{:width=>"100%"}
%tr
%th Income
Expand Down
2 changes: 1 addition & 1 deletion app/views/members/users/setup.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
%h3 Step Two: Set Up Monthly Dues

%p
Most DU members pay monthly dues, which supports the existence of the space.
Most DU members pay monthly dues, which supports the existence of the space. Our #{ link_to "monthly expenses", "https://docs.google.com/spreadsheets/d/1qkbssNK_u8PnT1jK0eE4isaHkaHBSjiMHFIRlKet22g/edit#gid=1934044271", target: "_blank" } are about $2900.
This is on a sliding scale from $10-$100 — you pay the amount that is right for you, and you can change it at any time (up or down) if your financial situation changes.

%p
Expand Down