Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.18 KB

CSCC01 Project Summary

Objective: Design and develop a search engine for instructors (including teaching assistants) and students at UTSC. Students and instructors can upload and search for documents. The students and instructors have the option to create an account and the uploaded files will be indexed separately to allow for file filtering. Any visitor of the application can use the query system to search through the documents.

Directory structure

repo
|   .gitignore
|   README.md
|
└───searchEngineWebApp
|   |   <source code (maven)>
|   |
|   └───docs/
|       |   crc_cards.pdf   // initial code design for phase 2
|
└───proposal/               // phase 1 material
    |   competition.md     
    |   personas.pdf
    |   process.md
    |   Prototype.pdf
    |   summary.md
    |   user_stories.md
    |
    └───extra/
        |   CSCC01_ProjectP1_Team5_GroupPicture.jpg
        |   prototypeV1.vp  // prototype project file for JustInMind

All user stories are managed within JIRA and repo/app/docs/crc_cards.pdf contains our initial design for the application.

1 story point = 2 hrs/day