Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup main user pages with new UI #51

Open
durden opened this issue Jan 9, 2013 · 2 comments
Open

Cleanup main user pages with new UI #51

durden opened this issue Jan 9, 2013 · 2 comments

Comments

@durden
Copy link
Member

durden commented Jan 9, 2013

Currently when you go to http://codrspace.com/durden it shows all of the posts. I'm getting quite a few and loading all of them in one big page is a little annoying. We could fix it with 1 of the following:

  • Paginate articles
  • Make the main user page (or user's blog 'home') to just be a list of article titles instead of the full article text
  • Something awesome like this which has a great listing of all articles and just teaser text.
@durden
Copy link
Member Author

durden commented Jan 12, 2013

I looked into this a little bit and the 'issue' is that we are using the _post_content.html template in both the user homepage template and the detail article view.

We can do a few things to remedy this:

  1. Make a new template that could be used by the user homepage template to show a post title and maybe the first 200 characters or something of the post.
  2. Don't make a full template for this and just put a little snippet that shows post title and first X characters of a post into the user homepage template directly.
  3. Add a few arguments to the _post_content.html template that can handle whether we are showing 'article previews' or the full article.

@vote539
Copy link

vote539 commented Apr 18, 2015

I asked a friend of mine to review my online portfolio, and one thing he mentioned was that he couldn't find an index of all my Codrspace blog posts. It would be nice to have an index of all Codrspace blog posts on the main user page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants