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

Tmp issue 73 #151

Merged
merged 13 commits into from
Jan 28, 2019
Merged

Tmp issue 73 #151

merged 13 commits into from
Jan 28, 2019

Conversation

diptighosalkar
Copy link
Contributor

Implemented Expression block

  1. Created JS for Expression block.
  2. Created file expression-sci-function.sci , contains scilab func needed for set() of Expression block's JS.
  3. Created ajax method to call app route.
  4. Created app route method for calling scilab command and so some manipulation on response data.
  5. Added import parameters code for Expression block.

Fixed appearance of scrollbar on simulation.

Copy link
Collaborator

@sunilshetye sunilshetye left a comment

Choose a reason for hiding this comment

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

PEP8 is strict about layout.

After every comma, there should be one space.

Both before and after an operator (like +), there should be a space.

Instead of repeatedly using + for a string, use %

Don't add extra semicolon at the end of the line

SendLog.py Outdated Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
SendLog.py Show resolved Hide resolved
SendLog.py Outdated Show resolved Hide resolved
webapp/dependencies.js Outdated Show resolved Hide resolved
webapp/data_structures/EXPRESSION.js Show resolved Hide resolved
expression-sci-function.sci Outdated Show resolved Hide resolved
webapp/data_structures/EXPRESSION.js Show resolved Hide resolved
webapp/data_structures/EXPRESSION.js Outdated Show resolved Hide resolved
Copy link
Collaborator

@sunilshetye sunilshetye left a comment

Choose a reason for hiding this comment

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

Looks better now. Some small changes suggested.

expression-sci-function.sci Outdated Show resolved Hide resolved
expression-sci-function.sci Outdated Show resolved Hide resolved
expression-sci-function.sci Outdated Show resolved Hide resolved
webapp/data_structures/EXPRESSION.js Outdated Show resolved Hide resolved
webapp/data_structures/EXPRESSION.js Outdated Show resolved Hide resolved
Copy link
Collaborator

@sunilshetye sunilshetye left a comment

Choose a reason for hiding this comment

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

EXPRESSION block code can be merged now.

Scroll bar on the right still appears for some browsers.

@diptighosalkar diptighosalkar merged commit bff9711 into FOSSEE:master Jan 28, 2019
sunilshetye pushed a commit that referenced this pull request Feb 20, 2019
sunilshetye pushed a commit that referenced this pull request Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants