CSUMB-SP17-CST499 / Group-Assignment-Tool

0 stars 3 forks source link

Update external groups #126

Closed eliasargandara closed 7 years ago

eliasargandara commented 7 years ago

Description: I refactored the code for syncing the employees and the groups. I also updated the database schema to include the ids of groups and users, so that updates can be made more quickly. Employees can now be removed and added from the usergroups on Slack, although, this is not connected to our DELETE and PUT methods for employees and roles.

Test Plan: No test plan.

Salv95 commented 7 years ago

Getting this error whenver I go to the Roles or Employees page, "Parent instance is not bound to a Session; lazy load operation of attribute 'employee_roles' cannot proceed"

Salv95 commented 7 years ago

The roles in the Adding employees page doesn't show up anymore.