You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

  • Platform and Software Requirements- Our project is a web application, and can run on Mozilla Firefox or on Google Chrome.
  • Describe which parts of the prototype are shallow (incompletely implemented or canned), so that your evaluators know what should work and what shouldn't.
    1. Window resizing has not been implemented.
    2. General:
      1. "Create Post" has a form already filled instead of a blank form.
    3. Login page:
      1. We are not doing any user validation. We are not checking whether the user has an MIT certificate or not. For non-MIT sign ups, any username/password can be entered
      2. Sign up does not create the user in the backend.
    4. "Browse" tab:
      1. Filtering does not actually filter posts, although the filters are displayed.
      2. Only clicking on the first post i.e. "Microsoft Internship" displays the post as an overlay.
      3. On the post overlay, the "Follow" button has no effect, nor does "Message" button
    5. "My Posts" tab
      1. Deleting a post from "My Posts" removes it from the display but does not change the count of posts. Similarly, unfollowing a post removes it from "Posts Followed by Me", but does not change the count of posts.
      2. On the post overlay, the "Delete" button has no effect
      3. "Previous" and "Next" links for posts have no effect
    6. "Messages" tab:
      1. Messages cannot be deleted.
      2. Sending messages does not show it in sent folder; similarly message updates are also not updated.
  • No labels