codebuddies / cb-connect

Platform to connect mentors with mentees, accountability partners, and OS project maintainers with new contributors
GNU General Public License v3.0
14 stars 8 forks source link

a bit of php code added and the api micro framework readme #91

Closed ideaguy3d closed 4 years ago

ideaguy3d commented 5 years ago

Hi Linda 🤝 This is where I'm thinking the PHP & SQL code can live... even if the actual code lives on a separate server than the current cb-connect source. We can figure out how to wire everything up easily, I have a ton of experience doing this.

If you don't want the php & sql code to live in this repo I completely understand 👍 if you want the code to live in a different folder just let me know 😄 //

ideaguy3d commented 4 years ago

Hi, I would like to continue this project. How can we proceed?

lpatmo commented 4 years ago

Hi Julius! Feel free to fork this repo and work on a divergent repo! Unfortunately I don't have the bandwidth to continue this immediately, though it would now be nice to update the React now that I have a better understanding of how React state can be organized, lol. Am focusing on GitHub.com/codeBuddies/frontend when I have time now.

On Sat, May 9, 2020, 3:58 PM Julius notifications@github.com wrote:

Hi, I would like to continue this project. How can we proceed?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/codebuddies/cb-connect/pull/91#issuecomment-626246431, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCNXO6UNG2XWU7NIHEHNMLRQXNXPANCNFSM4IHROKUQ .

ideaguy3d commented 4 years ago

Okay, I'll start building it immediately. A prototype will be done in a week or 2. Do you want me to take over the UI development? Or can someone focus on the UI while I build the server side matching algorithms and set up the databases? I'll host the MySQL DB in my personal cloud, we can always do a migration if you want the data and schema's to be on your servers.

Personally I would like someone to help me with the UI development. Do you know anyone can that can help me with the UI ?

lpatmo commented 4 years ago

Personally I would like someone to help me with the UI development. Do you know anyone can that can help me with the UI ?

The #personal-projects channel on the CodeBuddies Slack might be a good place to ask. :) Would also be helpful to specify if you want the UI lead to focus on any particular front-end framework.

I've starred your repo -- look forward to following along! If we decide to use your fork for a beta, I'll set up a MySQL DB. Thanks!

ideaguy3d commented 4 years ago

Hi Linda, should I continue to development this API?

lpatmo commented 4 years ago

@ideaguy3d As I mentioned last week, feel free to run with the fork on a divergent repo/as your own project -- the repo is open-sourced under a GPLV3 license, after all.

ideaguy3d commented 4 years ago

Hi, I'm curious about the status of this pull request?

The prototype is 90% complete. The "Skills" match query broke once I deployed to Google Cloud which I'll get fixed in a day or 2.

The Cloud App Prototype

Next steps are to combine the 2 result sets then render the matches using either

I'd like to figure out how to combine the prior work to the Cloud App I've built.