jake-hansen / nova

NOVA project for Software Engineering at UNO.
1 stars 0 forks source link

Take out input functionality from the Account page #26

Closed gomezem closed 4 years ago

gomezem commented 4 years ago

Issue Right now a user can input information into a text box on the Student Account page. This information should be set and cannot be changed by the student.

Solution Steps to reproduce the behavior:

  1. Sign in as testuser@testuser.com
  2. Go to 'Account'
  3. Click 'Test'
  4. Clicking 'Test' results in an option for user input

Expected behavior Should not be able to enter information into the Student view of account.

Screenshots image

jake-hansen commented 4 years ago

Good catch, @gomezem. We should definitely change this so those fields are non-editable.