ponder-lab / Imperative-DL-Study-Web-App

0 stars 0 forks source link

Linkify categorizer column #74

Closed khatchad closed 3 years ago

khatchad commented 3 years ago

Would apply to all views that show categorizations (like bug fix details and categorization views). This would entail:

  1. Creating a categorizer view (I don't think we have one yet, right?).
  2. Adding some more details to categorizers. One thing I can think of is an email address. This would be useful to contact the categorizer about a question regarding a categorization.

This is low priority and kind of open-ended, i.e., input from other developers may be needed.

khatchad commented 3 years ago

I think that a mailto link would be fine.

khatchad commented 3 years ago

Hm, how does the email get populated? Is it part of the user table?

khatchad commented 3 years ago

Please use @tatianacv's CUNY email (I see her gmail address here: https://fathomless-inlet-57767.herokuapp.com/ponder/bug_fixes/1).

mZneit commented 3 years ago

There's no email column in the categorizer's table so I used the logged in user's email.

mZneit commented 3 years ago

Whatever email the categorizer will use to log in to the app will be used in mailto.

khatchad commented 3 years ago

Understood.