Indicate when a comment has been deleted

Open
#58 9 comments 0 reactions 1 assignee View on GitHub

@nelsonic is already working on this.

Since Mar 9, 2018.

Assessment

This issue has not been assessed yet.

Description

please-test priority-2

As a gh-backup user,
I want to know when a comment has been deleted
So that I can see all the activity happening on github reflected on the backup app.

  • Catch webhook from Github for a deleted comment
  • Update the comment table with a new column to indicate if a comment is deleted (deleted: true or false). Default of false.
  • Add a deleted_by column to the comments table
  • Update the deleted column when a comment is deleted to true
  • Add the name of the user who deletes the comment into the deleted_by column
  • Update the UI when a comment is deleted to reflect the gh UI:
    image
Dominant language
Elixir
Stars
33
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dwyl/github-backup

All issues in dwyl/github-backup

Similar issues

More Elixir issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.