# ABOUT

## Data stored
 The Comic book pull list is a simple database which keeps track of 

1. Comic Series
2. Comic Book publish years.
3. Comic Book Issues.

As the web application grows it will keep track of the 
4. The tracker will keep track of individual issues in a collection of comic book issues, but store the collection as one book
5. Sub issues of comic books
6. The ISBN and inventory numbers of comic books.

Future Security Features
6. Individual accounts to keep track of multiple users comics
7. Roles which allow creation, reading, updating, and deleting different users comics as detailed in features.

## Features 

1. The user shall be able to enter the comic series, publish year, and issue to store in the database.
2. The user shall be able to retrieve a list of stored comics in the comic book database.
3. The user shall be able to remove a comic book from the list of comic books stored in the database.
4. The user shall be able to correct any information on a given comic book

