Skip to content
This repository has been archived by the owner on Mar 24, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 867 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 867 Bytes

CF Blog

This Rails application is an optional module, creating a blog.

To Do / Bugs

  • Add white background to navigation, particularly in fixed mode.
  • Add User model.
  • Install Devise & CanCanCan.
  • Restrict article creation and editing to users only.
  • Only show "edit" links to logged in users.

- [ ] Show "new" link to all users, redirect users who are not logged in to sign in page.

  • Hide new post link to users that aren't logged in.
  • Add Comments model.
  • Add a form underneath articles to allow readers to add comments.
  • Allow authorised users to delete comments.
  • Validate comments to prevent empty messages.
  • Add pagination for index page.
  • Add pagination for comments on article page.
  • Update views for devise forms.
  • Overwrite bootstrap button styles to remove border-radius.