Page MenuHomePhabricator

[L] Refactor the App.vue file
Closed, ResolvedPublic

Description

After some discussion to try and refactor parts of the application to make it simpler for future contributors to support it, we have highlighted the need for the app.vue file to be refactored.

This refactor may involve one or more of the following action:

  • Abstract the logic within the app.vue file into new component to make the code more readable
  • Create a set of Mixins (that later after vue3 migration can be turned into compositionApi), to take ownership of specific functionality
  • Create more tickets to tackle specific tasks that may be too big to be merged into this current one

Event Timeline

MarkTraceur renamed this task from Refactor the App.vue file to [L] Refactor the App.vue file.Sep 8 2021, 4:27 PM
SimoneThisDot changed the task status from Open to In Progress.Sep 20 2021, 10:46 AM
SimoneThisDot claimed this task.

This task is now completed as all subtasks have been developed and deployed.