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

add Launch Data Preview data url textbox to data.view toolbar #61

Closed
RandomFractals opened this issue Jun 22, 2019 · 1 comment
Closed
Labels
enhancement New feature or request UX User Experience enhancement

Comments

@RandomFractals
Copy link
Owner

RandomFractals commented Jun 22, 2019

related to #15 for online public data sources preview

implementation notes/script:

  • move all fs.readFileSync(dataFilePath) calls for local file reads to new /utils/file-utils.ts
  • use https://github.com/d3/d3-fetch for loading public data sources data if data.url starts with http: or https:
  • use fs.readFileSync(dataFilePath) as before for local data file reads or files with full file:/// schema URI's
  • use vscode.workspace.findFiles() API to load relative local data files
@RandomFractals RandomFractals added enhancement New feature or request UX User Experience enhancement labels Jun 22, 2019
RandomFractals added a commit that referenced this issue Jun 23, 2019
…nary data files

+ data.preview methods reorg
RandomFractals added a commit that referenced this issue Jun 23, 2019
RandomFractals added a commit that referenced this issue Jun 23, 2019
to release workspace data files loading
RandomFractals added a commit that referenced this issue Jun 24, 2019
to keep new data-url-input text box in line for all view panel sizes
RandomFractals added a commit that referenced this issue Jun 24, 2019
@RandomFractals
Copy link
Owner Author

closing this. will create new ticket for remote data support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UX User Experience enhancement
Projects
None yet
Development

No branches or pull requests

1 participant