dwyl / github-backup

:octocat: :back: 🆙 Backup your GitHub Issues so you can still work when (they/you are) offline.
https://github-backup.herokuapp.com
GNU General Public License v2.0
32 stars 3 forks source link

Save 'issue reopened' event into the DB #71

Open Cleop opened 6 years ago

Cleop commented 6 years ago

As a gh-backup user I want to be able to see the status of an issue as I would on github So that I navigate easily to the content I want

We are currently not tracking the event of when an issue is reopened. In order for our app to reflect github's information we should include this.

The structure for doing this issue has already begun in controllers/event_type.ex but has been commented out as it is incomplete. Look for the reference to this issue in that file.

Cleop commented 6 years ago

Currently toggles between: image and image when an issue is reopened.