feat(analytics): separate demo and real payment metrics#65
feat(analytics): separate demo and real payment metrics#65afeezorobsco-cyber wants to merge 2 commits into
Conversation
|
@afeezorobsco-cyber is attempting to deploy a commit to the emrekayat's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@afeezorobsco-cyber Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@emrekayat pls review and merge |
|
Thanks for the update. I rechecked this one from the emrekayat account. What passed locally:
I cannot merge it yet for two reasons:
After that, I can recheck and merge if the same tests stay green. |
e97245b to
ac0a5d3
Compare
|
@emrekayat Thanks for the review. I've rebased the branch onto the latest upstream main, resolved the merge conflicts, removed the accidental root dependency changes (@rollup/rollup-darwin-x64 and vitest), and regenerated the lockfile so the PR remains scoped to the analytics demo-vs-real payment split. Everything should now be up to date and ready for another review. Thanks! |
|
@emrekayat pls review and merge |
|
Rechecked from emrekayat. The API analytics tests pass, but the PR is not merge-ready because web typecheck fails. Passing checks:
Failing check:
Errors are in
Please either add |
4302262 to
94981ef
Compare
|
@emrekayat Thanks for the review. you can check now and merge |
94981ef to
78005fc
Compare
|
@emrekayat pls review and merge |
##close #53
Summary
This PR enhances the analytics API and dashboard by clearly separating demo query activity from real settled Stellar payment activity, improving transparency for users, investors, and ecosystem partners.
Changes
/api/analyticsto distinguish demo queries from real settled payments.Testing