WebFund 2015W: Assignment 5

From Soma-notes
Revision as of 19:23, 23 February 2015 by Soma (talk | contribs)
Jump to navigation Jump to search

This Assignment is not yet finalized

In this assignment you will create queryNotes.js, a program that will query the notes collection for matching notes.

Please submit your answers as a single zip file called "<username>-comp2406-assign2.zip" (where username is your MyCarletonOne username). This zip file should unpack into a directory of the same name (minus the .zip extension of course). This directory should contain your modified version of form-demo (one version with all code changes).

In addition to the points below, you also get up to 2 points for overall programming style. In total, there are 10 points. The questions below will be automatically graded for everything but style.

This assignment is due March 2, 2015.

 This program will take several options:
  • number of documents to return
  • file to output documents to (defaults to standard out)
  • query as a query object
  • query by specific fields (title, author, substring in contents)

More specifics for automated grading will be forthcoming by end of Tuesday.