Week 6 – User and Permission Interfaces

This week was devoted to refining the User and Permission interfaces, and starting to test them. A User will basically consist of a grouping of Permissions, and also a grouping of preferences. The Annotator will then need to check for the relevant permissions when necessary, and also store and make Continue reading Week 6 – User and Permission Interfaces

Week 2 – storing user progress

Because a cookie is way too small to store necessary session information for the Annotator, I’ve started implementing sessionStorage and localStorage in order to maintain the application state. Two main areas of the DOM change with user interaction: the table, which is the graphical part that the user actually sees Continue reading Week 2 – storing user progress