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 individual page #112

Open LKASTI opened 3 months ago

LKASTI commented 3 months ago

Needs following:

LKASTI commented 3 months ago

Started working on this.

Added Jonathan's code used in event individual page, and the required navigation code to go from club list to individual page.

Planning to add:

LKASTI commented 3 months ago

All UI for the favorite button has been added.

I did not have any HTTP request calls for updating a user's favorited club because we simply don't have that implemented in the backend yet, so that's something I will have to do.

Still need to add links to associated events.

LKASTI commented 3 months ago

The heart "favorite" button can be clicked and will be filled or unfilled.

Image

LKASTI commented 3 months ago

Club events are now being displayed on a club page and are clickable to navigate to the individual event page.

There is a bug with navigation to the individual event page that will not let the user pull up the club search page from the side bar. Will discuss with team later.

Also need to discuss UI issue with Jonathan regarding LinearLayout.

Also I have changed the createDateView() and createTextView() methods in EventListFragment.java to be public and static so I can access them in the individualClubFragment.java file.

Image