-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): add class and coach rating functionality
Introduce methods to rate classes and coaches based on performance summaries. This includes handling exceptions for already rated or non-ratable classes, enhancing user interaction with the app. docs(examples): add example for rating a class Provide a usage example for the new class rating feature, demonstrating how to rate a class and handle the response. fix(exceptions): add specific exceptions for rating errors Introduce AlreadyRatedError and ClassNotRatableError to handle specific cases when rating classes, improving error handling and clarity.
- Loading branch information
1 parent
e48b8b5
commit 1032df1
Showing
3 changed files
with
185 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters