tangoclinh1995 / thehonorclub-mobileapp

The Honor Club's Mobile App Project for COMP 3111H
2 stars 1 forks source link

Event list #57

Closed sleeplessclassics closed 7 years ago

sleeplessclassics commented 7 years ago

I am designed a card list with infinite scroll for event list. The card looks like the image attached. Icon the left and the event name on the right. If you click the icon, it redirects you to event information or else if you click the card, it redirects to team creation/join page.

So along with the team name should I show anything else in the event card. Event has start/end date (optional), start/end time(optional), min max size, description, contact email and location.

I was wondering if we also want to show contact email as well.

sleeplessclassics commented 7 years ago

image

tangoclinh1995 commented 7 years ago

Yes, I think you can show the email contact of the event. Basically, you can show any useful information you have already saved in the Firebase Database.

However, I don't understand this part: _So along with the team name should I show anything else in the event card._

Why is there team name in the event list?

sleeplessclassics commented 7 years ago

Sorry, I meant event name

sleeplessclassics commented 7 years ago

I think it is cleared now though