forked from zsoldosp/django-performance-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
22 lines (17 loc) · 893 Bytes
/
TODO.txt
File metadata and controls
22 lines (17 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
separate data collection from reporting
---------------------------------------
* introduce a command to run/display reports and remove inlined one
* support multiple runs generating different files and combining them
* write bang_for_the_buck report on what to improve first
---------------------------------------
use for template tags
rename limits settings to be consistent with the DJPT_ prefix
add deprecation warning for old style
should I also update the tests to run both versions?
future, out of scope now for registry
---------------------------------------
need to write settings_changed_handler too
use it for app ready integration points, simplifying integrate_** methods
should use runtime value of settings
focus on templates - can it be released w/out rewriting the integration?
problably not - would be misleading, though depends on documentation