Open anprak opened 11 years ago
Looks like it does have videos, but it has 2 topic children, and under those there are videos. Do we need support for an extra level of hierarchy
We can still fix "Exclude topics and tutorials from library with zero videos" for some other example, but for the last comment we'd post a new bug about it.
I think we should not hard code the number of levels we have the library. I thought they weren't hardcoded but seems they are.
There are different types of objects and each one is handled differently with a dedicated page in the app. Shouldn't we be able to handle at whatever level these objects are?
I think we should not hard code the number of levels we have the library. I thought they weren't hardcoded but seems they are.
Fully agreed but right now it seems like it's just a bunch of nested for loops :(. I'll post a new bug about changing this to a recursive parsing algorithm that can support any number of levels.
Removed image since it wasn't an example of this, but leaving this bug to handle the potential issue of 0 videos still showing the topic.
To avoid bad user experiences.