Skip to content

Remove extra step in login by consolidating partner_user & user into singular user table.

Compare
Choose a tag to compare
@edwinthinks edwinthinks released this 14 Aug 15:12
· 2441 commits to main since this release
6e49e6a

✍️ Description

This release’s major featured change is that we’ve combined the PartnerUser && User records to a single User record. This was needed to simplify our data structure so that we don’t have to manage two separate user records for authentication/authorization.

This DOES NOT include the addition of a role base system to grant access to partner & bank resources. We are making out with just adding a partner_id to User to manage who and who can’t access to partner.

✨ What's New?

  • Consolidated the PartnerUser & User record
  • Added UI changes to allow Banks to switch between bank and partner account (if they have one under the same email). An option to switch between will be underneath the dropdown on the upper right hand corner.
    Captura de Pantalla 2022-08-14 a la(s) 9 44 21 a m
  • Auto downcase partner emails when adding them to keep consistency. “EdwinMak@example.com” will be saved as “edwinmak@example.com
  • Update naming of fields #3039

🐞 Bug Fixes

  • Fix issue that caused Distribution & Donation breakdown to be the same.
  • Fix issue that caused times on the Calendar view to be off.
  • Updated the text in support to say we meet on Sundays and not on Saturdays.

💖 Other Changes