In the past, it was found that online sources that parse HTML files often had to be adapted, as the operators of the corresponding websites frequently change the layout of the pages. In contrast, the structure of CSV data sources changes much less. However, the data format used cannot be seen in the list of online sources, but only in the detailed information for a source, which means additional work if there are a large number of sources, as each individual source has to be selected. It would be helpful if the data format appeared in the list. STEPS TO REPRODUCE 1. download kmymoney binary from https://cdn.kde.org/ci-builds/office/kmymoney/master/ 2. start kmymoney 3. in the menu select Settings->"Configure kmymoney"->online quotes 4. Inspect the list of available online quotes OBSERVED RESULT There is no indication of which data format a quota source is used. You have to select each individual source to obtain this information in the details. EXPECTED RESULT The supported data format should be displayed in the list
A possibly relevant merge request was started @ https://invent.kde.org/office/alkimia/-/merge_requests/47
Git commit f6a00728c1bf3175b8975aec806c5861a5d1f61f by Ralf Habacker. Committed on 09/08/2024 at 13:49. Pushed by habacker into branch 'master'. Add column showing data format to the quotes list This helps users to find more stable online qoute sources. FIXED-IN:8.2 M +3 -3 autotests/alkonlinequotesourcetest.cpp M +4 -1 src/alkonlinequotesmodel.cpp M +1 -0 src/alkonlinequotesmodel.h M +21 -0 src/alkonlinequotesource.cpp M +7 -0 src/alkonlinequotesource.h M +4 -4 src/alkonlinequoteswidget.cpp https://invent.kde.org/office/alkimia/-/commit/f6a00728c1bf3175b8975aec806c5861a5d1f61f