-
Notifications
You must be signed in to change notification settings - Fork 38
onboard @kzisme #253
Comments
Is there anything specific that needs done that could be considered entry level? Also - as I go through older issues that are still open should I drop a comment if they should be closed if they haven't been just yet? |
@kzisme We have several email notifications we want to start sending out. gratipay/gratipay.com#3526 is probably the easiest to start with. Look good?
Yes, please! |
@kzisme May I add you as a collaborator on GitHub? That will allow you to create topic branches in our main repo, as well as work with labels on issues. |
@whit537 My goal is to try to address at least one issue/day, so we'll see how that shapes up. If you have any other suggestions and such don't hesitate to let me know. Also I'll drop a line here if I have any other questions :) |
@whit537 You're more than welcome to. I've been reading more about Gratipay as well - does an mailing list currently exist? |
Awesome, thanks! Invite sent. :) Once we bring back our payroll feature we can add you there as well.
You mean an internal development mailing list? Naw, we just use GitHub. :-) Here's the documentation for our communication channels.
Perfect. We can close this once you have a couple good PRs under your belt. BTW, have you been able to set up a local Gratipay dev environment? |
I haven't had time to do that just yet - I'll try to do that tonight. Thus far, I've been reading about the dependencies and such.
Well, I'm just happy to see some activity! I hope I can offer some sort of help and learn a bit :) |
The heaviest dependency is Postgres. What OS are you using? |
Currently, Windows 7/8 (depending on machine) |
Okay, iirc in the past I've had good luck with these Postgres installers on Windows. We're on 9.3 in production. |
@whit537 I'll spend my spare time during the day today playing catch-up on docs and where Gratipay currently stands. There seems to be a lot going on with #3399 and I'm reading through all that trying to get an understanding. It's a lot to take in + looking at code 📦 Oh - I'll check that installer out! Thanks for the link, I'm considering buy a new dev machine in the near future as well :) |
Yeah, #3399 is big right now. Check the Radar for current status. |
Sifting through #3399 and the Radar for now - I suppose I'll add what I can without getting in the way 👍 |
@whit537 I got Postgres installed and working last night - I suppose the next challenge for me is getting Make/gcc toolchain running so that I can build the project. |
@kzisme We don't have a good Windows development story right now, I'm afraid. @techtonik has been working on a Vagrant-based solution (want to give us a status update on that, @techtonik?). If you're installing directly into Windows I think it'd make more sense to try to install pre-compiled binaries of our Python dependencies that have C extensions (e.g., psycopg2) rather than trying to build them yourself. Also, I'm not sure of the state of Aspen on Windows; over on AspenWeb/pando.py#442 we're looking at implementing continuous integration for Aspen, after which we should do the same for Gratipay. |
Yeah I'm not surprised - Windows always makes building any project a hassle.
I suppose I'll look into how to do this today Also, if you dont mind me asking what sort of dev environment/OS do you use? |
Personally? I'm on Mac OS. |
But it's ubiquitous, cheap, and easy. :) |
As long as it's possible to get it working :-P |
@kzisme - If you're okay with running an Ubuntu VM within Windows, run this script on a fresh image followed by |
@rohitpaulk That's a pretty quick way to get up and running! I'll take a look at setting up a VM today 😃 |
@whit537 Just starting to get a VM up and running - I'm curious though....What market is Gratipay focused on? More on the individual or a team? Just been reading and thinking a lot 😏 I've been keeping up with all that's been happening as well. Great progress in the past week even :D |
@whit537 Do you know how most people find out about Gratipay? I've been looking around at our competitors, and I was surprised to find out where some of them have found business (or users). One of the things I have been thinking about is trying to market Gratipay towards individuals/teams for Twitch channels. I saw Patreon does the same, but reaching - or at least making our presence(or impending presence with 2.0) known to individuals/teams. The reason these users would possibly be interested in something like Gratipay is because they either
Just throwing ideas around 😸 |
@whit537 What email is it best to reach you at for other questions? I have a few random ones I'd like to bounce off of you - if you don't mind :D |
[email protected]—I'll probably bounce them back to public channels, though. ;-) |
That's fine :) they would probably be useful to others as well. I know most
|
Also running returns
|
@kzisme - Try just |
|
|
Success! !m @rohitpaulk and @whit537 for hanging in there through my questions! |
Aha, we're close |
|
Perfect :) |
After running the provided commands - make test and make run worked. Any other tips about stopping the service or general things I might run into @rohitpaulk? I gotta run some errands ,but I'll look at it soon. |
Nice! 💃 |
@whit537 Should I have (or do I have to) request access to fresh desk? Also does #3548 and #3879 relate to each other? (Does one fix work for both possibly?) Just trying to find a starting point and some more initial questions! How do I go about viewing the described actions in each issue (for instance - how do I access the admin panel within my local Gratipay account). |
Set |
Alright just going to update with some progress - Postgres seems super cool BUT it's the first cli db system I've used (My db design course used MSSQL)
Alright - so it appears I have to add my local user after querying the Currently looking for a way to get Postgres to properly align everything after I submit a query... Also worth noting that...
So I am currently signed in via Github (locally), but I am not listed as a participant - must I add myself via Postgres Query - or since I signed in will (or should I have been added) |
If you signed in with Github, you should be in the participants table. Wish I could help with Postgres, but I downloaded a GUI (Mac) to help visualize the database. |
@mattbk Which GUI Client did you (or do you) use? |
@kzisme - I've used http://www.sequelpro.com/ on the Mac |
I use https://eggerapps.at/postico/ for the little that I do in the db. |
@rohitpaulk Are you able to hop on IRC for a bit? |
Update: So - I tried Sequelpro - looked into it further and it seems that it's only meant for MySQL. Took another crack at the cli console and found my username by doing the following:
Then...
Successfully updated my account with admin privileges. I've been looking around and I haven't found it documented anywhere, but in test environments we have to use accepted test CC numbers found here |
Whoopsy, sorry about that :) We use MySQL at work, hence the confusion |
You'll need single quotes around |
Ah, is that why it was searching for columns instead of rows? I figured it was something small like that :) |
I used to use double quotes instead of single quotes and get the same error... Turns out that a single quote is used for a string constant, but double quotes are used for identifiers. From http://www.postgresql.org/docs/9.4/static/sql-syntax-lexical.html:
|
Awesome! I've began looking at gratipay/gratipay.com#3845 |
!m @kzisme |
@kzisme Seems like you're as onboarded as you're gonna be for now, eh? :-) |
@whit537 I would have to agree :) |
Got a first PR from @kzisme at gratipay/gratipay.com#3559.
@kzisme Here's a ticket to help you get onboarded. Any random questions you have about contributing to Gratipay, feel free to ask them here. How can we help you contribute more?
The text was updated successfully, but these errors were encountered: