[go: up one dir, main page]

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 sortEpics method into multiple testable smaller methods.
  • Convert into a Vuex app and discard eventHub (We've decided to keep eventHub due 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. 🤷
Edited by Kushal Pandya