Skip to content

This is a very simplistic blog application created so that I can add more features as I learn the code.

Notifications You must be signed in to change notification settings

jabeck/simpleblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fix timestamp into a nicer format http://almosteffortless.com//2007/07/29/the-perfect-timestamp/
Maybe separate date and time
Make number of articles cut off and go on to next page
Have a name associated with each comment
Write code so that categories that are being used by articles cannot be deleted...or just have all articles from the deleted category be re-categorized as "uncategorized"
Change "Publishing" a little so that if an already-published article is being edited, users cannot see saved changes until the person re-publishes?
Add error checking
See how picture looks in "about me" section

Add formatting for the user when they write posts
	
Things I've Finished
	*done* See list of all articles in reverse chron. order + previews
	*done* Write a method to find the most recent article
	*done* Write a method to find the 5 most recent articles	
	*done* Write CSS
	*done* Change Published status to not be an option...just be able to publish. 
	*done* Add a publish button and make it functional
	*done* Make it so only published posts show up on main page.
	*done* Make index prettier
	*done* Allow people to leave comments
	*done* Make an option to customize categories
	*done* Have clicking on each category link to a page that shows all other articles in that category
	*done* Hide "Publish" button if article is already published.
	*done* Make a side panel
	*done* Move "Browse by category" to the side panel
	*done* Have a counter for how many comments there are per article
	*done* Add users
	*done* Things an author should be able to do:
			*done* Log in, stay logged in
			*done* Create new article, modify existing ones
			*done* Add category/subcategory	
	*done* Associated an author with each article
	*done* Allow people to view articles by author

About

This is a very simplistic blog application created so that I can add more features as I learn the code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published