Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
courses:cs335:spring2019:graffiti:index [2019/05/01 01:24] โ [What the user sees] holmesr | courses:cs335:spring2019:graffiti:index [2019/05/16 20:58] (current) โ [User behavior] holmesr | ||
---|---|---|---|
Line 2: | Line 2: | ||
====Feature Description==== | ====Feature Description==== | ||
- | The indices will be an alphabetized list of words featured in the graffiti with a count of appearances of the word in the database graffiti and a link to a page with more information about the graffiti that feature the word. The information on the word page will either | + | The indices will be an alphabetized list of words featured in the graffiti with a count of appearances of the word in the database graffiti and a link to a page with more information about the graffiti that feature the word. The information on the word page will be links to the graffiti that feature the word. Additionally, |
+ | |||
+ | In the future, it would be helpful for a team to implement a lemmatizer that organizes wirds by their dictionary entries instead of by inflected forms. | ||
====Prerequisites==== | ====Prerequisites==== | ||
- | * Understanding how the data for each graffito is stored | + | * Word, name and place data so that we can use that to build the indices |
- | * Determining which data structures will best realize our goals | + | * Counts of the above mentioned words to show in the index entry |
- | * Developing a system that not only indexes current data but also automatically processes new data when it is uploaded | + | * Findspots |
- | * Understanding | + | |
====What the user sees==== | ====What the user sees==== | ||
- | The user should be able to access a page containing the indices. This page should consist of a list that is organized alphabetically by value. Data concerning the frequency with which a word appears and a link to a page dedicated to that particular word will be available on the index page. The word page will contain a list of each instance of the word and where it occurs (using the findspot), summary statistics, and possibly additional data visualizations. Each entry in the list will link to the summary page for the individual graffito. Each summary page will be broken up into pages of 10 entries each to help the user more easily navigate words that occur often. | + | The user should be able to access a page containing the indices. This page should consist of a list that is organized alphabetically by value. Data concerning the frequency with which a word appears and a link to a page dedicated to that particular word will be available on the index page. The word page will contain a list of each instance of the word. Each entry in the list will link to the summary page for the individual graffito. |
====User behavior==== | ====User behavior==== | ||
- | The user should be able to access our pages through both a link in the title bar and through the search results. The summary page for a particular value should behave similarly to a search result | + | The user should be able to access our pages through both a link in the title bar right next to the "About the Project" |
+ | " | ||
====Use Cases==== | ====Use Cases==== | ||
If an individual is attempting to research a particular term this would be very useful. The indices would provide easy standardized access to data that could be used for further research or data visualizations. It is worth asking the client what types of research she envisions this tool to be used for so that we can have think about what types of information would be helpful to display on a word's summary page. | If an individual is attempting to research a particular term this would be very useful. The indices would provide easy standardized access to data that could be used for further research or data visualizations. It is worth asking the client what types of research she envisions this tool to be used for so that we can have think about what types of information would be helpful to display on a word's summary page. | ||
====Relative Priority of Feature==== | ====Relative Priority of Feature==== | ||
- | This feature is a higher priority as it adds significant functionality to the website and requires a fair amount of structural work. | + | This feature is a higher priority as it adds significant functionality to the website and requires a fair amount of structural work. Statistics and visualizations on the word pages are additional features that we hope to implement but are a lower priority than the index pages and the word pages to which they link. |