takoda1 / CS-Grad-Tracking

Code Closer project for UNC-CH grad department
3 stars 1 forks source link

Student Profile Formatting #28

Closed Svflann closed 5 years ago

Svflann commented 5 years ago

We want to create a display field for the student model fields so we can just pull from that in the html when we want a display name to print out.

Edit button should have a higher contrast.

Svflann commented 5 years ago

Takoda changed the edit button's contrast and I changed the fields for the studentView page. studentView Page Changes:

I did NOT change the schema of things because it would have meant we create a string variable for EVERY variable Decided to hard-code the HTML instead to improve the readability. Name field was combined into a lastName, firstName format. Same goes for the adviser's name. Job History and Grades are excluded from this view because they are formatted differently and can be found elsewhere. If we determine we also want this info. here, we can just loop through and append their list of values to the table in HTML.

Svflann commented 5 years ago

Make text bigger and right/left justify so that fields are closer. Or make table smaller -Diane