Skip to content

Wip dashboard#349

Draft
bstuder wants to merge 7 commits intodevelopfrom
wip-dashboard
Draft

Wip dashboard#349
bstuder wants to merge 7 commits intodevelopfrom
wip-dashboard

Conversation

@bstuder
Copy link
Collaborator

@bstuder bstuder commented Feb 18, 2026

Dashboard de-coupling: create & use only lomas json-RPC api

@PaulineMauryL
Copy link
Member

PaulineMauryL commented Feb 19, 2026

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  core/lomas_core/models
  collections.py
  requests.py
  server/lomas_server
  app.py
  constants.py
  server/lomas_server/admin_database
  admin_database.py
  local_database.py 158
  server/lomas_server/administration/dashboard
  about.py 24-28, 78, 80, 87-88
  utils.py 60, 85, 90, 98-99, 116, 121, 125-129
  server/lomas_server/administration/scripts
  lomas_demo_setup.py
  server/lomas_server/administration/tests
  test_streamlit_app.py
  server/lomas_server/auth
  auth.py 99-102
  server/lomas_server/data_connector
  data_connector.py
  server/lomas_server/dp_queries
  dp_querier.py
  dummy_dataset.py
  server/lomas_server/dp_queries/dp_libraries
  diffprivlib.py
  opendp.py
  smartnoise_sql.py
  utils.py 63
  server/lomas_server/models
  config.py
  server/lomas_server/routes
  routes_admin.py 511-512, 522-524
  routes_dp.py
  utils.py 174-177
  server/lomas_server/tests
  test_api.py
  test_auth.py
  utils.py
Project Total  

The report is truncated to 25 files out of 38. To see the full report, please visit the workflow summary page.

This report was generated by python-coverage-comment-action

);

# Fix sklearn.linear_model.LogisticRegression multi_class argument
# deprecated in 1.7.2 and removed in 1.8.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this also implemented when building the docker images?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

  • adapt / build OCI images

options.client_secret = mkOption {
type = types.str;
};
options.redirect_uri = mkOption {
Copy link
Collaborator

Choose a reason for hiding this comment

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

noice

@bstuder bstuder force-pushed the wip-dashboard branch 4 times, most recently from 5119700 to f067573 Compare February 26, 2026 08:22
Comment on lines +317 to +318
# ---------------------------------------------

Copy link
Collaborator

Choose a reason for hiding this comment

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

For deletion, could we add something like a small popup asking "are you sure?", making sure we don't delete everything with a misclick? I think you can use this:

https://docs.streamlit.io/develop/api-reference/execution-flow/st.dialog

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.

4 participants