• Fiori: Flight simulator for soft skills
  • Beta focused on negotiation skills but want to broaden later to a coach who helps you improve a variety of skills
  • They worked with Postgres at previous employer
  • Found EdgeDB a few years ago and were excited after reading documentation
  • Decided to use it if they had an opportunity in the future
  • Non-technical cofounder (product manager) uses the UI. It’s always open on his desktop.
    • In some cases, they would like a more in-depth view of the data
    • Need to drill down through several nested types to see a given lesson’s content
      • My idea: arbitrary computed column?
  • Declarative schema
    • all in one place
    • comprehensible
  • Worked with Django at previous employer
    • Had to remove it because it wasn’t performant for some of their queries
    • Appreciate there isn’t a thick layer
  • Computed properties
    • One of Victor’s favorite features because of the simplicity and power
    • Reminds him of Swift computed properties
      • Ask ChatGPT about this
    • Introduced medals
      • Can get a score of 0 to 30 for a practice. You get a medal when you hit certain thresholds.
      • With computed properties, the score can be the source of truth and the medal can be computed from that.
  • Schema size:
    • Would be really cool if our user story pages could contain an interactive version of the user’s schema
  • Feature request: show all connections at the same time Todo
  • Feature request: save schema visualization to PNG Todo
    • SVG?
  • Bug: When dragging schema visualization, text can be selected during drag Todo
    • May only happen on double-click
  • Using TypeScript with Deno (on Deno Cloud), Nuxt
  • A lot of business logic is in EdgeDB
  • They are currently using Auth0
  • They want a more mature product which is why they chose it.
  • They are not happy with it though, so they are watching EdgeDB Auth closely.
  • If someone signs up with email and then a third-party provider, it creates two users with the same email address.
  • Feature request: Generate typescript from UI query builder Todo
  • 2k objects across 30
  • Feature request: Allow for a data explorer to view a query Todo