When I first started this project, I abstracted everything into components so most of my page/view files are nothing more than important the main component I want to render. Now that I have learned proper Vue application structure, I should refactor the main components (AnalysesTable, ProjectProposalTable, etc) such that their logic resides primarily in the page/view file. I have done this already with the new uptime component.
This is not a high priority since everything works, but should be done in a future update.
When I first started this project, I abstracted everything into components so most of my page/view files are nothing more than important the main component I want to render. Now that I have learned proper Vue application structure, I should refactor the main components (AnalysesTable, ProjectProposalTable, etc) such that their logic resides primarily in the page/view file. I have done this already with the new uptime component.
This is not a high priority since everything works, but should be done in a future update.