Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.2 KB

File metadata and controls

28 lines (22 loc) · 1.2 KB

Sprint 3

During sprint 3 each team will implement the assigned features. To more easily communicate expectations for each of the features, animated mock-ups have been created (see below)

Each feature should be developed using react and the actual implementation may differ from the mock-up if students desire, so long as the intended functionality is preserved.

Search and Replace

User enters a search term, a replacement, and clicks a button to replace all matches.
Search Replace

Edit and Save

User clicks on a cell and enters replacement text. After the user presses enter, the updated information should be saved to the file. If the cell loses focus without pressing enter, changes should be discarded. Edit Save

Sort

User clicks an arrow at the top of each column to sort that column. As a bonus, each click will result in either ascending or descending sort order.
Sort

Hide

Right-clicking a column header will present the user with an option to hide the column. Hide

Filter

Right clicking a cell in any column will cause only rows matching that column to be displayed. Filter