mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Convert some constants to enums
This commit is contained in:
parent
793d832e92
commit
531e3600ea
14 changed files with 93 additions and 248 deletions
|
@ -134,12 +134,16 @@ Before submitting design contributions, please discuss them with the Standard Eb
|
|||
|
||||
- Finding a self-hosted replacement for GitHub, like possibly [Gitea](https://gitea.io/) or [GitLab](https://about.gitlab.com/), and figuring out how to reproducably install and update it on the SE server.
|
||||
|
||||
- Converting some constants to enums, like `SORT_*` or `SOURCE_*`.
|
||||
|
||||
### Artwork database
|
||||
|
||||
- Allow submitter or admins to edit unapproved artwork submissions. Approved/in use submissions should not be editable by anyone.
|
||||
|
||||
- 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`.
|
||||
|
||||
## PHP code style
|
||||
|
||||
- Indent with tabs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue