Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aktuelt): minimal viable news pages #9

Merged
merged 4 commits into from
Dec 5, 2023
Merged

Conversation

niccofyren
Copy link
Member

Closes: #7

Exposes news pages on http://localhost:8000/api/v2/news with semi-realistic fields (in output and on admin pages). Still a lot of possible tweaks both to improve output structure and admin UI, but this should likely cover the minimum we need to replace existing WP articles.

Know questions

  • How to best output body and intro content? Body allows various sections/blocks that can include more advanced or custom content types. For now we just use the defaults, but we might know/figure out better approach once frontend work starts.
  • How to best organise admin UI? Wagtail allows for different ways of grouping fields, but we now dump everything into main content_panels in a semi-random order. Once we are more familiar with config and usage we should adjust as needed.

@niccofyren niccofyren marked this pull request as ready for review December 2, 2023 19:49
@niccofyren niccofyren requested a review from a team as a code owner December 2, 2023 19:49
@niccofyren niccofyren merged commit bd183e5 into main Dec 5, 2023
5 checks passed
@niccofyren niccofyren deleted the v1-news-pages branch December 5, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Aktuelt section
1 participant