-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration of MongoDB for feedbacks - Revised #107
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Kannav02 <kannavsethi02@gmail.com>
@luarss , even now I believe there is some problem with the CI pipeline, what should we do for the same? |
Do you mean to reference them as context IDs? Where would we see the mapping between context ID and their contents? |
so my idea is ,I have a main table for all the information and then a table for context, within that table I am abstracting all the details related to context, so you can reference the context details using the context ID assigned to it, my assumption was there are a limited number of context right now, so it shouldn't be a problem , but I just wanted to clarify this with you |
Signed-off-by: Kannav02 <kannavsethi02@gmail.com>
Signed-off-by: Kannav02 <kannavsethi02@gmail.com>
Signed-off-by: Kannav02 <kannavsethi02@gmail.com>
Signed-off-by: Kannav02 <kannavsethi02@gmail.com>
3311e31
to
c4161ef
Compare
Hello, sorry for the delayed response. Can you please send me your e-mail at jluar@precisioninno.com so we can further discuss about this offline? |
Sure, i'll send an email about this Thank you! |
This PR aims to fix a small part of the issue #75
The objective of this PR can be tracked via the following points
feedback
tableTo view/test these changes, follow the following steps
MONGO_DB_URI
to which the feedback and the context would be fed back toThis is what I got when I ran this twice
Follow-up question, are there limited number of contexts that we have right now for this application, if yes , I might optimize the database insertions rather not to insert the pre-existing contexts, but to reference them and insert their ids into the main table
Thank you!