Skip to content

add tab to visualize database contents#11

Merged
fedem-p merged 2 commits intomainfrom
8-add-page-to-visualize-current-data
Nov 12, 2025
Merged

add tab to visualize database contents#11
fedem-p merged 2 commits intomainfrom
8-add-page-to-visualize-current-data

Conversation

@fedem-p
Copy link
Copy Markdown
Owner

@fedem-p fedem-p commented Oct 28, 2025

Closes #8

@fedem-p fedem-p linked an issue Oct 28, 2025 that may be closed by this pull request
@fedem-p fedem-p requested a review from Copilot October 28, 2025 21:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new Database Viewer feature to SISmanager, enabling users to view the contents of the central database with optional column filtering. The viewer is integrated into the existing Flask application as a new blueprint.

  • Adds a new database viewer blueprint with GET/POST route support
  • Implements column filtering UI with checkboxes and form submission
  • Updates dashboard CSS to accommodate wider content layouts

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
sismanager/blueprints/db_viewer/init.py Initializes the new db_viewer blueprint module
sismanager/blueprints/db_viewer/routes.py Implements the main database viewer route with column filtering logic
sismanager/templates/db_viewer/db_viewer.html Provides the HTML template for rendering the database viewer UI
sismanager/init.py Registers the new db_viewer blueprint with the Flask app
sismanager/templates/base.html Adds navigation link to the Database Viewer page
sismanager/static/css/dashboard.css Increases container max-width from 900px to 95%

Comment thread sismanager/templates/db_viewer/db_viewer.html
Comment thread sismanager/blueprints/db_viewer/routes.py
Comment thread sismanager/templates/db_viewer/db_viewer.html
Comment thread sismanager/blueprints/db_viewer/routes.py
@fedem-p fedem-p merged commit dace9f6 into main Nov 12, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add page to visualize current data

2 participants