-
Notifications
You must be signed in to change notification settings - Fork 118
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
[SPIKE] Flank's run flow -- refactor #1317
Comments
@pawelpasterz @jan-gogo could you research it and convert it to Epic? |
@axelzuziak-gogo I have changed the label to the tiger. We can estimate it as research and start working on it ASAP. In the description is mentioned that the result of this research will be a fully described epic. |
mergify bot
pushed a commit
that referenced
this issue
Mar 26, 2021
Fixes #1317 * [investigation](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/investigation.md) * [diagram](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/diagram.md) * [proposal](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/proposal.md) * [steps](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/steps.md)
jan-goral
added a commit
that referenced
this issue
Mar 26, 2021
Fixes #1317 * [investigation](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/investigation.md) * [diagram](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/diagram.md) * [proposal](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/proposal.md) * [steps](https://github.com/Flank/flank/blob/1317-flank-run-refactor/docs/refactor/steps.md)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Story
As a flank committer, I'd like to be able to add new features easily and in a straightforward way.
Detailed info/background
Recently lots of new code was added to the master (new features, bug fixes, etc.). Sometimes it's hard to implement something due to strongly coupled code and unclear logic. Because of that, it takes more and more time to implement solutions as well as to make correct reviews. In order to make everyone's life easier, we should put some effort to track down places in flank's code which we can refactor to be clear and readable, yet concise and robust.
Result
As a result, a new epic with SDD will be created with detailed info on what should be refactored, with guidelines if possible.
The text was updated successfully, but these errors were encountered: