Project URL:
http://mv.ezproxy.com.ezproxyberklee.flo.org/813/checkmark/gr4/
For this prototype, we suggest using OSX with Chrome to access CheckMark.
We also tested with Windows and Chrome and that worked too.
Contributions:
Elisa
My work has been mainly on the calendar and the creation of events. I used the Fullcalendar library to create the base of the calendar and then worked on enabling event creation based on the students selected. For the creation of events I used the Datepicker and Timepicker libraries and worked on making the form look consistent with the rest of the webpage. I also made events editable, and added the possibility of deleting them. Events are represented in the calendar with three different possible colors. From the heuristic evaluation I found out that the meaning of the colors seemed confusing so I added a legend that can be hidden so that people who are familiar with the website can hide it. I also made the week and daily view selectable so that it is consistent with Google calendar. From the heuristics it also seemed confusing that you could select students while the form was opened, so I added an overlay which blocks everything which is behind the form while the form is open. I also changed my code in the index file to Jade instead of html, which we were using originally.
Other than the calendar I have also helped with choosing and adding images, and fixing small bugs with other parts of the website such as the grades page.
Danielle
Drawing inspiration from the heuristic evaluations, I aimed for simplicity in redesigning the aesthetic appearance and layout of the gradebook. I restructured a significant amount of the back-end to support user modification of gradebook entries and provided more affordances on the front-end for the user to identify the grade modification functionality. These changes provide a more dynamic experience by allowing the user to modify grades by simply clicking on the grade entry itself, entering a new score into a popover, and pressing "save." If the user enters an invalid grade, the popover closes. If the grade entered is valid, the gradebook reloads immediately with the newly entered grade incorporated into the total, average, and letter grade that displays. I also added user customization and feedback to sending grade reports, which treats assignments like attachments in email and allows for the optional inclusion of messages. Finally, I provided a legend that appears when the user presses the help icon, which maps the letter grades to the percentages, providing more information without sacrificing simplicity or adding clutter.
Marcus
Evan