Together-100Devs / Together

Together is a group calendar application using the MERN stack intended to bring discord communities closer!
https://together.cyclic.app/
MIT License
167 stars 112 forks source link

Change API endpoint `getEventsForAdmin` to only show `pending` events #410

Closed Caleb-Cohen closed 1 year ago

Caleb-Cohen commented 1 year ago

Related Issues Project: Admin Dashboard Depends on:

Description Update getEventsForAdmin method in events.js controller such that it will only return all events with a status of pending

Acceptance Criteria Update tests to expect only pending events

Caleb-Cohen commented 1 year ago

Don't think we actually need this.