SwEnt-Group13 / Unio

The world’s largest campus life platform.
3 stars 1 forks source link

feat(explore): implement base of the explore screen #14

Closed Zafouche closed 2 weeks ago

Zafouche commented 2 weeks ago

Things that still need to be implemented:

Zafouche commented 2 weeks ago

This is what it looks like for now, none of the actual design is here since the figma needs to be further developed, only the logic is implemented.

Screenshot 2024-10-05 at 19 25 50

Logic: Associations are sorted as such: vertically, they are separated by category, and then in each category, they are displayed and sorted alphabetically (regarding their acronym's first letter) horizontally

Zafouche commented 2 weeks ago

The duplicate code analysis is the mock list of associations, would probably be good to move it on the firebase database when we decide how and when a category of an association is chosen.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
78.0% Coverage on New Code (required ≥ 80%)
13.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Zafouche commented 2 weeks ago

Will have to remove the MockAssociations class later in a different PR to remove code duplicates.