Skip to content

UI Design Stage 2#39

Open
IshaGupta18 wants to merge 7 commits into
publiclab:mainfrom
IshaGupta18:UIdesigningstage2
Open

UI Design Stage 2#39
IshaGupta18 wants to merge 7 commits into
publiclab:mainfrom
IshaGupta18:UIdesigningstage2

Conversation

@IshaGupta18

Copy link
Copy Markdown
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
Copy Markdown
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

IshaGupta18 commented Jun 10, 2019 via email

Copy link
Copy Markdown
Collaborator Author

@namangupta01

Copy link
Copy Markdown
Member

The pr is showing changes in the parsing.js.

@namangupta01

Copy link
Copy Markdown
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

IshaGupta18 commented Jun 10, 2019 via email

Copy link
Copy Markdown
Collaborator Author

@namangupta01

Copy link
Copy Markdown
Member

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

@IgorWilbert

IgorWilbert commented Jun 30, 2019

Copy link
Copy Markdown
Member

@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