Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Modify a profile's writings page to only list titles, and metadata, without the body #26

Closed
unnaturaldeveloper opened this issue Sep 6, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@unnaturaldeveloper
Copy link
Member

Describe the feature you'd like
The current page displaying writings by a user needs improvement. The goal for this feature is to provide an index of all writings, in list format, which includes metadata for each entry (e.g., type, comments, likes, date publishes). Clicking a list item would redirect the viewer to the appropriate entry.
A stretch goal would be to provide the body of the text when hovering over the list item after a period of time.

@unnaturaldeveloper unnaturaldeveloper added the enhancement New feature or request label Sep 6, 2018
unnaturaldeveloper added a commit that referenced this issue Sep 12, 2018
The user interface to view the list of a user's writings is horrible,
primarily because the index includes the full body of the writing text.
This feature compiles the entire list of writings, sorts them by date,
and removes the body text, leaving only the title and metadata for the
post.

A viewer can now discover more writing by a user, because all of the
content is available on one page.

Closes: #26
@unnaturaldeveloper unnaturaldeveloper added this to the v1.4.2 milestone Sep 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant