List artwork by artist via /artworks/<artist-name>

This commit is contained in:
Mike Colagrosso 2024-01-22 21:24:01 -07:00 committed by Alex Cabal
parent 780be15ed0
commit cad2f5f730
8 changed files with 63 additions and 12 deletions

View file

@ -136,16 +136,6 @@ Before submitting design contributions, please discuss them with the Standard Eb
- Converting some constants to enums, like `SORT_*` or `SOURCE_*`.
### Artwork database
- 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.
- Artwork searching/filtering should be done in pure SQL, no after-SQL filtering in PHP.
- Allow listing artwork by artist by visiting `/artworks/<artist-name>`, and link instances of artist name to that URL.
## PHP code style
- Indent with tabs.