Skip to content

Commit 2a95621

Browse files
authored
Merge pull request #199 from hoomano/kroussel/remove_calendar_suggestions
remove calendar suggestions
2 parents 2815199 + 8e83140 commit 2a95621

21 files changed

+50
-1010
lines changed

backend/app/http_routes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from routes.company import Company
44
from routes.session import Session
55
from routes.error import Error
6-
from routes.calendar_suggestion import CalendarSuggestion, CalendarSuggestionOldWelcomeMessage
76
from routes.terms_and_conditions import TermsAndConditions
87
from routes.onboarding import Onboarding
98
from routes.voice import Voice
@@ -56,8 +55,6 @@ def __init__(self, api):
5655
api.add_resource(User, '/user')
5756
api.add_resource(Company, '/company')
5857
api.add_resource(Error, '/error')
59-
api.add_resource(CalendarSuggestion, '/calendar_suggestion')
60-
api.add_resource(CalendarSuggestionOldWelcomeMessage, '/welcome_message')
6158
api.add_resource(TermsAndConditions, '/terms_and_conditions')
6259
api.add_resource(Onboarding, '/onboarding')
6360
api.add_resource(Voice, '/voice')

backend/app/instructions/calendar_waiting_message.mpt

Lines changed: 0 additions & 26 deletions
This file was deleted.

backend/app/instructions/generate_suggestion_from_calendar.mpt

Lines changed: 0 additions & 58 deletions
This file was deleted.

backend/app/placeholder_generator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ class PlaceholderGenerator:
1212
"of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, " \
1313
"because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. "
1414

15-
calendar_suggestion_placeholder = "This is a welcome message placeholder."
16-
calendar_suggestion_title_placeholder = "Title placeholder"
17-
calendar_suggestion_emoji_placeholder = "👋"
1815
waiting_message_placeholder = "Waiting..."
1916
done_message_placeholder = "Done!"
2017

0 commit comments

Comments
 (0)