lexeme-dev / core

A project to develop novel algorithms and analysis techniques for legal research
4 stars 0 forks source link

Restructure db module to avoid redundancy and improve organization #12

Closed ProbablyFaiz closed 3 years ago

ProbablyFaiz commented 3 years ago

See @varun-iyer's comment: https://github.com/legal-network/scotus-analysis/pull/4#discussion_r632896058

We should change the db_models files to simply models, or better yet, make models a folder inside DB that contains all of the model classes separately.

ProbablyFaiz commented 3 years ago

Fixed by #20.