mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
List artwork by artist via /artworks/<artist-name>
This commit is contained in:
parent
780be15ed0
commit
cad2f5f730
8 changed files with 63 additions and 12 deletions
10
README.md
10
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue