From kde-finance-apps Tue Mar 10 09:55:14 2020 From: aryan jangid Date: Tue, 10 Mar 2020 09:55:14 +0000 To: kde-finance-apps Subject: Re: GSoC project Message-Id: X-MARC-Message: https://marc.info/?l=kde-finance-apps&m=158383342827216 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--0000000000008dfe1205a07cf342" --0000000000008dfe1205a07cf342 Content-Type: text/plain; charset="UTF-8" Any help? Thanks On Sun, 8 Mar 2020, 21:13 aryan jangid, wrote: > Hi, > > Ralf, I have read about the ktoblzcheck project and successfully build the > project from source. I have also tested its command line utility to see how > it actually works. But I have a few questions. > > 1. Inside the ktoblzcheck source tree, under bankdata directory, I see > multiple bankdata and blzcheck files. Why does bankdata.py generates > multiple output files? > 2. This project is not hosted over github, so how do we submit the > revisions (Pull Requests)? Through mail? > 3. Can you point to a small bug fix which is required, so I get a hang of > its source code? > > BTW regarding me, I am a KDE developer for past 1.5 years and a successful > previous year GSoC student for KDE community. > My phabricator profile: https://phabricator.kde.org/p/shubham/ > > Regards, > Shubham > > On Fri, Feb 28, 2020 at 12:41 AM Ralf Habacker > wrote: > >> Am 27.02.20 um 19:54 schrieb aryan jangid: >> >> Thanks Ralf. >> I understood most of the things. >> 1. We need to generate SQLite DB from the bankdata text file. >> 2. Use that DB in the calling API and command line tools. >> 3. Write the unit-tests and documentation. >> >> But I have a couple of questions. >> 1. These changes would be done in kmymonkey or should we integrate it >> inside ktoblzcheck itself? >> >> in ktoblzcheck to be usable by any finance application >> >> 2. I see SQLite DB already being created here >> https://cgit.kde.org/kmymoney.git/tree/kmymoney/plugins/ibanbicdata/germany/germany.py?h=4.8 >> . >> >> This should be moved to ktoblzcheck and could be used as base. >> >> >> I would appreciate your reply. >> >> BTW:: Please subscribe to >> https://mail.kde.org/mailman/listinfo/kde-finance-apps for further >> communications, which should be public according to GSOC rules. >> >> Regards >> >> Ralf >> >> >> On Sun, Feb 23, 2020 at 4:55 PM Ralf Habacker >> wrote: >> >>> Am 22.02.20 um 08:57 schrieb aryan jangid: >>> > Hi Ralf, >>> >>> Hi Aryan, >>> >>> > I am interested in doing GSoC this summer. The project KtoBlzCheck >>> > interests me. Can you please tell me a bit about it and some resources? >>> >>> See http://ktoblzcheck.sourceforge.net/ for informations about the >>> project. The actual gsoc project covers: >>> >>> 1. integrate generating sqlite database from >>> >>> https://cgit.kde.org/kmymoney.git/tree/kmymoney/plugins/ibanbicdata/germany?h=4.8 >>> >>> >>> 2. replace the code, which uses the bank data text file with code that >>> uses the new sqlite database >>> >>> 3. write/refactor unit tests for the new code >>> >>> 4. It may required to refactor/simplify the cmake build system while >>> working on it >>> >>> 5. add additional countries to the generated sqlite database (see >>> https://cgit.kde.org/kmymoney.git/tree/kmymoney/plugins/ibanbicdata?h=4.8 >>> ) >>> >>> 6. extend ktoblzcheck code to use the additional countries >>> >>> 7. write/refactor unit tests for the new code >>> >>> 8. update ktoblzcheck documentation >>> >>> You should subscribe https://mail.kde.org/mailman/listinfo/kde-soc for >>> getting in contact with the project and study >>> https://google.github.io/gsocguides/student/. >>> >>> Regards >>> >>> Ralf >>> >>> --0000000000008dfe1205a07cf342 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Any help?
Thanks

On Sun, 8 Mar 2020= , 21:13 aryan jangid, <aryan1= 0jangid@gmail.com> wrote:
Hi,

Ralf, I have read about th= e ktoblzcheck project and successfully build the project from source. I hav= e also tested its command line utility to see how it actually works. But I = have a few questions.

1. Inside the kto= blzcheck source tree, under bankdata directory, I see multiple bankdata and= blzcheck files. Why does bankdata.py generates multiple output files?
2. This project is not hosted over github, so how do we submit the re= visions (Pull Requests)? Through mail?
3. Can you point to a smal= l bug fix which is required, so I get a hang of its source code?
<= div>
BTW regarding me, I am a KDE developer for past 1.5 year= s and a successful previous year GSoC student for KDE community.

Regards,
Shubham
On Fri, F= eb 28, 2020 at 12:41 AM Ralf Habacker <ralf.habacker@freenet.de> wrote:
=20 =20 =20
Am 27.02.20 um 19:54 schrieb aryan jangid:
=20
Thanks Ralf.
I understood most of the things.
1. We need to generate SQLite DB from the bankdata text file.
2. Use that DB in the calling API and command line tools.
3. Write the unit-tests and documentation.

But I have a couple of questions.=C2=A0
1. These changes would be done in kmymonkey or should we integrate it inside ktoblzcheck itself?
in ktoblzcheck to be usable by any finance application
This should be moved to ktoblzcheck and could be used as base.

I would appreciate your reply.

BTW:: Please subscribe to https://mail.kde.org/mailman/listinfo/kd= e-finance-apps for further communications, which should be public according to GSOC rules.

Regards

Ralf


On Sun, Feb 23, 2020 at 4:55 PM Ralf Habacker <ralf.habacker@freenet.de> wrote:
Am 22.02.20 um 08:57 schrieb aryan jangid:
> Hi Ralf,

Hi Aryan,

> I am interested in doing GSoC this summer. The project KtoBlzCheck
> interests me. Can you please tell me a bit about it and some resources?

See http://ktoblzcheck.sourceforge.net/ for informations about the
project.=C2=A0 The actual gsoc project covers:

1. integrate generating sqlite database from
https://cgit.kde.org/kmymoney.git/tree/kmymoney/plugins/ibanbicdata/ger= many?h=3D4.8


2. replace the code, which uses the bank data text file with code that
uses the new sqlite database

3. write/refactor unit tests for the new code

4. It may required to refactor/simplify the cmake build system while
working on it

5. add additional countries to the generated sqlite database (see
http= s://cgit.kde.org/kmymoney.git/tree/kmymoney/plugins/ibanbicdata?h=3D4.8= )

6. extend ktoblzcheck code to use=C2=A0 the additional countries<= br>
7. write/refactor unit tests for the new code

8. update ktoblzcheck documentation

You should subscribe https://mail.= kde.org/mailman/listinfo/kde-soc for
getting in contact with the project and study
https://google.github.io/gsocguides= /student/.

Regards

Ralf

--0000000000008dfe1205a07cf342--