hlohrenz / CI4-Relationship-Query-Builder

This introduces relationship query building into CodeIgniter 4 along with scopes.
MIT License
46 stars 19 forks source link

Further Development #1

Open sintakonte opened 5 years ago

sintakonte commented 5 years ago

Since you didn't answer my private message in the Codeigniter forum - do you intend to maintain this rep - or is it another dead one ?

Because i would like to contribute ...

hlohrenz commented 5 years ago

No I am still working on this. I didn't receive an email notification that I got a private message on the forums so that would be why I didn't respond. I just recently got let go of my full-time position so I'm hoping to resume work here in the next couple of weeks but my full attention is being able to provide financial stability for my family. I am about 50% complete with the hasWhere() functionality being integrated into this.

I'll review your private message today. Thank you for contacting me!

hlohrenz commented 5 years ago

@sintakonte I checked the forums and I don't see any comments or private messages from you.

chistel commented 5 years ago

I'll love to be a part of maintaining this project, I'll advise it converted into a composer package

hlohrenz commented 5 years ago

@chistel I will do that tomorrow! Thank you for wanting to contribute. I really need to get this hasWhere integrated but this job search has been consuming most of my time! Once I land a position I will be attending to this project weekly with other features that Laravel has :)

sintakonte commented 5 years ago

alright thx for clarification - and its kinda weird that you didn't get any message ...

MGatner commented 5 years ago

Great stuff here! I'm working on a similar project and stumbled across this (after missing your link on the forums).

I second the Composer comment. I work on a lot of CI4 modules and I'm glad to help with that. Here's a example of a "ready to go" module for CI4: https://github.com/tattersoftware/codeigniter4-alerts

Also definitely check out http://github.com/codeigniter4projects/ci4-module-tests/ as a convenient way to add unit tests to your CI4 module.

aletoropov commented 5 years ago

I think it is necessary to implement a package for composer

MGatner commented 5 years ago

@hlohrenz I would be glad to help with the modularization. I think the first steps I’ll be to strip the repo down to be only the files you have modified, so it is clearer what is framework code and what is module.

hlohrenz commented 5 years ago

Just as an update, the repository will be updated as a composer module this weekend. I have been having a lot of interviews so my attention has not been able to be focused on this, but I do have some promising prospects of employment. So this weekend I can pay the dedicated attention this repo needs! And as a side note, come October, I will resume support on this repo full-time.

MGatner commented 5 years ago

Great news! You should also feel empowered to post Issues on GitHub tagged "Need help", as it seems that you have plenty of eager developers here.

FYI my "relations" module is close to being ready - very different approach, and I wouldn't call it ORM, but we may have some opportunity to cover each others gaps: https://github.com/tattersoftware/codeigniter4-relations

agungsugiarto commented 4 years ago

Hello, any news for composer packages?