From the to-do list: MPA V1.0: API integration bugs and improvements
✔ Missing filters
(Completed by Pierre henri Seylan on July 22, 2019)
Comments
Pierre henri Seylan on July 16, 2019:
When testing the remaining filters API, i have noticed a possible bug. Some filters are not appearing in the filters panels.
For example, "kick" or "snare" are not displayed in the "type" filter panel. It seems that the tags categorized as "type 3" are not retruned by the API.
The wished behavior is that type 2 and type 3 tags are both displayed in the same filter panel and filtered together by the remain style API.
Karim Alabtakh on July 22, 2019:
I am confused about your style's categories terminologies. In the database the styles have a type which is a number from 1 to 5
the client sort those types like this:
Genre = 1 Mood = 2 Main = 3 Type = 4 Manufacturer = 5 (labeled as Instrument in UI)
So as I see, you want to add "Manufacturer" styles to the "Type" filter list.
Comments
Pierre henri Seylan on July 16, 2019:
Some filters are not appearing in the filters panels.
For example, "kick" or "snare" are not displayed in the "type" filter panel.
It seems that the tags categorized as "type 3" are not retruned by the API.
The wished behavior is that type 2 and type 3 tags are both displayed in the same filter panel and filtered together by the remain style API.
Karim Alabtakh on July 22, 2019:
In the database the styles have a type which is a number from 1 to 5
the client sort those types like this:
So as I see, you want to add "Manufacturer" styles to the "Type" filter list.
Karim Alabtakh on July 22, 2019: