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

[Feature] Better Feedback Pipeline #501

Closed
2 of 5 tasks
CommanderStorm opened this issue Apr 9, 2023 · 0 comments · Fixed by #651
Closed
2 of 5 tasks

[Feature] Better Feedback Pipeline #501

CommanderStorm opened this issue Apr 9, 2023 · 0 comments · Fixed by #651
Assignees
Labels
feature New feature or request priority: high

Comments

@CommanderStorm
Copy link
Member

CommanderStorm commented Apr 9, 2023

Is your feature request related to a problem? Please describe.
The current pipeline for accepting coordinate/image/… changes is very labor-intensive.

Current workflow:

  • User creates issue(s)
  • We have to manually go into the code, add the change and sanity check if this makes sense
  • We have to close the issue

Describe the solution you'd like
I would like this kind of feedback as a PR instead

Work Plan to get this done:

  • Refactor the Feedback system to improve the code-adaptability
  • change the current Feedback-API (renaming delete_issue_requested to deletion_requested)
  • implement an API which can receive edit-requests
  • add this change to the frontend (dependent on Vue3 Migration #200)
  • Do some user Testing on the new workflow

Describe alternatives you've considered
I don't think there are better alternatives out there (at least I can't think of any)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request priority: high
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant