By: Michael Lynch <git@mtlynch.io>
Use lowercase entry type values for photo and video Switches EntryTypePhoto and EntryTypeVideo from "PHOTO"/"VIDEO" to "photo"/"video". Updates all call sites: - handlers/store.go: MediaEntry.Type changed from string to littlemoments.EntryType so comparisons use the constants directly - handlers/browse.go and handlers/media.go: compare against littlemoments.EntryTypeVideo instead of a string literal - store/memory/memory.go: drop now-unnecessary string cast - tinybeans/convert.go: add littleMomentsEntryType() to explicitly map Tinybeans PHOTO/VIDEO values to the littlemoments constants Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Time to Start | Worker time | Duration | Time to finish | |
| Config | 1s | 1s | 1s | 2s |
| Eval | 4s | 46s | 46s | 51s |
| Build | 4m21s | 2m43s | 2m49s | 7m11s |
| Test | - | - | - | - |
| Deploy | - | - | - | - |
| Suite | 1s | 3m31s | 7m10s | 7m11s |