From 858ae6dd64da91146ecd117172dcc48440496b22 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Wed, 10 Jan 2024 14:01:38 -0600 Subject: [PATCH] Readme update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a48090d19..2478aeacc02 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,13 @@ yarn prisma:seed yarn dev ``` -## Relevant reading... +## High-priority issues + +The biggest focus at the moment is on getting the app functional without some previously key external services (namely Auth0, Plaid and Finicity). + +You can view the current [high-priority issues here](https://github.com/maybe-finance/maybe/issues?q=is:issue+is:open+label:%22high+priority%22). Those are the most impactful issues to tackle first. + +## Relevant reading - [Learn about how the app is organized as a monorepo](https://github.com/maybe-finance/maybe/wiki/Monorepo-File-Structure-Overview)