Team Don't Forget! CSE 490F Java Interface: readme.txt The Don't Forget! interface actually consists of two separate interfaces: the scanner interface and the calendar interface. The scanner interface allows you to be scanned for RFID tagged items and alerts you if you are missing an item that is required for the day. It is a touchscreen interface and should be placed by the front door of your house, since you would normally use it on your way out. When it is activated, the first screen that you see will allow you to select who you are, since there may be multiple users (in our example interface we have four users: Elisabeth, Kenneth, Andy, and Kevin). Next you will be asked to enter your password (our example uses Andy, whose password is "12345"). At this point the system would scan you and you should see the next screen, which shows you the items that the system believes you are missing. In our example, there is a small, random chance that you might be forgetting any combination of items, to simulate actual functionality and potential scanner inconsistency. You can also alternate between viewing your schedule and your forgotten items by choosing the "View Schedule"/"Forgotten Items" button. The calendar interface allows you to view your calendar and manage both activities and items. From here, one can add activities and items to the database, as well as associate items with activities. It is run from the user's computer. The first screen presented in our interactive prototype is the "Day View", one of three possible views along with Week and Month, but the only view available in our prototype. From there, users can click on "Add Item" and "Add Activity" to perform the related tasks; the other links direct the user to an "Unsupported Feature" popup. From both the Add Item and Add Activity screens, users can input information about their item or activity, which is then reflected in the calendar. Sanity checks are run to ensure that the ending time occurs after the start time. Users can click cancel to return to the previous screen. From the "Add Activity" screen, there is also a button to "Add New Item". The two representative tasks using the calendar involve scheduling an event that involves adding an item in the process, and modifying and deleting said event.