trin5tensa / moviedb

A movie lover's notebook.
GNU General Public License v3.0
1 stars 0 forks source link

Handlers API #396

Open trin5tensa opened 2 months ago

trin5tensa commented 2 months ago

While this issue is under development the database will be closed for normal use. Create a procedure for either accessing the old database throughout or saving changes until the work is complete.

Create a new support function in handlers.py to convert a dictionary with movie data into the new MovieBag TypedDIct. Update all database interfaces within handlers.py to call the new API and change arguments to use MovieBag. Update moviedb.py tp call the new start_engine function.