- Bug Fixes
- Bug Fixes
- Modified search behaviour
- Added Search app module
- Refactored Profiles serializers, some view
- Bug Fixes
- Bug Fixes
- Bug Fixes
- Modified profile serializers to display connection counts
- Bug Fixes
- Bug Fixes
- Removed Password Required for profile methods
- Bug Fixes
- Bug Fixes
- Added Crosssite origin access
- Bug Fixes
- Integrated Machine learning model (Logreg, NaiBay) as well as the popular TextBlob
- Bug Fixes
- Bug Fixes
- Added HTML template view for Email verification
- Bug Fixes
- Added:
- Notification system logic and end points
- Added Sensitivity Analysis app (Not completed)
- Added Communities Analysis app (Not completed)
- Added some exceptions
- Modified:
- Database Models for multiple models
- Modified Serializers
- Modified settings
- Bug Fixes on various parts
- Code Beautification and sorting
- Tests: All endpoints tested
- Added Feed system API Views
- Added persona field to Profile model for inbuilt character avatar
- Fixed User Serializer and other bugs
- Added DRF Pagination
- Adjustments for connectoins. Now users cant follow/mute/block ownself.
- Changed some endpoints.
- Configured ElephantSQl
- Removed drf-yasg, django-heroku
- Added Follow, Mute, Block system API Views
- Bug Fixes, Modifications
- Beta: Not Tested
- Added Comment system API Views
- Bug Fixes, Modifications
- Beta: Not Tested
- Added Buzz, Rebuzz system API Views
- Bug Fixes, Modifications
- Beta: Rebuzz (Not Tested)
- Modifications, Bug Fixes for User, Profile
- Added Requirements.txt
- Added templates for heroku, elephant (Not customized)
-
Added Django REST API for Profile Views
a. Profile Retrieve: Detail GET (Different for owners, public and private), Summary GET b. Profile Update: Update PATCH, Update Images POST, Change Private POST
-
Added some utlity functions, serializers
-
Bug Fixes, Some settings additions, Structure changes
NOTE: Documentation of API not done
-
Added Django REST API for User Views
a. User Detail GET b. User Update: Update PATCH, Change Password PATCH, Activate POST, Deactivate PATCH c. User Delete: Delete account DELETE
-
Modified user urls
NOTE: Documentation of API not done
-
Added Django REST API for
a. Logout b. Email Verification: Sending emails POST, confirming verifications GET c. Resetting Password: Sending emails GET, confirming verification POST
-
Renamed API documentation endpoints using drf-yafg
a. api/docs/redoc b. api/docs/swagger
-
Apps: Added apps chats, comments, core. Modified users.
-
Users: Added exceptions, urls, utils, and apis
-
Added Django REST API for
a. Register b. Login (JWT Authentication using djangorestframework_simplejwt)
-
Added API documentation endpoints using drf-yafg
a. api/redoc-docs b. api/swagger-docs
-
Added some dependencies
-
Added
definitions.py
for commonly used definitions i.e. setting values -
Added some linux scripts for speedy workflow
- Added apps: buzzes, notifications
- Database schema made via models
- Minor file changes
NOTE: INCOMPLETE PHASE
- Django backend template
- Configured Postgres
- Customized User model