ContriHUB / ContriHUB-24

ContriHub is an event under Avishkar-24 where we are expecting to get more and more people involved in Open Source activities.
https://sac.mnnit.ac.in/contrihub
MIT License
4 stars 24 forks source link

Issue#20 #142

Closed DuP-491 closed 3 years ago

DuP-491 commented 3 years ago

fixes #20

Replaced http response with django messages framework and toast

pirateksh commented 3 years ago

@DuP-491 Resolve the Merge Conflicts and push again

ankitsangwan1999 commented 3 years ago

Further Changes required:-

  1. The Dark-Mode toggling button is appearing on top of toast, fix this for all toasts.
  2. When a Student requests the issue and the request is successful, then redirect the users to their profile and not to the home.
  3. When the issue assignment request fails, show it as red toast and not green.
  4. Not all HttpResponses have been converted to toasts. e.g. user_profile/views.py, home/views.py. Tip:- Use ctrl+shift+f to find all such occurrences in the entire project.
ankitsangwan1999 commented 3 years ago

Requirement 3 is not yet met.

ankitsangwan1999 commented 3 years ago

@DuP-491 resolve conflicts in index.html

ankitsangwan1999 commented 3 years ago

@DuP-491 Updates?