130 | | |
131 | | === Database management === |
132 | | * add a thread to perform database insertion when a search is done, to avoid slowing down the search process |
133 | | * |
| 130 | * Database management: |
| 131 | * add a thread to perform database insertion when a search is done, to avoid slowing down the search process |
| 132 | * Chart generation: |
| 133 | * add a configuration mechanism to choose JFreeChart graphic type, colors, legend display/position |
| 134 | * HTML/GUI: |
| 135 | * add link to tagcloud terms, replaying the search for the clicked term |
| 136 | * Administration/configuration: |
| 137 | * Group all configuration options in the same place. currently, statistics configuration can be found in the XML file defining the services (config-stats.xml), in the database itself (config table, storing if the search log mechanism is enabled or disabled) and in a xml file passed with one service (MD popularity). |
| 138 | * Thinking about changing all statistics services to Java classes, to allow passing specific configuration parameters |