You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented the club event page.
The Club Event Page now shows the list of future events and past events and the create event component.
I need to add the Event statistics component.
Also I need to further implement the Event Detail Page which should show the future_attendees, future_absentees and past_attendees of the event.
Each member should also be able to check whether they will attend the event or not
and the admin should be able to check the attendance.
Plus we need to be able to edit or delete the event in the Event Detail Page.
++ For now, in the club event page, the future events and past events come from the clubState.
This means that the events might not be classified according to the time at which the user accessed the club event page, which should be.
I believe this is related to loading issues, and Jinwoo will help with further implementations on this.
!!!!!!!!!!!!!!!!!!!!!!!!화이팅
The text was updated successfully, but these errors were encountered:
I implemented the club event page.
The Club Event Page now shows the list of future events and past events and the create event component.
I need to add the Event statistics component.
Also I need to further implement the Event Detail Page which should show the
future_attendees
,future_absentees
andpast_attendees
of the event.Each member should also be able to check whether they will attend the event or not
and the admin should be able to check the attendance.
Plus we need to be able to edit or delete the event in the Event Detail Page.
++ For now, in the club event page, the future events and past events come from the clubState.
This means that the events might not be classified according to the time at which the user accessed the club event page, which should be.
I believe this is related to loading issues, and Jinwoo will help with further implementations on this.
!!!!!!!!!!!!!!!!!!!!!!!!화이팅
The text was updated successfully, but these errors were encountered: