Closed 7alip closed 1 year ago
@MustafaTRKYLMZ What else can we add to the keywords list?
@MustafaTRKYLMZ What else can we add to the keywords list?
we can add özgürlük, tutsak bebekler, cezaevi ihlalleri, geri itme ( push back), hasta tutuklular, tutuklu gazeteciler, yaṣam hakkı, kadın hakları, eğitim hakkı,
we can add özgürlük, tutsak bebekler, cezaevi ihlalleri, geri itme ( push back), hasta tutuklular, tutuklu gazeteciler, yaṣam hakkı, kadın hakları, eğitim hakkı,
We should probably create different list for each language.
Another important point is to improve filtering. For example, rather than hasta tutuklular
, we can search for hasta + tutuklu
to get more results. Maybe later, we can save news content without having to fetch it from the frontend (otherwise we might fetch huge data). The aim of saving the content is to be able to do backend search/filtering for news content as well.
we can add özgürlük, tutsak bebekler, cezaevi ihlalleri, geri itme ( push back), hasta tutuklular, tutuklu gazeteciler, yaṣam hakkı, kadın hakları, eğitim hakkı,
We should probably create different list for each language.
Another important point is to improve filtering. For example, rather than
hasta tutuklular
, we can search forhasta + tutuklu
to get more results. Maybe later, we can save news content without having to fetch it from the frontend (otherwise we might fetch huge data). The aim of saving the content is to be able to do backend search/filtering for news content as well.
Can we make dinamic filter.? If we want we can create new filter world instand of static key world. For example 'add new key world, update or delete'
Add filter buttons in
apps/admin/pages/news
. When you click a button, you can set the keyword tosearchItem
state. Filtering should be case insensitive. Buttons can be horizontally scrollable when the viewport gets smaller (overflowX: auto).