-
Notifications
You must be signed in to change notification settings - Fork 2
Delete coaching sessions #115
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
Conversation
jhodapp
left a comment
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.
Looks fantastic! One minor suggested change to make.
domain/src/gateway/tiptap.rs
Outdated
| } | ||
|
|
||
| pub async fn create(&self, document_name: &str) -> Result<(), Error> { | ||
| let url = format!( |
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.
I suggest pulling this up to the top of this module since it's repeated for create and delete, which will also help centralize it in case TipTap ever changes their cloud API paths.
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.
Great idea 3e0a566
3e0a566 to
961d084
Compare
Description
Adds endpoint for deleting existing coaching sessions.
The following applies:
Changes
domain::coaching_sessionsTesting Strategy
Tested locally against refactor-group/refactor-platform-fe#100