uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

Audit which pages will require updates to render services properly #278

Open klinkoberstar opened 1 month ago

klinkoberstar commented 1 month ago

Description:

Tasks:

Dependencies:

CaitlinCP commented 1 month ago

Note to self: go through and figure out where we are calling services from the database (org page, edit organization page). Specifically where we are calling services or languages in the database.

CaitlinCP commented 1 month ago

Our refactor should examine the files listed here:

[authorize_routes.py] line 32 line 114 (user query) line 157 (user query) line 174 (organization query) line 283 (user query) line 387 (organization query) line 421 (organization query) line 448 (organization query)

[data_handler.py] throughout

[database.py] throughout

[main.py] throughout (language passed to templates rendered)

[organization.html] Jinja loading in information from organization object passed to the template