Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1021 Bytes

File metadata and controls

26 lines (19 loc) · 1021 Bytes

TODO

Refactoring for transign api v2

Gen

  • Update gen for transign api v2

Models

Controllers

  • In textToSignLang
    • Rename TextToSignLangRequest to UUIDTextMessage
    • Replace TextToSignLangResponse to Translation
  • in translationHistory
    • Replace TranslationHistoryResponse to Translations in GetHistory
    • Replace UUIDMessage to RemoveHistoryRequest in RemoveHistory
    • Replace RemoveHistoryRequest to Translations in RemoveHistory
  • in favoriteTranslation
    • Replace GetFavoriteTranslationResponse to Translations in GetFavorite
    • Replace ToggleFavorite to SetFavorite
    • Add RemoveFavorite