← All Reports

Report #5

Project: Lenci R1 V0.1.8

2026-02-25 23:24:14

#5 2026-02-25 23:24:14

Description

Issue Description In Models Studio → Character Builder, the Save button is enabled even when the user has not generated a model yet (no generated output to persist). This allows users to attempt saving an incomplete/invalid model state, which can cause confusion (“what did I save?”) and increases the chance of empty/placeholder records being created. Expected Behavior Save should be disabled by default while the model has not been generated. Save becomes enabled only after a successful generation exists (i.e., there is a generated model output/preview tied to the current configuration). If generation fails or is cleared/reset, Save returns to disabled. Acceptance Criteria On initial entry to Models Studio (no generation performed), Save is disabled (visually + functionally). Clicking Save while disabled is impossible (no action, no API call). After the user clicks Generate and generation succeeds (generated model output exists), Save becomes enabled. If the user clicks Reset, changes the character parameters in a way that invalidates the last generated result, or removes the generated output, Save becomes disabled again until a new successful generation occurs. Save always persists the latest successfully generated model (not just the form selections).

Screenshots & Video