-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/issue-1' into main
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# CHANGELOG | ||
## Issue 1 | ||
- As an editor, I want to use a shortcode to format pull quotes in articles so that I can call attention to major insights. | ||
- As an editor, I want to associate articles with their generated PDFs. | ||
- As a reader, I want to read a long piece. | ||
- As a reader, I want to read a short piece. | ||
- As a reader, I want to read notes in context as I'm reading an article so that I can refer to additional information without losing my place. | ||
- As a reader, I want to browse a list of all published issues. | ||
- As a reader, I want to read a statement from the editor describing the project. | ||
- As a reader, I want to preview all content for a single issue. | ||
- As a reader, I want to download an article as a formatted PDF. | ||
- As a reader, I want to download an article as plain text. | ||
- As a reader, I want to get the DOI of an article so I understand it's a scholarly publication and can cite it. | ||
- As a reader, I want to retrieve an article via a persistent URL. | ||
- As a reader, I want to navigate around the site using the footer. | ||
- As a reader, I want to save an article using the Zotero citation manager. | ||
- As a reader, I want to see an error page if content isn't found. | ||
- As a reader, I want to see a note in the plaintext version of an article in place of non-text content like images. | ||
- As a reader, I want to see featured content on the site's homepage. | ||
- As a reader, I want to navigate around the site using a custom navigation in the header. | ||
- As a reader, I want the header navigation to get out of the way when I'm reading text. | ||
- As a keyboard user, I want to see a visual focus indicator so I can easily navigate around the site. | ||
- As a contributor, I want to embed images in pages. | ||
- As a contributor, I want to embed 3-D content in pages. | ||
- As a contributor, I want to embed deep zoom images in pages. |