zhaohai666 opened a new issue, #667: URL: https://github.com/apache/rocketmq-dashboard/issues/667
# Issue ## Change Overview 1. Remove `GeneralSettingsUpdateDTO`; use `GeneralSettingsVO` directly to receive update requests instead. 2. Refactor `SettingsController` and `SettingsService` to simplify CRUD APIs. 3. Adjust storage interfaces of `SettingsRepository` and `InMemorySettingsRepository`. 4. Align internal fields across `DataSourceVO`, `DataSourceTestDTO` and `GeneralSettingsVO`. ## Design Rationale The Settings module is an independent single-page module, which requires concise and straightforward APIs. This change eliminates redundant intermediate DTO layers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
