~Start by reverting 97042db (which removed the segue from the edit profile button to the edit profile VC and added a coming soon popup). This should be simple as running git revert 97042db.~
Start by branching from development. Now re-add the segue from the edit profile button to the edit profile VC and remove the function didPressEditProfile from ProfileViewController.swift (line 94).
Now you can work on making the edit profile screen look like this zeplin. Note that I don't think you need a scroll view here - just a stack view should be fine.
Also ensure that the desired network behavior is executed - you should no longer need the password field.
~Continue work on the
edit-profile
branch.~~Start by reverting 97042db (which removed the segue from the edit profile button to the edit profile VC and added a coming soon popup). This should be simple as running
git revert 97042db
.~Start by branching from
development
. Now re-add the segue from the edit profile button to the edit profile VC and remove the functiondidPressEditProfile
fromProfileViewController.swift
(line 94).Now you can work on making the edit profile screen look like this zeplin. Note that I don't think you need a scroll view here - just a stack view should be fine.
Also ensure that the desired network behavior is executed - you should no longer need the password field.