ucladevx / Bruin-Bite-iOS

Mozilla Public License 2.0
8 stars 1 forks source link

Redo the Login/Signup UI code #96

Closed HirdayGupta closed 5 years ago

HirdayGupta commented 5 years ago

Motivation Right now, the UI for the login is extremely buggy and not user-friendly or developer friendly. It doesn't use a Navigation Controller (which it absolutely should), does labels/buttons all wrong and basically has a lot of things going against it and makes for an overall buggy experience.

The Task Redo the entire UI flow for the login/signup - keeping basic iOS development principles in mind. Follow the designs on our Zeplin:

You can ignore the action performed by the Facebook log in button for now, we will implement that separately.

All of these new ViewControllers should be placed in a new storyboard called login.storyboard and be embedded in a navigation controller such that each screen leads sensibly to the next. Do not worry about linking this new storyboard/nav controller to the main app for now, just create it.

Some requirements:

Acceptable criteria:

Please ask clarifying questions in this issue thread!

HirdayGupta commented 5 years ago

Closed by #99 which was merged as part of #105