-
Notifications
You must be signed in to change notification settings - Fork 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
VueJS SPA #2
Conversation
This was causing huge performance overhead.
This reverts commit 3b4a45a.
- Copy cache dir inside dist - Update URLs to point to the served repo - MIN_DATE is a global constant
# Conflicts: # engine-benchs.html # stdlib-benchs.html
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.
- Looks like
index.json
format remains unchanged. Good. - keep existing
engine-benchs.html
andstdlibs-benchs.html
files -
- keep links to them at main index page
- continue to regenerate the old HTML pages until we decide new UI is good enough
import { useDataPointStore } from '../stores/dataPointsStore' | ||
import { useLabelStore } from '../stores/labelStore' | ||
|
||
export interface Commit { |
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.
These interface
s seem to describe the structure of JSON files that are being loaded in. How are they connected to the schema definitions? Why do we have TypeScript definition and also JSON schema definition?
Having two independent definition is good only for one thing: to make them inconsistent.
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.
Let's deal with this schema-related issues once we tackle the new data in enso-org/enso#10224
Closes enso-org/enso#10212
Replaces the statically generated web pages by a VueJS single-page-application.
Docs in README.md.
Currently testing the deployment in the forked repo https://github.com/Akirathan/engine-benchmark-results