Implement blog sections in backend #37

Open
opened 2021-09-13 16:34:34 +02:00 by Jef Roosens · 0 comments

A Rusty Bever instance will consist of one or more blog sections. Each of these sections will have its own listing on the website & api. There should be an option to add a title & optional description for each section. Preferably, each post should be stored in its original form, aka in Markdown.

  • Database schema
  • Admin endpoints
    • sections (create, edit, remove)
    • posts (create, edit, remove)
  • API endpoints
    • List sections
    • List posts
A Rusty Bever instance will consist of one or more blog sections. Each of these sections will have its own listing on the website & api. There should be an option to add a title & optional description for each section. Preferably, each post should be stored in its original form, aka in Markdown. - [x] Database schema - Admin endpoints - [ ] sections (create, edit, remove) - [ ] posts (create, edit, remove) - API endpoints - [ ] List sections - [ ] List posts
Jef Roosens added this to the 1.0 - First Release milestone 2021-09-13 16:34:34 +02:00
Jef Roosens added the
enhancement
Backend
labels 2021-09-13 16:34:34 +02:00
This repo is archived. You cannot comment on issues.
There is no content yet.