maybe icon indicating copy to clipboard operation
maybe copied to clipboard

The personal finance app for everyone

Results 459 maybe issues
Sort by recently updated
recently updated
newest added

I wanted to provide a draft PR on this to make sure everyone is aligned with the path I'm going down here. Comments, feedback, recommendations all greatly appreciated. This is...

The original codebase required Auth0 for all auth-related actions. We need to rip that out and replace it with something that's not a third-party dependency. Here are archived reference docs...

help wanted
high priority
💎 Bounty

There are slew of AWS-specific bits...so many that I honestly don't recall what all they were used for. But ultimately we need to make this platform-agnostic so that AWS isn't...

help wanted
high priority
💎 Bounty

The original app made extensive use of Plaid + Finicity for bank data. Unfortunately they both require enterprise contracts to make use of. A much more human-friendly alternative is Teller....

help wanted
high priority
💎 Bounty

Current build from commit [447f598](https://github.com/maybe-finance/maybe/commit/447f5983fe80a218443bceb7c057cb251dcdda6b) fails at `yarn install`, lots of warnings given and critically fails here when trying to download Cypress. Yarn version 1.22.21 ``` Exit code: 1 Command:...

bug

I am seeing these errors when running locally without any Ngrok setup (I never set an auth token for ngrok). Errors: ``` [ ready ] on http://localhost:4200 error: server: unhandled...

Auth0 previously provided this functionality. We'll need to do a few things to replace that, off the top of my head: - Update sign in page with "Forgot password?" link...

help wanted
frontend
email
backend

Postmark is already used pretty extensively throughout the app for email sending, however the environment variables for it are sprinkled all over the app. We need to centralize all of...

help wanted

Right after successful registration the First Account page is missing bank icons: ![image](https://github.com/maybe-finance/maybe/assets/1002461/3c64d01d-2c4b-4bcc-bd68-6451ec2219b1) Because they point to dead URLs. Do you still have them? I can add them.