outreachy / website

Code for the Outreachy website, based on Python, Django, and Bootstrap.
https://www.outreachy.org
GNU General Public License v3.0
246 stars 235 forks source link

Show terminate status on feedback table and details page #397

Open sagesharp opened 4 years ago

sagesharp commented 4 years ago

Mentors fill out a feedback forms to evaluate their interns. The feedback is requested three times: initial, midpoint, and final feedback. Using the form, mentors can say that they want to terminate an internship.

The feedback summary table that shows up on the Outreachy organizer dashboard doesn't properly show if mentors want to terminate an internship. It just shows the feedback as "submitted" instead of "terminate". The details view of the feedback also says "submitted".

details-view-bug

I suspect there's a Django HTML template in the home/templates/home/snippets/ directory that needs to be modified to fix this bug. If it's not there, search for it in the home/templates/home/ directories and subdirectories.

Modify the HTML to say "terminate" and use the danger background color when the mentor says the intern should not be paid.

geegatomar commented 4 years ago

Hi, can I work on fixing this?

mridubhatnagar commented 3 years ago

@sagesharp, I am interested in solving this up.

RiyaGupta89 commented 3 years ago

I am going to work on this issue. I was setting up the local environment for the project, and when I ran "./manage.py createsuperuser" command it asked for login. I don't know which password to enter here therefore I can't proceed further. Help needed!!!!!!!!!