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

UI Design Stage 2 #39

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

IshaGupta18
Copy link
Collaborator

Here's the further development in:

  • UI Design

  • Enabling some of the import options with the latest code

image

This will also close #38

However, I am facing a small problem in the string parsing functionality:

image

Could anyone suggest why the CsvParser object is coming out to be null here? @namangupta01 @Souravirus @jywarren @IgorWilbert Thanks a lot!

@namangupta01
Copy link
Member

Hi @IshaGupta18, nice work. I guess we should now slowly start to deprecate the old js code write in the new code as we now have after the merging of this very big pr #29. What do you say?

@IshaGupta18
Copy link
Collaborator Author

IshaGupta18 commented Jun 10, 2019 via email

@namangupta01
Copy link
Member

The pr is showing changes in the parsing.js.

@namangupta01
Copy link
Member

I see you made the changes in dist/PublicLab.Grapher.js. We don't make changes to files in dist folder. These are generated using Babel and Browserify itself when we run npm run build command which sees the src/ folder for any change and transcompile the es6 code to es5 code in dist/. Please don't make changes to dist/. Make changes to src/ while running npm run install all the changes will be automatically done in dist/ files.
I am writing a readme about this.

@IshaGupta18
Copy link
Collaborator Author

IshaGupta18 commented Jun 10, 2019 via email

@namangupta01
Copy link
Member

This feature is not implemented yet. I have opened the issue #40

@IgorWilbert
Copy link
Member

IgorWilbert commented Jun 30, 2019

@IshaGupta18 thank you! I suppose you solved this elsewhere. If so, may I close it?

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.

Uncaught TypeError: Cannot read property 'push' of undefined
3 participants