Skip to content

Commit

Permalink
Update readme with todos
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jan 16, 2024
1 parent d3bde7d commit 1627c99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,14 @@ 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 `<datalist>` item, with an artist ID equal to the artist name of record.
- Tags should be searched as whole words. For example a search for `male` should not return items tagged as `female`.
- 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`.
- Artwork searching/filtering should be done in pure SQL, no after-sql filtering in PHP.
## PHP code style
- Indent with tabs.
Expand Down

0 comments on commit 1627c99

Please sign in to comment.