Closed Jabineus closed 3 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
digt2107-mass-splitter | ❌ Failed (Inspect) | Nov 26, 2024 8:41pm | ||
mass-splitter | ❌ Failed (Inspect) | Nov 26, 2024 8:41pm |
Summary This branch includes the latest updates to the login page, the group add members/create/show functions and user profile page code. It also contains a slight change to the database schema changing the billers column in pay_groups to a TEXT column from VARCHAR.
New Changes Login page First checks the user's credentials (email) in the backend. If they don't exist, it creates a new user in the backend and stores credentials
New Changes Create group page Creates a new group in the backend Allows users to add and delete members before saving group Allows users to designate billers in group before saving group
Change to database schema The
billers
column in thepay_groups
table has been modified to be of typeTEXT
instead ofVARCHAR
This was done to be able to store a list of multiple billersOther Changes The
env.sample
file was modified to include the google redirect URL The friend placeholders were modified to have valid users The logged in user's info is displayed in user profile page