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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add the ability to edit/delete/clone automation rules #3576

Closed
Tracked by #3195
pranavrajs opened this issue Dec 15, 2021 · 3 comments 路 Fixed by #3876
Closed
Tracked by #3195

feat: Add the ability to edit/delete/clone automation rules #3576

pranavrajs opened this issue Dec 15, 2021 · 3 comments 路 Fixed by #3876
Assignees
Labels
frontend Involves working with javascript ( Vue JS / CSS )

Comments

@pranavrajs
Copy link
Member

No description provided.

@pranavrajs pranavrajs mentioned this issue Dec 15, 2021
2 tasks
@fayazara fayazara added the frontend Involves working with javascript ( Vue JS / CSS ) label Jan 17, 2022
@fayazara
Copy link
Contributor

@pranavrajs regarding editing automations, we only send the user input when making the post request , example - label id - 1, team id - 3 etc. So the GET request only send this id.

But since we need the id and other data like the label id and label name render the UI and show the dropdowns, do I need to write helper fuctions which find resp data for all possible attributes in frontend?

Any way we can optimize this?

@pranavrajs
Copy link
Member Author

For the time being, if we have everything available in the frontend, we can use the getters to find the data.

However, I'd like to see this getting populated from the API itself. @tejaswinichile Please see if it takes more time to implement this on the API.

@github-actions
Copy link

github-actions bot commented Aug 9, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frontend Involves working with javascript ( Vue JS / CSS )
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants