ENH: issue # 11
A new table has been created, that contains the following columns
- user
- page
- creation_time
- corrected_text_location
The existing table of page has been modified as follows
- corrected_text_location was removed
- verifier was removed
- correctors which is a Many-to-many key pointing to Users
The purpose was to ensure multiple users could contribute to correcting any one page and have their contributions stored separately. These contributions will be named after the location of extracted_text_location of the Page table, with the term corrected and their user id appended and saved in the buckets.
Views and Serializers have been modified to accommodate these changes. These were tested locally