Week 2 - CIS-363B Course Project

Conceptual
Web Diagram
This week we were tasked with creating a conceptual website diagram of the course project that we started the previous week. This sounded quite easy at first but in reality requires quite a bit of consideration from a design standpoint. Simply putting sloppily named pages in boxes in Microsoft Visio doesn't cut it anymore.
First, our assignment meant naming our pages by the ISO standard naming conventions. I had to google this to figure out what these standards entailed. Basically, these file names are what the user sees in the Search bar of their web browsers when the code is running. The conventions are: file names of 34 characters or less, all lower-case, words separated by hyphens, and ends with a period.
Then I had to think about how I wanted my users to navigate through the site. Since I am creating a fashion e-zine, I want a home page with a table of contents. This should link to any page the user desires. Additionally, in keeping with the flow of reading a physical magazine, I want my users to be able to flip to the next page. This will also require a link set up within each page. I haven't decided yet what this link will say. Should it state, "Next Page >" or "Turn Page" or just have an arrow icon? In real life it would just be a page number so maybe just a page number at the top of the page with an arrow icon next to it. I could then make a tooltip to appear when a user hovers over the arrow to state, "Turn the page." This will take some more thinking about how I want to code it and how I want the webpages to appear. Whatever I choose, I think I need to keep it consistent between pages so the user can get used to its navigation options.
Here is my finished diagram:
Stay tuned for more as I work to complete new milestones of this project!
Comments
Post a Comment