Skip to content

Conversation

@dhanavadh
Copy link
Contributor

Summary

  • Added FM night button, nav menu for /firstdate/events/freshmen-night/
  • rm event checking hardcode >> use loop to check the event
  • for staff role nothing changed just fetch the opening event from backend
  • all fm night related features are tested. (Locally passed)

Preview

localhost_4321_firstdate_home(iPhone SE) (1) localhost_4321_firstdate_home(iPhone SE) localhost_4321_firstdate_events_freshmen-night_(iPhone SE)

- added fm night regis button for student role
- cleared hardcode for checking the opening event
- added fm night link to navbar
@dhanavadh dhanavadh requested review from MasterIceZ and neennera July 19, 2025 07:58
@neennera
Copy link
Contributor

please fix staff event-regis in no-event period kubๆ
image

- changed to hardcode event-period

```
const eventPeriods = {
      FIRSTDATE: {
        start: new Date("2025-08-19T00:00:00+07:00"),
        end: new Date("2025-08-19T23:59:59+07:00"),
      },
      RPKM: {
        start: new Date("2025-08-02T00:00:00+07:00"),
        end: new Date("2025-08-02T23:59:59+07:00"),
      },
      FRESHMENNIGHT: {
        start: new Date("2025-08-03T00:00:00+07:00"),
        end: new Date("2025-08-03T23:59:59+07:00"),
      },
    };
```
@MasterIceZ MasterIceZ merged commit b44f991 into dev Jul 19, 2025
7 checks passed
@dhanavadh dhanavadh deleted the feat/firstdate/fmnight branch July 21, 2025 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants