Rohan Chaturvedi

Results 15 comments of Rohan Chaturvedi

@4f77616973 It seems to work fine up to 15 min. I had a crash between 20-25 min. Trying to recreate it again to get a more accurate time.

> Any updates on this? I'm still getting a crash around the 20 min mark. If 15 min is an acceptable window then we can go ahead with this, but...

@nishaaannnt I mean the `path` attribute of a secret, i.e which folder the secret is in. Currently the path can only be updated via the REST API though, as there...

> I would like to work on this issue!! @rohan-chaturvedi Sure, its all yours!

@SuryatejPonnapalli let's put it in the tags dialog, in a separate "Manage tags dialog". You'll need to add queries and mutations to edit and delete tags.

That looks great! How will the edit action work? Fastest way to get familiar with mutations is to check out how existing ones are written, such as the [CreateSecretTagMutation](https://github.com/phasehq/console/blob/6dc77b7af6a744c9323d599e4a4f8abd752a54da/backend/backend/graphene/mutations/environment.py#L463). Write...

That could work, except we are already using a modal nested in another modal :sweat_smile: What if we allowed editing the tag name and color in place? In your UI,...

@Dhoni77 Here's some more context on implementing this: The `SecretEvent` model is what we use to track CRUD changes to Secrets: https://github.com/phasehq/console/blob/f63640b21400d2b2305cd359f8f05abdf9082f74/backend/api/models.py#L309 As you can see, there's a `user` foreign...

> @nimish-ks @rohan-chaturvedi Done. Was trying to recreate the issue and found it done. Also got it verified on call with @nimish-ks Great!