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
Is your feature request related to a problem? Please describe.
The blogs that are uploaded in the website could be at risk of being polluted with content not fit for public. So for that reason, we want the blogs to be approved by the admin before being displayed for public at /blogs page.
Describe the solution you'd like!
The solution is to introduce a feature to approve blogs by the admin before being available for general audience. The solution may include:
Introducing a new Boolean field in blogs model 'approved' with default as False.
Only allowing users to see blogs that are approved by admin.
At /adminportal, make a table "Blogs to be approved" under dashboard for admin consisting to blogs awaiting approval.
Add two buttons in the table, "Approve" and "Discard". "Approve" will change the value of approved field in blogs model to True and "Discard" will delete that blog.
Make sure the table you make is responsive.
Describe alternatives you've considered
Feel free to suggest!
Developer Help
None.
The text was updated successfully, but these errors were encountered:
@SamakshAgarwal1112 i would like to work on this issue. I would modify the blog model in applications/blog/models.py and add the necessary field. also i would make a responsive table UI in /adminportal where the blogs can be approved or discarded by the admin only.
Is your feature request related to a problem? Please describe.
The blogs that are uploaded in the website could be at risk of being polluted with content not fit for public. So for that reason, we want the blogs to be approved by the admin before being displayed for public at
/blogs
page.Describe the solution you'd like!
The solution is to introduce a feature to approve blogs by the admin before being available for general audience. The solution may include:
/adminportal
, make a table "Blogs to be approved" under dashboard for admin consisting to blogs awaiting approval.Describe alternatives you've considered
Feel free to suggest!
Developer Help
None.
The text was updated successfully, but these errors were encountered: