Files
domain-wall/context.md
2025-10-21 13:11:31 +03:00

10 lines
920 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# "Domain Wall" (honestly no idea why I named it this, but juss gonna go wid it)
The goal is to create a product checkout page, something like gumroad/stripe where the user is coming here to do checkout on our product page,
Which is basically a proxy way for us to do the payment on their behalf, e.g how the internet billing companies do over the phone, we're cooking this live-sync panel where the checkout info is shown to the (admin panel) agent whose on the call with the user in order to do the info filling on their behalf, since the user is typing the info on the checkout page it's gonna be 100% accurate and fast.
This is a reboot of my previous learning project which was somewhat a mashup of a travel booking website with this same sync logic.
But now doing a flexible product-based checkout, where the admin can flexibly set products for the customers to bill and then gather the info for the work.