Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 903 Bytes

File metadata and controls

35 lines (25 loc) · 903 Bytes

Tasks

Todo

  • API: Import swagger/json schema

  • Codegen: JS support

  • Codegen: Support multiple Sequelize versions

  • Documentation: Document functions and modules

  • Tests: Add Sequelize framework tests

  • Tests: Add E2E browser tests

  • Tests: Increase unit test coverage

  • UI: Add warning when SQL dialect doesn't support data type

  • UI: Refactor css into theme

    • Typeography
    • Colors
    • Grid
    • Layout
  • UI: Refactor code view controls

  • UI: Animate panels on delete

In Progress

  • CI: Run E2E SQL tests for all dialects before prod deploy

Done ✓

  • Codegen: Default values
  • Codegen: Soft deletion
  • API: Persist db options for user
  • Tests: Run E2E SQL tests against all example schemas
  • UI: Allow highlighting of code