Implemented prototype and proof-of-concept for time window pager.
The reporting dashboards now demonstrate new feature: quick search options and time window paging. For performing common quick searches it is now possible to choose the appropriate option from presented list and get results without choosing the time windows manually. Additionally the result page for this quick search option provides means for paging back and forward in time with appropriate time window. For example you may search for current month and then use the time window paging to get results for previous month. (Redmine issue: #4321)
Showing
- lib/hawat/app.py 5 additions, 3 deletionslib/hawat/app.py
- lib/hawat/base.py 67 additions, 1 deletionlib/hawat/base.py
- lib/hawat/blueprints/design/templates/_macros_site.html 69 additions, 0 deletionslib/hawat/blueprints/design/templates/_macros_site.html
- lib/hawat/blueprints/events/templates/events/search.html 1 addition, 1 deletionlib/hawat/blueprints/events/templates/events/search.html
- lib/hawat/blueprints/reports/__init__.py 10 additions, 2 deletionslib/hawat/blueprints/reports/__init__.py
- lib/hawat/blueprints/reports/templates/reports/dashboard.html 15 additions, 6 deletions...hawat/blueprints/reports/templates/reports/dashboard.html
- lib/hawat/const.py 44 additions, 1 deletionlib/hawat/const.py
Loading
Please register or sign in to comment