ContriHUB / ContriHub-18

http://contrihubs.herokuapp.com - :snowman: :cyclone: ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.
7 stars 33 forks source link

Add label closed or open with issues on home page #84

Closed deepak-bharti-deel closed 5 years ago

deepak-bharti-deel commented 5 years ago

add an attribute state(int 0/1) to issues model where 0 is closed, 1 is open. And accordingly add a label open/closed to issues on home page.

This requires you to modify Projects/models.py/Issues-class and Projects/templates/Projects/home.html

jarvisdev commented 5 years ago

How to decide whether we keep the value of an issue 0 or 1? I mean which issues are labeled 0 and which are labeled 1?

deepak-bharti-deel commented 5 years ago

This is to be done by mentors.