JustZack / audit-congress

A website collecting & displaying information about the activities of congress.
0 stars 0 forks source link

Refactor table integrations #75

Closed JustZack closed 6 months ago

JustZack commented 6 months ago
  1. Clean up in MySqlConnector to use SqlRows more (which simplifies certain logic)
  2. Convert all classes implementing AuditCongressTables to use traits & be more generalized
  3. Shift some cache logic into CacheTrackedTables only
  4. Shift other logic all the way out into AuditCongressTables to remove identical functions
  5. Overall reducing duplication present in the table interface.

closes #73