Skip to content
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

Merged
merged 86 commits into from
Feb 17, 2025
Merged

VueJS SPA #2

merged 86 commits into from
Feb 17, 2025

Conversation

Akirathan
Copy link
Member

@Akirathan Akirathan commented Feb 17, 2025

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

@Akirathan Akirathan self-assigned this Feb 17, 2025
- 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
Copy link
Member

@JaroslavTulach JaroslavTulach left a 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 and stdlibs-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 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These interfaces 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.

Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vue.js SPA displaying benchmark results - e.g. website 2.0
2 participants