ccfcet / karma

Information Management Framework(HTTP API Service) for Educational Institutions.
GNU Affero General Public License v3.0
17 stars 11 forks source link

Add a field to the news_data model to refer to the image associated with a news_data entry. #45

Open santhisenan opened 6 years ago

santhisenan commented 6 years ago

Is your feature request related to a problem? Please describe. The news_data model does not have any field to refer to the image associated with a news_data entry.

Describe the solution you'd like Add an URL field to the news_data model, which can store the URL to the news' image.

Describe alternatives you've considered Storing URL of the image can be done using the idea of slugs as done for other models.

Additional context None.