CS180-spring / cs180-22-untouchables

cs180-22-cs180-22-untouchables created by GitHub Classroom
2 stars 0 forks source link

As a software developer I want to be able to view the movies in my datasets so I can view the respective information associated with them. #4

Open U-bee opened 1 year ago

U-bee commented 1 year ago

Priority

1

Story Points

1

Test Cases

The user enters the name or index of what movie entry they want to view through the shell, the entry details are then printed over the terminal.

The user can also print every table in the current collection, upon which every movie entry is printed in a row format.

The user can specify which tables they want to see (for example just title and release year), in which case only the specified categories are printed.