Improve UX, AI workflows, scenario editing, and multilingual SEO - #6
Merged
Conversation
Update the project and app metadata to reflect the 1.5.3 release by syncing the package version and APP_CONFIG version.
Fix and harden the Vercel demo proxy: add Node types reference and ESM import for APP_CONFIG; prevent memory-store expiry from treating zero as expired (zero = never expire); await Redis decr and tighten Redis import typing; validate that request JSON is an object (reject non-object/array bodies). Add scripts/demo-api.test.ts with verification tests and wire it into package.json test scripts. Update tsconfig.node.json to include the api folder so the server handler compiles. These changes improve runtime correctness and add CI-style coverage for the demo proxy.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR brings together the MoneyTrace 1.7.0 improvements across mobile UX, AI-assisted workflows, scenario management, multilingual SEO, and Demo API reliability.
Highlights
AI workflows and safety
Multilingual SEO
/and English from/en, with localized legal and informational routes.hreflanglinks, Open Graph metadata, Twitter cards, and JSON-LD.sitemap.xml,robots.txt, and a no-index 404 page during production builds.Demo API reliability
Validation
npm testnpm run lint— 0 errors, 2 existing Fast Refresh warningsgit diff --check main...HEADnpm run build— not run while drafting this PR because it regeneratesdist