FaulknerSoftwareEngineering / Alumni-Tracking-System

3 stars 22 forks source link

Secretary Role #176

Open sah0017 opened 4 years ago

sah0017 commented 4 years ago

As an Administrative Assistant I want to have access to all alumni for the departments that I support so that I can contact alumni for updates.

acacia1021 commented 4 years ago

Unable to continue testing due to regent id & student id issue- no alumni appear in the list when requested, despite roles applied.

acacia1021 commented 4 years ago

Issue with logging into system once application has been run in environment, error: The redirect URI in the request, https://marion-harvard-3000.codio.io/auth/google_oauth2/callback, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/apis/credentials/oauthclient/256099505638-sh1br6srggon5uo124qpps1r6lq68n8e.apps.googleusercontent.com?project=256099505638

Later fixed by Dr.Hammond when access was given with google permissions. Will likely need to be fixed by a new user in the future- as forking the project from my codio repository results in the same OAuth error.

acacia1021 commented 4 years ago

Needed to go back in the seeds.rb file in the db folder and update the users to include name, email and permissions needed in order to log into system with the correct permissions. Ex: {email: 'acacia.lord@faulkner.edu', name: 'Acacia Lord', role_id: System_Admin.id},

acacia1021 commented 4 years ago

As an Administrative Assistant I want to have access to all alumni for the departments that I support so that I can contact alumni for updates.

Admin Assistant = Secretary, no need for new role creation