Skip to content

Latest commit

 

History

History
85 lines (69 loc) · 2.78 KB

Frontend Requirements.md

File metadata and controls

85 lines (69 loc) · 2.78 KB

Frontend Requirements

Home Page

  • Shows list of albums1
  • Has popular, new, and curated albums sections
  • Has album search function

Profile Page

  • Shows user information
  • Shows list of owned2 albums
  • Profile owner is able to edit their profile

Album Page

Comic Chapter Viewer Page

Comic Chapter Editor Page

  • The artist is able to add new or change existing images via image picker
  • Images are sortable
  • The artist is able to pick existing or create new album on the fly

Novel Chapter Viewer Page

  • Views markdown formatted text4
  • Has comments section

Novel Chapter Editor Page

  • Has WYSIWYG text editor
  • WYSIWYG editor makes markdown formatted text

Site Wide Administrative Page

Comments Section

  • Available by default
  • Can be switched off
  • The owner is able to choose between comments provider[5]

Built-in Comments Viewer

  • Linear comments flow6
  • Every logged-in user is able to add or reply comments

Image Viewer

  • Views one image at a time
  • Has navigation to view other images in a chapter

Image Picker

  • Image picker is an image uploader and viewer
  • Image picker is a standalone component, so its style must be configurable dependent on usage

Configurable Login Options

Configurable Email Options

Glossary

1. Album

Collection of chapters

2. Owned

Album / chapter uploaded by the logged-in current user.

3. Chapter

A collection of comic images or a single novel chapter.

4. Formatted Text

Text that contains special formatting for pretty visual.

5. Comments Provider

Service like disqus or inhouse built-in

6. Linear Comments Flow

A commenting system like 4chan. No pyramid structure, only mentions.