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

0 stars 0 forks source link

Link categorizers table to users #19

Closed khatchad closed 3 years ago

khatchad commented 3 years ago

https://fathomless-inlet-57767.herokuapp.com/ponder/view_categorizers/

This table is really for the database. These are database users. In the web, as I mentioned, there will be only one DB user that the web app users. As such, the "user" column is really the web app user in this case.

khatchad commented 3 years ago

@tatianacv is already using one DB user.

khatchad commented 3 years ago

Another possibility is to keep the categorizers table but link it with the user table.

khatchad commented 3 years ago

@tatianacv, I think @mZneit has some questions about this one.

khatchad commented 3 years ago

Also, can we have a status update?

tatianacv commented 3 years ago

I have linked the categorizers table with auth_user table