[ ] Move publicUrl functionality into change route handlers.
[ ] Move app store info to it's own table and share row data by appId. Also add an updated filter so only new entries are retrieved.
[ ] Compress app array filters into a single bitmap field.
[ ] Shorten the length of variable names where possible.
[ ] Limit usage of useFilterList
[ ] Investigate table view slowness.
[ ] Possibly remove tab selectors and replacing them with non-animated buttons. This should help with performance.
[ ] Simplify authentication logic and combine identity pools. There are currently multiple identity pools in AWS. The application should only need one identity pool with no auth and auth roles, linked to the existing user pool.
[ ] Add updated sort key to applications table and implement lastUpdated logic to limit secondary data retrieval size.
[ ] Remove un-used app store data from old surveys. Previously the old survey's stored the entire app store data structure, which is not needed.
Possible Improvements (Not a Priority)