Add vuex store for package list app
What does this MR do?
As a part of the refactor plan highlighted in !18860 (merged) this MR adds a vuex store to work along with the vue app. The store is currently not connected to the app and this will happen in another MR ( once this MR and the app MR are merged)
The store also depends on this MR: !19685 (merged)
Vue app MR: !19613 (merged)
Note:
The folder structure may seem wonky, by mixing list and details code, the reason is that an MR to move the details to his own folder is going to be kicked out once another MR touching those files is merged ( !18999 (merged) ) to avoid conflicts
Does this MR meet the acceptance criteria?
Conformity
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers
Security
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
-
Label as security and @ mention @gitlab-com/gl-security/appsec
-
The MR includes necessary changes to maintain consistency between UI, API, email, or other methods -
Security reports checked/validated by a reviewer from the AppSec team
Part of #33905 (closed)