Skip to content
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

Issue 524 #528

Open
wants to merge 210 commits into
base: private/vivek
Choose a base branch
from
Open

Issue 524 #528

wants to merge 210 commits into from

Conversation

GabriFedi
Copy link

Related Issuse

  • 524

Closes: #[issue number that will be closed through this PR]

removed user model required constraint

A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.(Specially for Backend)
  • My changes generate no new warnings.

Screenshots

Original Updated
original screenshot updated screenshot

himanshujaidka and others added 30 commits April 26, 2021 13:39
1. added upvotes and downvotes number fields to ans model to keep a track of the count. These get initialized to 0 when a new answer is created
2. added upvotedAns and downvotedAns fields (array of object ids) to user model. They keep a track of the object ids of upvoted./downvoted answers
Subham142 and others added 30 commits May 30, 2021 20:15
* checks added

added checks so that a user cannot:
1. upvote an answer, comment or question created by them
2. downvote an answer, comment or question created by them
3. answer a question created by them

* update api docs
* question fetch action and reducer

* url fixed
* labeler

* labeler

* labeler
* answerUpdate action and reducers

* url updated
* QuestionUpdate action and reducers

* url updated
* downvote redux

* url added
* readme updated

* changes added
whenever a user will fetch a question, a list of ids of all the related questions will also be returned (the related questions will be found on the basis of tags)
* added get questions route

added route to fetch questions created by all the users you follow

* update api docs
1. added field to user model
2. modified routes accordingly
3. fixed a few bugs
4. changed user's firstname and lastname format before saving to db for uniformity
* install dependencies for the test

* added the code for the signup
* added view public profile routes

view public profiles by name
view a public profile by id

* update api docs
* install dependencies for the test

* added the code for the signup

* added code for the signin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.