MPA

From the to-do list: MPA V1.0: API integration bugs and improvements

✔ Tags images for home page

Comments

Pierre henri Seylan on August 7, 2019:

In the home page, 2 sections are displayinng tags along with images:
-Genres
-Moods

We are going to change the logic and get the images directly from the server.
The admin section of the website already allows to add an image for a tag.

to-do:

1. Check API:
Let's veriifiy if the API provides the images url associated with a tag.
If not, the web developer should add it.

2. Change app's logic:
Instead of displaying pre-defined tags in the genres and mood sections of the home page, the app should display thos items dynamically.
This means:
  • display all items which contain an image, alphabetically 

This means that all genres tags which are provided with an image are displayed in the genres section, alphabetically.
The same for moods.

Karim Alabtakh on August 9, 2019:

Done without checking for image contains to be able to test.

Karim Alabtakh on August 13, 2019:

done