Skip to content

InfoEdge v0.1.1

Choose a tag to compare

@gaoyu666 gaoyu666 released this 31 May 12:36
· 1 commit to main since this release

InfoEdge v0.1.1 improves public-open-source readiness.

Highlights:

  • Repository renamed to gaoyu666/infoedge.
  • GitHub Pages demo added: https://gaoyu666.github.io/infoedge/
  • Static demo deployment workflow added.
  • Local backend setup and deployment docs added.
  • Codex for OSS application note added.
  • Dashboard now explains backend-unconfigured static demo state.
  • Public seed endpoint changed to a provider documentation endpoint instead of a host-specific URL.

Validation:

  • npm run build
  • VITE_BASE_PATH=/infoedge/ npm run build
  • python -m unittest tests.test_source_expansion -v
  • GitHub Actions CI and Pages deployment passed