Ratin Kumar

Results 9 issues of Ratin Kumar

enhancement
high-priority

The objects that currently support deletion: - [x] Segmentation (Already existed) - [x] User - [x] DataPoint - [x] Project - [x] Label - [x] LabelValue

Aims to fix #29 ![image](https://user-images.githubusercontent.com/23381512/87229031-9343fe80-c3c2-11ea-9201-ed6ba7a876c5.png)

Added a modal for resetting user's password. Below are the screenshots, showing the option and modal. ![image](https://user-images.githubusercontent.com/23381512/93087888-cfdbf100-f6b6-11ea-87c4-8e108b27cdee.png) ![image](https://user-images.githubusercontent.com/23381512/93087916-d8342c00-f6b6-11ea-961b-d04203354503.png)

The zipes that were used for testing. [test_6_.zip](https://github.com/midas-research/audino/files/5161422/test_6_.zip) [test_5_1.zip](https://github.com/midas-research/audino/files/5161424/test_5_1.zip) [test_4_.zip](https://github.com/midas-research/audino/files/5161425/test_4_.zip) [test_3_1.zip](https://github.com/midas-research/audino/files/5161426/test_3_1.zip) [test_2_.zip](https://github.com/midas-research/audino/files/5161427/test_2_.zip) [test_1_1.zip](https://github.com/midas-research/audino/files/5161428/test_1_1.zip)

Have implemented the navigation feature. The navigation uses a new API that I implemented, which returns the `dataId` for the previous and next annotation. TODO: - [x] Change the `Icons`...

I'm executing some interactive commands on a pod with the following code: ```go ctx, cancel := context.WithCancel(context.TODO()) exec, err := remotecommand.NewSPDYExecutor(config, method, url) if err != nil { return err...

lifecycle/stale