Summary of the Last 30 Days of chuck-stack progress

Here is a summary of the chuck-stack progress from the last month copied from here.

The below bullets represent hundreds of hours. Thank you everyone for your thoughts and consideration!


created: 2024-12-08T13:37:30 (UTC -06:00)
source: Roadmap
author:

Roadmap

Excerpt

The purpose of this page is to describe the application framework progress and deployment roadmap.


Upcoming Milestones

  • more immediate
    • finish table_name and record_uu column convention (make all tables first-class citizens)
    • improve using nu to show data from database (complex nested JSON objects)
    • start reasoning about a ‘window’ that defined dynamic validation for FK
    • create remaining workflow objects
  • thinking about
    • determine role strategy to allow nix-shell to deliver role tools for a given user (map between user and role)
    • create first agent (including rag + prompt + tools)
    • integrate obsidian => git into auto-deployed playground with rag

Week of 2024-11-08 through 2024-12-06

  • created documentation and testing for table partitioning
  • created first version of session with user and entity details
  • created first set to trigger management tools (primary way to implement event-based workflow)
  • refined enum + type + primary tables with provided samples
  • created following basic entities: actor, attribute tag, change log, entity (financial), request (workflow), statistic (denormalized data), system configurator (settings)
  • created first async implementation
  • improved integration with aichat
    • sql tool (psql vs usql)
    • added documentation to test environment - started to use docs and DDL in inference
  • created sequence naming/numbering convention to enforce proper execution sequence
  • resolved tenant and entity strategy
  • deployed first aichat playground to support interacting with work instructions
  • deployed obsidian as a work instruction writing tool (phone, tablet, computer) that also commits to a git review workflow
2 Likes