EOD Status Report 10/21
Blockers

  • I can’t figure out how implement drag and moving object around the canvas in ThreeJs fiber. I haven’t tried very hard, but Claude couldn’t immediately figure it out so I assume I will need to start reading the docs soon…

Learning

  • basic ThreeJS fiber implementation
  • creating configurable components isn’t actually that complicated
  • how to save and load the state of a complex component so that a saved state can render

Wins

  • Managed to create a nicely styled art generator
  • Proved that state can be saved and re-loaded to render anew
  • For externship, got tutor-gpt working locally, so I can actually get started on the feature now!

PRs: (bootcamp)

  1. Fullstack design layout created: https://github.com/fractal-bootcamp/malin.social-art/pull/1
  2. Interactive art component integrated into page: https://github.com/fractal-bootcamp/malin.social-art/pull/2
  3. User can modify animation components: https://github.com/fractal-bootcamp/malin.social-art/pull/3
  4. frontend theme and styling: https://github.com/fractal-bootcamp/malin.social-art/pull/4
  5. saved and loaded state of generated artwork: https://github.com/fractal-bootcamp/malin.social-art/pull/5

PRs: (externship)

  1. Setup config issues addressed, model running locally: https://github.com/kmankan/tutor-gpt/pull/1
  2. updated README with improved setup notes: https://github.com/kmankan/tutor-gpt/pull/2