Currently, local data arrays in data.py are reloaded every time there is a change. This is wasteful and unneccesary. Making the data arrays more dynamic will reduce database calls, and increase application performance.
Ref: #58 - Splitting this generic issue into multiple smaller, more specific issues.
Currently, local data arrays in data.py are reloaded every time there is a change. This is wasteful and unneccesary. Making the data arrays more dynamic will reduce database calls, and increase application performance.
Ref: #58 - Splitting this generic issue into multiple smaller, more specific issues.