Lendslides from news
https://colab.research.google.com/drive/1x-6Q98r7vzWTGdmJMaH0LtCQkYb1uVRY?usp=sharing
You should implement an API that will accept the news with landslides sent in the following form:
{
'http://time.mk/r/c/76ef8cf977/': {'ner': {'LOC': ['Водно'],
'ORG': [],// ignore
'PER': []// ignore},
'snippet': 'Градежниот инспекторат на Општина Центар ќе утврдува одговорност за пукнатиот потпорен ѕид на Водно. Дали постои опасност од свлечиште на земјиштето и причините за пукањето на ѕидот ќе утврдува ...',
'source': 'Алфа',
'title': 'Ќе се утврдува одговорност за ѕидот кај Водно',
'when': ' 11.07.2012'}, ....
}
Also implement a page that will display the results saved by the API with paging.
We need filters by time range, location, text in the snippet or title and by source.
Also we need an edit forms and delete actions for the values.
The url should be id
in the entity.