Roadmap backstage enhancements
Summary
This issue lists enhancements that can be made to Roadmap vue app in order to make it more in line with rest of apps at GitLab.
-
Break sortEpicsmethod into multiple testable smaller methods.- As of now,
sortEpicsis doing lot of stuff where adding tests for call combinations isn't feasible, as a result we ran into https://gitlab.com/gitlab-org/gitlab-ee/issues/9829 which could've been avoided if we had more concise test cases.
- As of now,
-
Convert into a Vuex app and discard(We've decided to keepeventHubeventHubdue to simplicity of scroll events handling).- Roadmap doesn't include much of a user-interaction as of now and can be converted into Vuex app without much effort, this would be useful once we start adding more user interactions in future releases. Also, it would be a larger effort later if we don't do this now.
🤷
- Roadmap doesn't include much of a user-interaction as of now and can be converted into Vuex app without much effort, this would be useful once we start adding more user interactions in future releases. Also, it would be a larger effort later if we don't do this now.
Edited by Kushal Pandya