Skip to content

Implement a web interface for ConPLex.#30

Open
bhushan-mohanraj wants to merge 167 commits into
samsledje:devfrom
bhushan-mohanraj:dev
Open

Implement a web interface for ConPLex.#30
bhushan-mohanraj wants to merge 167 commits into
samsledje:devfrom
bhushan-mohanraj:dev

Conversation

@bhushan-mohanraj

Copy link
Copy Markdown

Description

This pull request implements a web application for ConPLex. The application is implemented in the subpackage conplex_dti.web. The application is further divided into the following subpackages:

  • conplex_dti.web.models: Database models for the app, implemented with SQLAlchemy.
  • conplex_dti.web.migrations: Database migrations for the app, autogenerated by Alembic and executable via python -m alembic upgrade head.
  • conplex_dti.web.forms: Form classes for the app, implemented with WTForms.
  • conplex_dti.web.views: View functions for the application, implemented with Flask.
  • conplex_dti.web.tasks: Background tasks (such as featurization and modeling), implemented with Huey.
  • conplex_dti.web.template: HTML templates, implemented with Jinja.
  • conplex_dti.web.static: Generated Bootstrap CSS and JS files; JS files for the visualization.

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've read the CONTRIBUTING.md guide.
  • I've updated the code style using make codestyle.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in Google format for all the methods and classes that I used.

bhushan-mohanraj and others added 30 commits July 25, 2023 11:23
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.

2 participants