-
-
Notifications
You must be signed in to change notification settings - Fork 17
Improve integration of web front-end #79
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
Conversation
… directories.
Rewrite server.py: @app.get('/') and @app.get('/faq') to serve the front-end.
nochiel
left a comment
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.
Thanks for your work @bwakedavis.
.gitignoreshould be removed from the repository. Each programmers can configure it for themselves since it's not material to Spotbit.- What are the following for? Can we remove them for now given that they don't have any functionality?
static/assets/js/requests.jsstatic/assets/requests_in_ts/requests.ts
- I think we should remove all Javascript libraries that are in the repositories and instead use the ones supplied by official CDNs. That way we have fewer dependencies to worry about maintaining. Always prefer to link to libraries on CDNs.
|
Thanks @nochiel for the review, I have updated and pushed the suggested changes |
nochiel
left a comment
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.
This PR is ready to merge. It implements some of the tasks in #59.
|
Merging thanks to review from @nochiel |
templatesandstaticdirectoriesserver.py:app('/')to serve the front-endaboutpage