45b46f52

Author: Michael Lynch <git@mtlynch.io>

Committer: Michael Lynch <mtlynch@noreply.codeberg.org>

Canonicalize grocery item text fields (#97)

Normalize whitespace in item names, sections, and notes through domain value
constructors. Notes now use a typed value throughout the handlers and SQLite
store, which prevents non-canonical values from entering new writes and
normalizes previously stored notes when read.

Reviewed-on: https://codeberg.org/mtlynch/grosiree/pulls/97