inoftrobinson / inoft_vocal_framework

Create Alexa Skills, Google Actions, Samsung Bixby Capsules and Siri 'skills', with the same codebase. Then deploy automatically your app to AWS. All that in Python !
MIT License
9 stars 4 forks source link

Create Dialogues Content Database Backend #13

Open inoftrobinson opened 4 years ago

inoftrobinson commented 4 years ago

Should have :

DynamoDB search based on :

DynamoDB sorting based on :

Front end :

Other things :

inoftrobinson commented 4 years ago

Modified the Database Client in order to have it create the secondary indexes in a DynamoDB table

inoftrobinson commented 4 years ago

These functionalities have been moved to the inoft_vocal_engine, and are not for the inoft_vocal_framework (i'm just finishing up all the capabilities for this issue)