wmde / mitmachen

Help new Wikipedia editors find articles with known issues
https://tools.wmflabs.org/mitmachen
GNU General Public License v2.0
2 stars 1 forks source link

DEV: show parent category (movies) per topic (Motorsportfilm) #19

Closed darionewmonday closed 5 years ago

darionewmonday commented 5 years ago

There's a missing link in the content's chain. Example: "Fast & Furious" --> article, belongs to "Motorsportfilm" ---> Topic (or category)

At the moment, the chain ends here. Does "Motorsportfilm" belong to a parent category e.g. "Film" ? If so, we could:

dev-ckln commented 5 years ago

How we can see categories and where we can see this kind of hierarchy, then maybe we can get a better idea.

darionewmonday commented 5 years ago

We spoke about this via email. You said that you had to look into the code to see if we can go deeper with the data. That a limit was set, do you remember?

Il lun 2 set 2019, 15:03 Deepak notifications@github.com ha scritto:

How we can see categories and where we can see this kind of hierarchy, then maybe we can get a better idea.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wmde/mitmachen/issues/19?email_source=notifications&email_token=AM3ICHHSKJIPN32EEABZTMTQHUFJPA5CNFSM4IPN2IAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5VYOZY#issuecomment-527140711, or mute the thread https://github.com/notifications/unsubscribe-auth/AM3ICHFJH3JDGQKDMTLBP3TQHUFJPANCNFSM4IPN2IAA .

dev-ckln commented 5 years ago

Yes I remember this, I was asking where we can view this whole thing like visually.

darionewmonday commented 5 years ago

I have updated the layouts. You can find more on Figma, I have invited you. Does it answer your question?

On Tue, Sep 3, 2019 at 11:37 AM Deepak notifications@github.com wrote:

Yes I remember this, I was asking where we can view this whole thing like visually.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wmde/mitmachen/issues/19?email_source=notifications&email_token=AM3ICHGVE6PC4IU3343TTALQHYV35A5CNFSM4IPN2IAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5XTZNY#issuecomment-527383735, or mute the thread https://github.com/notifications/unsubscribe-auth/AM3ICHBDNJKMNIVJ5MUK3ODQHYV35ANCNFSM4IPN2IAA .

--

Mit Freundlichen Grüßen, Dario Zampetti

Product Design & Strategy

M: +49.176.89002563

dario@newmonday-sprint.de newmonday-sprint.de

tobijat commented 5 years ago

The category tree in German Wikipedia can get very complex when going deeper. This is nothing you want to do with a simple SQL query. There are tools for this, the most powerful being https://petscan.wmflabs.org/. Still, you don't want to execute queries there for each user request of the mitmachen-tool. But it maybe helps with understanding and exploring categories on Wikipedia a bit better. E.g. here's a stored query I just did, which looks for subcategories of the parent category "Film" (Movie) on German Wikipedia. It only goes 2 levels deep, be careful with raising the depth level: https://petscan.wmflabs.org/?psid=10919068

dev-ckln commented 5 years ago

Parent category is shown as discussed.