DEV Community

Discussion on: Who's looking for open source contributors? (April 9 edition)

Collapse
 
pawelsalawa profile image
Pawel Salawa • Edited

SQLiteStudio (sqlitestudio.pl) is free, open-source and cross-platform SQLite databases manager written in C++ and Qt5.

Currently its code resides on GitHub: github.com/pawelsalawa/sqlitestudio

C++ contribution
There is a tag applied for issues that lists good candidates for first item to work on for new contributors:
github.com/pawelsalawa/sqlitestudi...

If anyone is willing to contribute, I'm happy to help and assist with the work (explain tasks, help to understand code, etc).

More challanging C++ contribution
There is a big task of creating ERD (Entity Relationship Diagram) editor:
github.com/pawelsalawa/sqlitestudi...

It's quite challanging and big task, but also relatively independent, so it can be even implemented as separated demo application, a proof of concept, then merged into the application as another frame, window or tab.

Artwork contribution
If someone would like to contribute artwork, the project is in need for SVG icon set, so it can support HighDPI displays properly. It found it impossible to find complete SVG iconset that would fulfill all current usecases in the app.

The icon set can be just some already available, free icon set with missing icons provided as the contribution.

In case someone considers contributing icons, I can provide more details in GitHub issue: github.com/pawelsalawa/sqlitestudi...

Collapse
 
vkamayiannis profile image
Valantis Kamayiannis

I'm more than interested in contributing. I'll need to remember working with C++ cause it's been more than 10 years, but I hope I'll help

Collapse
 
pawelsalawa profile image
Pawel Salawa

That's great! Could you please reach out to me at email pawelsalawa@gmail.com ? We will discuss some more details.