Skip to content

Releases: cseg-michigan/chez-betty

Add ability to archive users

20 Mar 00:24
Compare
Choose a tag to compare

Lets us clean out users who haven't used Betty in a long while.

Backend fixes and fundraising

10 Mar 02:34
Compare
Choose a tag to compare
  • fix sort order
  • filter deleted transactions from graphs
  • update FAQ
  • add fundraising banner

Update shame and fix float error

25 Feb 05:05
Compare
Choose a tag to compare
  • 1 lingering float issue
  • updated shame splash page, but did not activate it
  • improved inventory page

UI Improvements & Floating point fix

24 Feb 16:33
Compare
Choose a tag to compare
  • Make wall of shame on terminal more visible
  • Add "+" button for incrementing item in cart
  • Speed up admin index
  • Sticky table headers
  • Display fees and discounts totals
  • Be more rigorous about using Decimal() and not float()

New Terminal UI

27 Jan 16:20
Compare
Choose a tag to compare
  1. Changed to a two page terminal: login and purchase/deposit. Everything that you can do elsewhere you now have to.
  2. Added "Wall of Shame" fee.

Backend page speedup, and improved deadbeet handling

20 Oct 01:28
Compare
Choose a tag to compare
  • Remove the on/off sliders from most backend pages that take forever to load
  • Add "pay to $25" button
  • Other fixes for making it easier/better for people to pay betty back

Fix display of near-zero user balances

28 Aug 21:02
Compare
Choose a tag to compare

We store balance as a float (mistake), so we need to handle the -$0.00 rounding error case.

Direct payment links; UI improvements

28 Aug 20:45
Compare
Choose a tag to compare
  • Add a direct payment link that allows users to pay with CC without logging in
    • Change e-mail reminders to use this link by default
  • Add backspace and clear buttons to UMID login

Add user report generation

24 Jun 04:31
Compare
Choose a tag to compare
  • Pool owners can now generate reports on pool activity.
  • Fix for the new coinbase API

Notification for pool credit limit

13 May 23:46
Compare
Choose a tag to compare
  • Sends an e-mail notification to the owner when a pool's credit limit is reached
  • Raises the threshold for sending cashbox emails to $1000 min + every $100 after. That configuration should probably be reworked someday to not use static numbers.