timofeysie / khipu

Electron PWA starter
MIT License
4 stars 1 forks source link

implement categories from a static list #3

Closed timofeysie closed 4 years ago

timofeysie commented 4 years ago

See notes for this task in the readme

timofeysie commented 4 years ago

Here is a sample JSON entry for a category from the Tiwanaku project:

        category: [
            {
                label: 'fallacies',
                language: 'en',
                wdt: 'P31',
                wd: 'Q186150'
            }, {
                label: 'cognitive_bias',
                language: 'en',
                wdt: 'P31 ',
                wd: 'Q1127759'
        }]
dhananjaya90 commented 4 years ago

@timofeysie I just added categories component, and build a hardcoded list with predetermined categories. I kept them in the environment file for now.

timofeysie commented 4 years ago

Issue #15 was opened related to this work.