-
Notifications
You must be signed in to change notification settings - Fork 3
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
implement: questions endpoints #83
Conversation
8410e3b
to
79a0247
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably also need to insert the creator of the question in questions_editors_map
.
LGTM... only one thing: thoughts @cjchirag7 ? |
But..should'nt we be allowed to add tags to questions when creating them ? I guess updating it just for the sake of adding it would make frontend do two requests for that ? That would be slow I guess |
666b08c
to
262b052
Compare
I feel it's okay for now, as creation of questions would be much less frequent, than updation. |
BTW we are inserting into |
262b052
to
b33b52b
Compare
b33b52b
to
6e38d9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks fine, but we need to add search by tag also.
0275a49
to
4f0158a
Compare
4f0158a
to
e5fc544
Compare
e5fc544
to
d9e605b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ridhishjain , should we merge now ? |
@cjchirag7 Wait for other commits related to questions endpoint..I will push them and then it can be merged at once |
LGTM till now |
fe045fb
to
a1a38c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few changes required. Rest looks great!
8498ab8
to
a4bd38c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@ridhishjain , you may also review once. So, that we may merge it, if it's fine. |
#60