Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] generate graphics in dialog boxes using modelui apis #101

Closed
wants to merge 7 commits into from

Conversation

nutsjian
Copy link
Collaborator

@nutsjian nutsjian commented Jul 27, 2023

What is the purpose of the change

Added modelui dialog

Related issues/PRs

Related issues: #51

Brief change log

Support to generate graphics in the form of dialog boxes using modelui apis.

Checklist

  • I have read the Contributing Guidelines on pull requests.
  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible
  • If this is a code change: I have written unit tests to fully verify the new behavior.

@15100399015
Copy link
Collaborator

no problem!

Copy link
Collaborator

@15100399015 15100399015 left a comment

Choose a reason for hiding this comment

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

no problem

Copy link
Collaborator

Choose a reason for hiding this comment

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

soliduimodelui.egg-info module code is not submitted, this is compiled

Copy link
Collaborator

Choose a reason for hiding this comment

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

Workspace is not submitted, the model generates images

Copy link
Collaborator

Choose a reason for hiding this comment

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

kernel_connection_file.json do not submit, compile and generate

app.log Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

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

app.log do not submit, compile and generate

@@ -33,6 +33,21 @@ module.exports = merge(baseConfig, {
directory: path.join(__dirname, '../public'),
},
proxy: {
'/solidui/models/generate': {
target: 'http://43.138.5.82:5110',
Copy link
Collaborator

Choose a reason for hiding this comment

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

ip fixed

pathRewrite: {}
},
'/solidui/kernel/restart': {
target: 'http://43.138.5.82:5010',
Copy link
Collaborator

Choose a reason for hiding this comment

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

ip fixed

pathRewrite: {}
},
'/solidui/models/api/api': {
target: 'http://43.138.5.82:5110',
Copy link
Collaborator

Choose a reason for hiding this comment

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

ip fixed

@@ -43,7 +43,7 @@ spring:
basename: i18n/messages
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/solidui?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
url: jdbc:mysql://43.138.5.82:3306/solidui?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
Copy link
Collaborator

Choose a reason for hiding this comment

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

replace with localhost

@nutsjian nutsjian requested a review from dlimeng July 27, 2023 15:52
@dlimeng dlimeng closed this Jul 27, 2023
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.

3 participants