You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the website lacks a proper system for managing blog posts and news articles. Writing and publishing news is not streamlined.
We would like to implement a new blogging system where news and blog posts can be written and managed more effectively. This could be done in two ways:
Option 1: Create a separate repository for news articles, where the website will fetch the latest posts. This approach keeps the content management system decoupled from the main website and allows easier handling of articles.
Option 2: Implement an admin panel with authorization and a connected database where users can write and publish news directly through the panel. This solution would integrate with the website’s backend and allow direct updates to the site.
The text was updated successfully, but these errors were encountered:
charlottewiltshire0
changed the title
Implement a New Blog and News Management System
[TASK] Implement a New Blog and News Management System
Dec 26, 2024
Currently, the website lacks a proper system for managing blog posts and news articles. Writing and publishing news is not streamlined.
We would like to implement a new blogging system where news and blog posts can be written and managed more effectively. This could be done in two ways:
Option 1: Create a separate repository for news articles, where the website will fetch the latest posts. This approach keeps the content management system decoupled from the main website and allows easier handling of articles.
Option 2: Implement an admin panel with authorization and a connected database where users can write and publish news directly through the panel. This solution would integrate with the website’s backend and allow direct updates to the site.
The text was updated successfully, but these errors were encountered: