Team SPUR :: User Interface Design

Posted on June 09, 2017


Introduction


Our focus in this blog will be on the following:

  • Coding Conventions
  • Context of Use
  • Design Solution

Coding Conventions


We work with the JavaSoft conventions with special attention on the following:
  • Indentation
  • Naming Conventions (CamelCase and UPPER_CASE)
  • Comments
We are able to enforce the conventions through regular CODE REVIEW within the team measuring the following:
  • Readability
  • Functionality
  • Efficiency

Context of Use


For our application, we have been able to indentify that two personas who will find perfect use of it, their prefer condition of use and core tasks to achieve with it


StoryBoard


We present the storyboard for two user stories..

User One

User Two


Design Solution


We try to apply as much as possible few of the Dieter Ram's Principle for good design

  • Good design makes a product useful
  • Good design is aethestic
  • Good design is unobtrusive
  • Good design is as little as possible

LOGIN SCREEN

Team Logo

DASHBOARD

Team Logo

TRANSACTION

Team Logo