python-gsoc / python-blogs

Python Software Foundation GSoC Blog Platform. This system was used until 2024 but is no longer maintained.
http://python-gsoc.org/
GNU Affero General Public License v3.0
41 stars 60 forks source link

GSoC 2019 - Add information tag for blogs #63

Closed botanicvelious closed 5 years ago

botanicvelious commented 5 years ago

This issue is to add a notification block that will display at the top of the screen that can be used to display data to a specific page when enabled. An initial example is a notification with a link to a students non GSoC blog. This would be enabled by the student on their own blog page so it would use the page-specific create permission in django cms.

MastersAbh commented 5 years ago

@botanicvelious So the students should be given the permission to enable it or disable it. So, this can be done by updating user model, keeping a column for this enable or disable ?

botanicvelious commented 5 years ago

It would be best done on the page, then the user who has access to the page would be able to update it.

HAKSOAT commented 5 years ago

@MastersAbh Are you working on this already?

botanicvelious commented 5 years ago

@HAKSOAT give it a go if you want!