C2DH / journal-of-digital-history

frontend app for our Digital Journal
GNU General Public License v3.0
20 stars 4 forks source link

Article Overview Page - Filter #348

Closed eliselavy closed 2 years ago

eliselavy commented 2 years ago

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/

eliselavy commented 2 years ago

this need to be fixed https://github.com/C2DH/journal-of-digital-history-backend/issues/25

eliselavy commented 2 years ago

this need to be fixed https://github.com/C2DH/journal-of-digital-history-backend/issues/93

eliselavy commented 2 years ago

to fix:

danieleguido commented 2 years ago
eliselavy commented 2 years ago

@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

danieleguido commented 2 years ago

hi @eliselavy not sure we should be that specific at filters level, these info can be used for the tootltip?

danieleguido commented 2 years ago

language and title html tooltip for the summary added in #388

biumiamy commented 2 years ago

https://www.figma.com/file/7AAZwfbnuuU98vxY00znPw/Filter?node-id=1%3A196