-
Notifications
You must be signed in to change notification settings - Fork 1
basic design implemented in Golang #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
basic design implemented in Golang #1
Conversation
static/example.html
Outdated
|
||
if (window.console==null) { window["console"] = { log : function() {} } }; // some browsers do not set console | ||
|
||
var Application = function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we separate javascript in separate folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
static/js/ folder would be fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay!
for now you can keep the title: "Chatbot Sharing Portal" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please provide credits/reference in chatbot.js file.
We had made the design in adobe XD. Adobe XD has a web export plugin which creates a basic html template. The code in chatbot.js has been generated using that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 suggestions:
a) Can we go with some web framework like gin-gonic?
b) also we can separate content with markdown files: https://jonathanmh.com/creating-simple-markdown-blog-go-gin/
Okay! We will look into it. |
No description provided.