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

Integrate layoutprocessor and softvis3d model using typescript #39

Closed
stefanrinderle opened this issue Oct 30, 2016 · 2 comments
Closed

Comments

@stefanrinderle
Copy link
Owner

The only classes which have not be ported to typescript yet are

  • layoutProcessor.js
  • softvisdmodel.js

We need this methods to generate the layout. The currently, displayed layout is based on a fixed json file in app.tsx. Plese remove this afterwards.

@yvo-niedrich
Copy link
Collaborator

yvo-niedrich commented Nov 30, 2016

reopened for review.

webpack-dev-server can be configured, to use the demo sonar server as proxy. Example configuration (config/dev.ts):

import config from "./default";

config.env = "development";
config.proxy = "http://softvis3d.com";
config.pathRewrite = {"^/api" : "/sonar/api"};
config.proxyLegacy = false;
config.project = "composer";

export default config;

@stefanrinderle
Copy link
Owner Author

Great, now we have a working version again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants