Content
Updated by Sajan Gurung 6 days ago
Some vue components are growing too large, making them difficult to maintain and extend. They need to be split into smaller reusable components.
One of the such components is: `AdminSettings.vue`
Also, consider moving admin-settings component to views directory.
Motivation: easy to manage and welcome new changes
To split:
* [ ] AdminSettings.vue
* [x] [ ] OP Host ([#813](https://github.com/nextcloud/integration_openproject/pull/813))
* [ ] Auth method
* [ ] Oauth2
* [ ] SSO
* [ ] Group folder
One of the such components is: `AdminSettings.vue`
Also, consider moving admin-settings component to views directory.
Motivation: easy to manage and welcome new changes
To split:
* [ ] AdminSettings.vue
* [x]
* [ ] Auth method
* [ ] Oauth2
* [ ] SSO
* [ ] Group folder