issues
search
omou-org
/
front-end
2
stars
1
forks
source link
Add New Student updates on Parent Profile Bugs
#715
Closed
dhuangg
closed
3 years ago
dhuangg
commented
3 years ago
Steps to Recreate
Go to a parent profile. The "Add New Student" button's dimensions are off. should be the same as an account card
Click on "Add New Student". The button leads to a non-existent form (404)
On the add new student form (once the form link has been fixed), the title of the form is "Edit Student" instead of "Add New Student."
Development Todo's
[x] Change the dimensions of the "Add New Student" button to be the same as an account card
[x] Change the link on the "Add New Student" button to be "/form/student/{accountID}"
[x] Change the title on the form to be "Add New Student" Most likely will need to edit the
getTitle()
on FormPage.js
Steps to Recreate
Development Todo's
getTitle()
on FormPage.js