BitByte-TPC / alumni

Alumni Portal for IIITDM Jabalpur
https://alumni.iiitdmj.ac.in
MIT License
15 stars 54 forks source link

[FEATURE] Add a feature for admin approval for blogs. #172

Open SamakshAgarwal1112 opened 1 month ago

SamakshAgarwal1112 commented 1 month ago

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:

Describe alternatives you've considered

Feel free to suggest!

Developer Help

None.

rohansen856 commented 1 month ago

@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.

SamakshAgarwal1112 commented 1 month ago

@rohansen856 Go ahead