From 206e125da79357adc08d9e54857aceb880b0b829 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 15 Jan 2024 00:22:24 -0600 Subject: [PATCH] Add todo item to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 390d9b86..83935a18 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ Before submitting design contributions, please discuss them with the Standard Eb - Allow submitter or admins to edit unapproved artwork submissions. Approved/in use submissions should not be editable by anyone. +- Expose artist alternate spellings in the "new artwork" form. Alternate spellings should be included as a new `` item, with an artist ID equal to the artist name of record. + - Include in-use ebook slug as a search parameter when searching for artwork by keyword. - Remove `in_use` status for an artwork; instead, an artwork with an `EbookWwwFilesystemPath` that is not `null` should be considered to be "in use" regardless of its `Status`.