Aditya Srivastava

Results 7 issues of Aditya Srivastava

### Fixes #160 ## Fixed broken link to mongodb installation page Check if you have done the following before creating the PR - [x] console logs have been deleted -...

Currently when the react server runs on the browser, it throws warnings on the console, occuring due to inconsistent code use. **Screenshots:** ![image](https://user-images.githubusercontent.com/31389740/75623069-a6e98800-5bcc-11ea-919a-ba94b6e4d883.png) ![image](https://user-images.githubusercontent.com/31389740/75625722-ed4be080-5be6-11ea-9bdd-b345f00d5937.png) Todos: - [x] Fix these warnings...

**Current Behaviour:** Currently, the code is written to redirect to visualize the data after successful upload, but redirection is not working, instead throwing error on console. **Expected Behaviour:** It should...

**Current Behaviour:** Currently, in the project, there are multiple ways being followed to perform ajax request to the server. For eg., `Dashboard.jsx` uses `fetch`, `ViewData.jsx` uses vanilla JS' `XMLHttpRequest()`. **Expected:**...

**Current Behaviour:** Currently, /visualize route is not working properly, giving undefined in params, and is throwing errors **Expected:** The uploaded csv should be available to visualize Screenshots: ![issue2](https://user-images.githubusercontent.com/31389740/75268403-747f0a00-581d-11ea-8824-0531e9b373ab.png) **Remarks:** I...

**Current Behaviour:** Currently when we upload a dataset, it's name is not showing up on the uploaded dataset panel. **Expected Behaviour:** The uploaded dataset should appear with its name **Screenshots:**...

# Description Some icons and buttons on footer are redundant. Made necessary changes. Fixes #78 # Type of Change: ### - Code: - Removed Login, Signup buttons - Removed facebook...