Skip to content

Blog Functionality #1

Description

@fthobe

Scope

Create a Blog Functionality

Features

Create a blog_article resource with following ressources columns:

  • status (draft, published)
  • store (overtake logic from pages)
  • friendly_id slug
  • Title
  • Subtitle
  • author (text string)
  • author_image (upload image)
  • article_image
  • creation_date (timestamp, automatically generated)
  • publishing_date (timestamp, manually) after which the article is published
  • content (text area to insert html)
  • tags

Create a tag ressource with following columns:

  • tag_name
  • tag_description
  • store

Admin:
Group as following:
Content:
|- Pages
|- Blog
|- Media (to be created, not scope yet)

API Modifications required

API is not currently in the scope of the issue, but will be created later on.

Mockups of visual changes required

Given that the final starter frontend is not packaged yet, we will not create visual elements for frontend yet.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

Status
In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions