Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
sungraek edited this page Dec 2, 2020 · 26 revisions


On startup, Chatterplot will display a list of the user's datasets showing the latest dataset first. From here the user can search their files, see the preview of the graph, create a new graph, and see their data.
Main Menu
Listview

As a stretch goal for Chatterplot we would like to implement a visual preview of a dataset, allowing the user to see their data without fully opening the dataset by tapping the grey triangle by the dataset's name.

From the main menu, the user can create a dataset in one of two ways: with a voice command or using a GUI. For more information about voice command structure, see here: https://github.com/UM-EECS-441/androidgroup/wiki/Voice-Commands-Wiki

From within a dataset, the user can insert data using a voice command or a GUI.

When a dataset is opened, it will begin by displaying the table view. To switch between the table view and the graph view, the user can tap the icon in the bottom left corner of the screen.

Clone this wiki locally