allegroplanet / allegro-planet

1 stars 1 forks source link

Add Published Status to Article #65

Closed MarkOates closed 4 years ago

MarkOates commented 4 years ago

Problem

Right now, any and all articles that exist in the database are subject to being displayed once the view and controller are created.

Solution

Add a published status. This will allow authors to create "pending" articles, or allow admins to easily disable articles from public view.


This is actually part 4 of https://github.com/allegroplanet/allegro-planet/issues/63