You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
Currently, the code has SQLite configuration, this should be changed to Postgres as it is supported by Heroku
What is the DB being used for?
The DB will store user information and the user's current stage in the bot.
The stages are in reference to gamification which will happen in the future.
The DB will also store all the messages that will be used in the bot.
Sqlite should not be used if this is going to be a large scale application since sqlite handles read/write operations in a serialized way this will create bottle necks
Describe the bug
Currently, the code has SQLite configuration, this should be changed to Postgres as it is supported by Heroku
What is the DB being used for?
The DB will store user information and the user's current stage in the bot.
The stages are in reference to gamification which will happen in the future.
The DB will also store all the messages that will be used in the bot.
Model structure
Messages
Index| Message| response_id| gif_id
Users
index| Full_name| game_stage|
Steps to take
The text was updated successfully, but these errors were encountered: