sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

[Front-end] Club Search / list page #104

Open LKASTI opened 3 months ago

LKASTI commented 3 months ago

Needs Following:

LKASTI commented 3 months ago

Starting to work on this.

Going to try implementing as RecyclerView.

LKASTI commented 3 months ago

Just added HTTP request call for getting all clubs. Only the name is displayed. Pushed to the branch 'Landin'.

I'm not really interested in doing the UI for this, but I'm thinking the list UI could be formatted like this, where the icon can be the capitalized first letter of the club name, or an image if we ever store that kind of data via the backend. Then the arrow will be a clickable link to navigate to the individual club page. The description wouldn't be the entire description, as it can be cut off with ellipses.

Image

LKASTI commented 3 months ago

Utilized Jonathan's code to create club list and navigation to individual pages.

Planning to add:

LKASTI commented 3 months ago

Added search bar that searches based on club name:

Image

LKASTI commented 3 months ago

Updated UI to be similar to event list page.

Image

LKASTI commented 3 months ago

Here is the CSV file containing the example data in the above image:

club_data.csv