How can frappe-ui handle this? Pointer appreciated. #68
Unanswered
charleslcso
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Coming from #buildwithhussain YouTube video #1, I would love to use what’s in the video to build my first front end.
But I’m not sure if I can do the following. Would someone be kind enough to share your thoughts?
Basically I use a tool to build 5 HTML/CSS/JS theme pages. Each user has a custom field in User DocType holding the theme number, and more custom fields holding various data to be presented on a theme page, using JS to populate the DOM.
I want the front end to look up this theme number, and then display the right theme page.
Each user has his own subdomain URL. I can proxy it from front end nginx though.
Or am I better off with web pages? Web Page 4
Idea sounds simple, but I’m not sure how to handle this entry point which I need to pass some form of data so that the user can be identified.
Beta Was this translation helpful? Give feedback.
All reactions