Solvro / mobile-topwr

ToPWR mobile flutter application
https://solvro.pwr.edu.pl/portfolio/to-pwr
GNU Affero General Public License v3.0
14 stars 1 forks source link

[mobile - 12] Faculties tab #24

Closed AleksaZakrzewska closed 4 months ago

AleksaZakrzewska commented 6 months ago

This issue is related to the full functionality of the faculties tab. The user can freely search for departments by name and browse in list view.

AC1 I can browse the list of departments according to the design mockup.

AC2 As a user, I can search for a department by name

simon-the-shark commented 4 months ago

29 is being merged with majority of the feature, but proper scaling of the tiles is still TODO:

Zrzut ekranu 2024-02-12 o 18 24 23 Zrzut ekranu 2024-02-12 o 18 25 55

simon-the-shark commented 4 months ago

I have reused/refactored some parts (common or similar elements with map tab) in #37 . Including those tiles, which now have text pinned to left and image to right, as they grow wider in width. To make it look good, I changed ListView to GridView. I believe should be fine for now. Zrzut ekranu 2024-02-22 o 16 59 50 simulator_screenshot_58E4061A-732E-47C2-8E15-7E3A2FED03D3 simulator_screenshot_CF861DE1-7AB1-40B9-A26A-C688EDBE33B4

Closing with merge.