Releases: louis-vs/spina-admin-journal
0.4.0
This release adds an enum called status
to the spina_admin_article
table which allows articles to have one of a predefined set of statuses. This allows a frontend to control the display of articles, for instance to hide draft articles, or mark articles that are under review, or hide articles for internal use only from the public. The use of an enum means that this functionality is extensible, allowing more statuses to be introduced in future as the need arises.
This update contains a migration to add the new column.
0.3.0
This update adds a new column to the spina_admin_authorships
table, called position
, which allows authors to be ordered within the scope of an individual article. It also adds a sorting action to Spina::Admin::AuthorsController
to handle this, along with relevant views.
This update contains a migration to add the new column.