Skip to content

Add the moldesign application and refactor app registration system#37

Merged
gpauloski merged 3 commits intomainfrom
issue-16
May 22, 2024
Merged

Add the moldesign application and refactor app registration system#37
gpauloski merged 3 commits intomainfrom
issue-16

Conversation

@gpauloski
Copy link
Copy Markdown
Contributor

Description

Adds the moldesign application.

Apps are no longer registered with a decorator so that app modules do not need to be imported.

Fixes

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (internal implementation changes)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (no changes to the code)
  • CI change (changes to CI workflows, packages, templates, etc.)
  • Version changes (changes to the package or dependency versions)

Testing

N/A

Pull Request Checklist

Please confirm the PR meets the following requirements.

  • Relevant tags are added (breaking, bug, dependencies, documentation, enhancement, refactor).
  • Code changes pass pre-commit (e.g., ruff, mypy, etc.).
  • Tests have been added to show the fix is effective or that the new feature works.
  • New and existing unit tests pass locally with the changes.
  • Docs have been updated and reviewed if relevant.

@gpauloski gpauloski added the breaking Backwards incompatible change to public interfaces label May 22, 2024
@gpauloski gpauloski merged commit 0699e74 into main May 22, 2024
@gpauloski gpauloski deleted the issue-16 branch May 22, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Backwards incompatible change to public interfaces

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New workflow: Molecular Design

1 participant