-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Fetching available theaters with escape game #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, can you add tests in the scrapping-service.test.ts file about the new scrapping function you added in the ScrappingService ?
I will be really cool too if you can add docs in its related route
I'm not doing too well with Swager's doc but he'll try |
The swagger docs is not a requirement don't worry. But if you wanna do it you can have a look at this one https://swagger-autogen.github.io/docs/ |
ok thanks i will do it |
@massdx I've made some refactoring directly in the main branch. You can get a look at it. I also added docs and English language support |
Fetching available theaters with escape game
Description
Added getAllEscapeGames method in theaters controller to fetch all available theaters with escape game.
Created /escape-game route in theaters route.
Added theaters-escape-game.model.ts in models.
tested the end-point
Type of Change