Skip to content

Commit

Permalink
Merge pull request #199 from hoomano/kroussel/remove_calendar_suggest…
Browse files Browse the repository at this point in the history
…ions

remove calendar suggestions
  • Loading branch information
xbasset authored Jul 25, 2024
2 parents 2815199 + 8e83140 commit 2a95621
Show file tree
Hide file tree
Showing 21 changed files with 50 additions and 1,010 deletions.
3 changes: 0 additions & 3 deletions backend/app/http_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from routes.company import Company
from routes.session import Session
from routes.error import Error
from routes.calendar_suggestion import CalendarSuggestion, CalendarSuggestionOldWelcomeMessage
from routes.terms_and_conditions import TermsAndConditions
from routes.onboarding import Onboarding
from routes.voice import Voice
Expand Down Expand Up @@ -56,8 +55,6 @@ def __init__(self, api):
api.add_resource(User, '/user')
api.add_resource(Company, '/company')
api.add_resource(Error, '/error')
api.add_resource(CalendarSuggestion, '/calendar_suggestion')
api.add_resource(CalendarSuggestionOldWelcomeMessage, '/welcome_message')
api.add_resource(TermsAndConditions, '/terms_and_conditions')
api.add_resource(Onboarding, '/onboarding')
api.add_resource(Voice, '/voice')
Expand Down
26 changes: 0 additions & 26 deletions backend/app/instructions/calendar_waiting_message.mpt

This file was deleted.

58 changes: 0 additions & 58 deletions backend/app/instructions/generate_suggestion_from_calendar.mpt

This file was deleted.

3 changes: 0 additions & 3 deletions backend/app/placeholder_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ class PlaceholderGenerator:
"of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, " \
"because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. "

calendar_suggestion_placeholder = "This is a welcome message placeholder."
calendar_suggestion_title_placeholder = "Title placeholder"
calendar_suggestion_emoji_placeholder = "👋"
waiting_message_placeholder = "Waiting..."
done_message_placeholder = "Done!"

Expand Down
Loading

0 comments on commit 2a95621

Please sign in to comment.