Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache scores and improvement status into an Account model #161

Closed
deborabonner opened this issue Oct 31, 2017 · 2 comments
Closed

Cache scores and improvement status into an Account model #161

deborabonner opened this issue Oct 31, 2017 · 2 comments

Comments

@deborabonner
Copy link

deborabonner commented Oct 31, 2017

-- Numbering: Page 2 should continue numbering from page 1, rather than start from "1".
-- No re-ordering: Pivot Interiors, Inc. - after they completed the Assessment and Planning, they went from being 9 on page 1, to 14 on page 2.
-- Sorting: Activate functionality of the sort arrows next to the column headings. They are not currently functioning.

@deborabonner deborabonner added this to the TSP Analytics milestone Nov 17, 2017
@smirolo smirolo changed the title Reporting entities list (various - see comment) Cache scores and improvement status into an Account model Nov 22, 2017
@smirolo
Copy link
Contributor

smirolo commented Nov 22, 2017

These are symptoms of computing the data necessary for the "reporting entity" page on-the-fly instead of picking it from a table in the database. All filter/sort functions are only available on QuerySet (i.e. django-extra-views).

@smirolo smirolo modified the milestones: Updates of Content, Scores and Reporting Nov 23, 2017
@smirolo
Copy link
Contributor

smirolo commented Jan 26, 2018

We might have to do this in order to improve performance of sort (#176) and search (#177)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants