Skip to main content
  1. /classes/
  2. Classes, Fall 2025/
  3. CS 4140 Fall 2025: Course Site/

cs4140 Notes: 09-12 More Design

·99 words·1 min·

Continuous Integration
#

  • Should be working now.
    • Not sure why the Erlang image needs ubuntu22; probably we can get a later version of that eventually.
    • Needed to map the postgres port.
  • Our goal now is to try to keep the tests passing.

Goal Today
#

  • Review the design ideas from last week.
  • Try to break them down into as many stories as we can come up with such that:
    • Stories can be completed (written, reviewed, etc) before next Friday.
    • Dependencies are explicit and minimal.
    • Each student gets a story.

Initial UI: LiveView

Initial data: Ecto schemas, including embedded schemas.

Nat Tuck
Author
Nat Tuck