tenants icon indicating copy to clipboard operation
tenants copied to clipboard

Begin to look into the UI

Open romeboards opened this issue 7 years ago • 2 comments

  1. Review the prototype
  2. Check out the letter of complaint feature - it's a very similar UI with a modal that has "states"
  • View is at public/modules/actions/partials/modals/complaint-letter.client.view.html
  • Controller is at public/modules/actions/controllers/complaint-letter.client.controller.js

To view this on your local copy:

  1. Create an account
  2. Go to the Take Action section
  3. Complete two actions: "Contact Super" and "Email Landlord"
  4. Do the "Send a letter of complaint" action - this is the UI we are basing the SMS referral UI off of. Notice how each "state" in the modal window transitions from left-to-right - this is how we can account for error/success states before the user closes the modal.

romeboards avatar Mar 29 '17 22:03 romeboards