GatorIncubator / gatorgrouper

:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work
GNU General Public License v3.0
20 stars 20 forks source link

Fixed model access bug/ updated database with new changes #271

Closed ibarrezueta closed 5 years ago

ibarrezueta commented 5 years ago

Description of Pull Request

@griffinh1 and Alex K found a bug yesterday where users can access other users' class, assignment, and student information through form options. This bug fixes that issue by adding new custom forms that filter objects by the current user that's logged in.

In order to do this, there needed to be changes to the database schema which is why this update includes a new updated/cleaned database and migrations folder.

Type of Change

Please describe the pull request as one of the following:

Tags

rauniyars commented 5 years ago

Changes look good

sutterj commented 5 years ago

@barrezuetai Just update the branch with master and then this is good to merge.