'Vue file organisation and models with various states

We have a system where clients can place orders, however they need to generate quotes first. How we have set this up in our models is that an order has a status quote and a status complete.

Our front end is organised in such a way that each model in our back end is its own module with its own pages and components nested within that module.

I would like to have an orders index view and a quotes index view. With regards to the organisation, would it be more correct for both indexes to be separate pages nested in the order module or would it be better for quotes be its own module?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source