mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 08:42:07 +01:00
Enhance AJAX navigation and pagination across dashboard templates
- Implemented AJAX-based navigation for links and forms to improve user experience. - Added loading indicators during AJAX requests to enhance feedback. - Refactored data tables and search results to load content dynamically via AJAX. - Created partial templates for data tables and search results to streamline rendering. - Updated pagination links to work with AJAX, maintaining browser history. - Added JavaScript files for handling AJAX navigation and pagination. - Improved session detail view with conditional rendering for action buttons. - Updated Docker Compose file for consistency in version formatting. - Created a TODO list for future enhancements and features.
This commit is contained in:
13
TODO.md
Normal file
13
TODO.md
Normal file
@ -0,0 +1,13 @@
|
||||
# TODO List
|
||||
|
||||
- When I zoom into the dasboard page, the graphs don't scale/adjust to fit the window until I completely refresh the page, can we solve that?
|
||||
- Add export to CSV and PDF functionality to the dashboard.
|
||||
- Add a button to download the CSV file for the selected company.
|
||||
- Make it possible to modify the column names in the CSV file through the admin interface.
|
||||
- Add possibility to add a company logo in the admin interface.
|
||||
- Add periodic download from https://proto.notso.ai/jumbo/chats possibility for the jumbo company.
|
||||
- Authentication: Basic Auth
|
||||
- URL: https://proto.notso.ai/jumbo/chats
|
||||
- Username: jumboadmin
|
||||
- Password: jumboadmin
|
||||
|
||||
Reference in New Issue
Block a user