arkency / find-open-source-mentor

A platform to connect junior developers with open source projects
35 stars 11 forks source link

List OSS projects where there is a chance to get some mentoring #2

Closed andrzejkrzywda closed 5 years ago

oxanayoxana commented 5 years ago

Make form to submit oss projects. Can be made so, that logged in contributors see "add project" on a main page, once clicked it is shown their repositories on GitHub (as a pop-up window?) - and can just select those, which seems good for juniors to contribute to. (I personally don't know how to do that yet - maybe there is a better way - just comment what you think)

skrix commented 5 years ago

To my mind, the flow should be next:

oxanayoxana commented 5 years ago

Would like to take it but will need help with github api (already added octokit.rb, but for now I get 500 error, Unauthorized)

andrzejkrzywda commented 5 years ago

@skrix Thanks for an example how it can ideally work!

@oxanayoxana I think that for now, we'd be just fine if this feature works similarly as in https://github.com/arkency/find-open-source-mentor/issues/3 where we assumed the data will be introduced manually via Rails console. For the first release this should be fine, as we won't get that many projects yet to make it more friendly. Immediately after the first release, we will probably add a better scenario, following what @skrix has suggested.

So, for now, no need for Github integration.

andrzejkrzywda commented 5 years ago

It seems that @hkopij prepared a pull request related to this issue - https://github.com/arkency/find-open-source-mentor/pull/14

I haven't reviewed it yet.

oxanayoxana commented 5 years ago

Looks like first public release is ready)

andrzejkrzywda commented 5 years ago

@oxanayoxana we're close, but we still need some styling and heroku deploy

andrzejkrzywda commented 5 years ago

To my understanding it's closed by #14