enewe101 / digidemo

digital democracy engine
1 stars 0 forks source link

Inline comments on issues aren't "Discussions" #73

Open enewe101 opened 9 years ago

enewe101 commented 9 years ago

Currently the same model for inline comments (made directly on the issue page) use the Discussion model. This means that they display on the discussions tab, which is confusing, because they really aren't discussions, and because, since they have a blank title, they cannot be clicked to see detail.

  1. As a first measure, screen out inline comments from the discussion tab using the is_inline property
  2. Make a dedicated model for inline comments, and remove the properties related to inline comments from the Discussions model.