Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Event Management: Relevant backend changes (PalisadoesFounda…
…tion#1349) * Make changes for attendees in the Event model * Migrate tests and resolvers (init) * Migrate all tests (final) * Add field level resolver to get all registered users for an event * Add volunteers table and field level resolver for volunteers on a task * Introduce the Event Project schema * Update package-lock.json for clean installs * Add additonal field level resolvers * Change resolvers according to frontend requirements * Allow superadmin access in all event related resolvers and update their deletion resolvers * Add auth check in createTask resolver * Make changes according to the UI requirements * Add field level resolver for organization on event model * Add setTaskVolunteers mutation with tests * Add setVolunteers mutation * Add attendee resolvers * Add CheckIn detail * Init CheckIn related changes * Add checkIn schema and basic resolvers * Add testing for all checkin resolvers * Fix installation error * Fix usage of any in resolvers * Pull from dev
- Loading branch information