Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

By default, the Tasks Sidebar includes Sleep, Diaper Change, and Feeding event panels. Our User Analysis and Observation revealed the tasks to be the most common and reoccurring tasks across the user groups. We limited the number of tasks to four in order to avoid overloading the novice user.

Image Added

Add Event pop-up

Each task’s Add Event pop-up includes the title of the task, date input, time input, and a text comment box. The first three are basic event attributes for calendaring while the fourth provides the ability to provide additional information.

Image Added Image Added
Image Added

For higher usability (learnability, efficiency, safety), we chose to utilize interfaces for the input of date and time. A click inside the date input brings up a small calendar interface with the date chosen displayed in bold and users can then click on the appropriate date. Users are also given the freedom to type in the data inputs. Similarly, when the user clicks inside the time input a time picker interface pop ups up and the user can increment/decrement to their choice of time. Clicking on buttons placed next to the corresponding data input also provides access to the interfaces. The buttons are blue for higher visibility and are given corresponding white icons to help distinguish the two.

...

To provide increased efficiency for more expert users, the interface provides the option to add additional panels for frequently occurring tasks. At the end of the sidebar are two buttons for this purpose. Externally consistent, the green button with a plus sign icon opens the New Quick-Add Panel pop-up when clicked while the red button with a minus sign icon allows for the removal of individual custom panels. See the figures below.

Image Added

When the red button is clicked, Quick-Add Panels change to reflect the state change in the Sidebar. Default panels are grayed out to signal that they cannot be edited. For custom Quick-Add panels the larger icon button is grayed out while the smaller button changes to red with a minus sign. Clicking on the smaller button deletes the corresponding Quick-Add panel. The color change (red for alert), size, and position of the delete button provide safety for this action.

New Quick-Add Panel pop-up

Image Added

To add a new panel, users specify the title for the new panel and have the option to include the Shopping List Add feature in the new panel. They may also choose the panel’s representative icon by choosing and uploading a picture file.

Task Calendar

Image Added Image Added Image Added

The calendar is set to week view by default but allows for single Day and Month views. The affordance of arrows is used for navigation between the next or previous day/week/month. A Today button provides safety and efficiency by allowing quick navigation back to the original view. Users may add events through direct manipulation: click and dragging on the corresponding area in the calendar. Icons.

Shopping List

Image Added

The Shopping List allows a user to add/delete/reorder items. Previously, the interface had an edit and add buttons placed beneath the user input. However, due to user feedback we modified the design to have the add button directly next to the user input and allow the users to edit through direct manipulation.

Implementation

dBabies, in good web programming practice, is implemented using html for content, css for presentation, and javascript for behavior, however in minor instances, these boundaries were blurred for convenience.
At the frontend, we used the jQuery javascript library extensively for selecting, manipulating, and adding click events to html elements. Additionally, we used the Bootstrap framework for many of our base components and for the responsive design of the page. The sortable interaction of jQueryUI was also used within the Shopping List section of our page to allow the sorting of individual items. In the left Sidebar, bootstrap date picker, bootstrap time picker, and jQuery-fileupload were used for the purposes that their respective names imply. The scheduler in dBabies is library from dhtmlx with customizations set via the API to fit along with our overall theme and certain affordances e.g. the highlighting of the current day and time within the calendar.
In the backend, we are using node.js to run our server and handle user picture uploads with jQuery-fileupload-middleware. Additionally, we are using a short php script to handle saving of scheduler events across user sessions. Lastly, our code is being hosted on Heroku.

...

  • User successfully and easily logged into dBabies from the login screen.
  • She noted and asked if she needed to create a user account, which she did not.
  • She found it easily due to its location, which maintained external consistency to other websites.
  • In the modal for Adding Events, user thought that the add to shopping list toggle should automatically add the item when click not when submitted. This is a minor issue that stems from the fact that the component is a toggle button rather than a simple checkbox. We should either use a checkbox with a label for this feature instead or keep the button and have it automatically add the particular item to the shopping list.
  • The user did not use direct manipulation of the schedule to add events. There are many ways to add things to the scheduler, but we should also include an "Add Button" on the scheduler itself that opens a modal with the same interface as the rest of the modals in the system.
  • Noted the adding of a new quick-add panel was useful and liked that it could be personalized with user uploaded images.
  • For every task that needed an event, she simply added a new quick-add panel. This can be amended by adding and explicit "Add Button" to the scheduler as previously mentioned
  • Direct manipulation of events on the calendar was useful, but hard for the user to handle in some instances, such as dragging to lengthen the duration. This seemed to be more of an issue with the mouse actually connecting with the correct section the event itself. This could potentially be an error on the user end (i.e. not efficiently controlling the mouse), but does warrant some investigation to find if it is a problem for most users.
  • The user noted an internal inconsistency in that the digital clock on the page is in a 12-hour format, but the scheduler is in a 24-hour format. This is a minor issue in some sense because most people can readily make the switch between the two formats. However, this is a large internal inconsistency that was overlooked and should be fixed as soon as possible.
  • Found that using that using the Quick-add to put the event on the calendar then directly manipulating the event to be the "best" course of action.
User 2

User 2 is a male in his mid twenties who recently had a baby with his wife.

  • User successfully and easily logged into dBabies from the login screen.
  • When asked to add an event in the future or past the user always attempted to use the drag feature of the calendar.
  • The user made the connection of the affordance of google/apple calendar. 
  • When asked to add an event in the present, the use of the sidebar was clear and the user simply clicked on one of the quick-add buttons. 
  • The user was not able figure out that one could add items from the add form. This is only a minor problem and can be fixed by providing helpful hints at the top during first use of the website when the user is not too familiar with it. Additionally, if a feature has not been accessed for a long time since log in, a feature popup can reveal the feature to the user and suggest it for future use. 
  • The user successfully added a new item to the shopping list but was confused when the two static items disappeared. 
  • Found it very easy to add a new sidebar quick add button.
  • Found it very easy to remove an added button. 
  • When directed to add specific events, icons from the sidebar were clear with respect to the completed task. 
  • Found that dragging events in the scheduler was not so easy (may be an effect of the apple trackpad). This is a cosmetic problem only because it is not the case that this happens when using a regular mouse. Additionally, if the user is accustomed to mouse control of their own machine, this should not occur.
  • Noted that when trying to add items to the shopping list from the add form, it was not clear that the toggle button would actually add the item. This is a major problem and it can be easily solved by either adding a checkbox or highlighting the toggle button a different color when pressed to indicate that item will be added to list when event is added. Alternatively, instead of a toggle, it could be a button that adds the item immediately giving the user immediate feedback. 
User 3

User 1 is a female in her early twenties who frequently babysits for her family and friends' infant children.

  • User asked if she needed to create a user account, no.
  • User easily logged into dBabies from the login screen.
  • User looked over site without using cursor.
  • She added the event through direct manipulation rather than using Quick Add/Add features.
    • This is a minor issue: while the user did not use the implemented shortcut through the side panel, she discovered the function later on. The issue could be solved by implementing a Site Tour when the user first logs in.
  • User made connection between panel sidebar and its function after not easily finding how to do it through direct manipulation. Also made the connection between the icons and their function after hovering cursor over the areas. She then added Park Visit to sidebar.
  • As before, she marked future even through direct manipulation of calendar.
  • She used the Quick Add feature to mark a diaper change and manually added the item to the shopping list.
    • This was a minor issue: the user's actions were fine, but did not take advantage of the shortcut implemented in the interface. As before, this could be solved through the implementation of a Site Tour and a Help page.
  • She added an item to the Shopping List and not finding a way to emphasize it, she deleted it and looked over the area. In doing she found the ability to drag and reorder items on the Shopping List and dragged the item to the top.

Reflection

Over the course of the iterative design process we learned several things of what goes into a solid website design. What we found to be the most important is taking note of feedback and incorporating those comments into our design as much as possible. 

...