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.
Scope
Create a Blog Functionality
Features
Create a blog_article resource with following
ressourcescolumns:Create a tag ressource with following columns:
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.