-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VIC-1759: See appointment notes in chat
- Loading branch information
1 parent
830e02f
commit 92096d9
Showing
7 changed files
with
17 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -221,29 +221,11 @@ components: | |
EnquiryAppointmentDTO: | ||
type: object | ||
required: | ||
- title | ||
- userName | ||
- counselorEmail | ||
- date | ||
properties: | ||
title: | ||
type: string | ||
example: Intro appointment between counselor and advice seeker | ||
userName: | ||
type: string | ||
example: adviceSeeker1 | ||
counselorEmail: | ||
type: string | ||
example: [email protected] | ||
date: | ||
type: string | ||
example: Fri Sep 30 18:31:00 GMT+04:00 2022 | ||
duration: | ||
type: string | ||
example: 30 | ||
note: | ||
type: string | ||
example: some note | ||
language: | ||
$ref: '#/components/schemas/LanguageCode' | ||
t: | ||
|
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
21 changes: 0 additions & 21 deletions
21
src/main/java/de/caritas/cob/userservice/api/model/AppointmentData.java
This file was deleted.
Oops, something went wrong.
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