Closed eliselavy closed 2 years ago
this need to be fixed https://github.com/C2DH/journal-of-digital-history-backend/issues/25
this need to be fixed https://github.com/C2DH/journal-of-digital-history-backend/issues/93
to fix:
@danieleguido filter by category and by language added in the admin look at here: http://10.240.4.179/admin/jdhapi/tag/?js_language=R
to filter in the front end between Python and R libraries used data[language] Example:
{
"id": 278,
"data": {
"language": "R"
},
"name": "tm",
"category": "tool"
},
or
{
"id": 282,
"data": {
"info": {
"url": "",
"summary": "A little word cloud generator",
"package_url": "https://pypi.org/project/wordcloud/"
},
"language": "python"
},
"name": "wordcloud",
"category": "tool"
},
No info for R tag
hi @eliselavy not sure we should be that specific at filters level, these info can be used for the tootltip?
language
and title html tooltip for the summary added in #388
By clicking on the Issue's item a view with all articles are displayed : articles view
Should be order by publication DESC - last issue first - last article published first
design with filter keywords (inspiration programming historians : https://programminghistorian.org/en/lessons/