23 lines
465 B
Markdown
23 lines
465 B
Markdown
# module-booking
|
|
|
|
## CONFIGURATION
|
|
|
|
- Add the component in the project components
|
|
````
|
|
export enum BookingsRessourceEnum {
|
|
workspaces = 'workspaces',
|
|
}
|
|
registerEnumType(BookingsRessourceEnum, {
|
|
name: 'BookingsRessourceEnum',
|
|
});
|
|
|
|
````
|
|
|
|
- Register resolver for the different ressources. In src create a bookings folder with a bookingFieldResolver
|
|
|
|
- Import BookingEngineResolver and the field Revolver of your project
|
|
|
|
|
|
|
|
## TODO
|
|
-- On edit verify ownership |