Conversation
* README * begin blog * remove venv * BlogPost model * Added image model, began serializer * Create User View * modified settings * Testing view * begin rud * Multiple image upload * updating blogviews * Returns images now * Working on regex body * Update included * Begin tests * Tests * Remove from S3 * fixing tests * stash changes * Added serializer * finished tests * Added more comments * Added readme * Fixed readme * readme touchups * touch ups * added anonymous field * Touch up tests * Added screenshots * Fixed urls * Finishing touches * Fixed makefile * README && Makefile fixes * Adding published field * Added published feature * Removed commented out code * Added to README * Fixed timestamps * fixed tests
* README * Begin comments * Serializer * Nested Comments * rf kv * Created RUD Comments * update likes * Get all blogs comments * Recursive serializing * Beginning Tests * Finished Tests * Documentation * Minor typos * migrations
* added filtering functionality (name, major, and bio) * fixed views * in progress * in progress * checking out master * pr ready, but test is inconsistent * final commit on searchAlgoFix: all test cases return true, all filters implemented. * cleaned up users/views.py * removed print + comments
* Fixed a little typo in the ReadMe file Added in three missing backticks so that the code segments and headers are properly displayed now. * Fixed another typo under "Create Comment" The request "type" should be either "blog" or "comment", not "blog" or "post"
* Fixed a little typo in the ReadMe file Added in three missing backticks so that the code segments and headers are properly displayed now. * Fixed another typo under "Create Comment" The request "type" should be either "blog" or "comment", not "blog" or "post" * fixed a bug in mentor search. The mentor search result no longer depends on the order of the words in the search query. Moreover, duplicates are removed from the result as well. * removed some unused imports in users/views.py * removed one extra print statement * mentor search result now sorted by profile completion > similarity to the search query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pls do
Test plan