-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove donate page and replace with raisely widget #97
Comments
hey Team I just had a quick chat with Lara and wanted to add a note, Just some basic info to help things move quicker 👍 |
Agreed this can be on ice for now, just a few comments:
By "plan" do you mean paid plan? AFAIK Raisely charge a commission per
transaction so I don't think we can do anything with the plan. But we could:
a) Look if they finally finished the react component they were building.
Our current integration uses a complicated iFrame embedded which I don't
think is worth it.
b) Use stripe instead of Raisely, which is cheaper in terms of commissions,
widely used by the dev community and it can do exactly the same but faster,
as at the end of the day Raisely it's just another dashboard and an API
wrapper on top of Stripe.
In regards to credentials, both username and password are awfully hardcoded
within the .env variables :) So you can use them to login on the Raisely
website.
…On Tue., 21 Jan. 2020, 1:19 pm Rory, ***@***.***> wrote:
hey Team
@lulen11 <https://github.com/lulen11> @camposcristianeze
<https://github.com/camposcristianeze>
I just had a quick chat with Lara and wanted to add a note,
I am putting this on ice just for now, but I will need further context
before I get started, when ready.
Is the current plan what we need/want to use or if we are moving to
another plan? popup/message/form/crm integration/popup with form?
If I need a key or user/PW for accessing raisley to see setup and custom
docs (if they are available.)
Just some basic info to help things move quicker 👍
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#97?email_source=notifications&email_token=AAOW4AVARTLOGA5NGIFUMSTQ6ZLR3A5CNFSM4KI5XPB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJOITSY#issuecomment-576489931>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOW4AT4LS6MACHMDVX6BLLQ6ZLR3ANCNFSM4KI5XPBQ>
.
|
For when we pick this up as I notice in the WFs we thought about removing this page and just implementing a popup as we had in v2.aimementoring.com , which I think it will actually make things easier --> https://developers.raisely.com/docs/introduction-to-components |
Hey team, I do not have access to the Stripe account, but I think it is better to configure Stripe in a popup...and I've already done that in other project a couple of years before, so I can check there and reuse part of the code... Let me know if you agree on using Stripe @camposcristianeze and @mischacolley . |
This is currently being redirected from /donate to raisley |
I really don't like how Raisely and other tools are just another CRM layer on top of a really good API like Stripe... Not 100% sold on any of both paths, but as an NFP I think we could save costs going straight to the low-level source (e.g AWS as PaaS or Stripe as a payment gateway) and add customizations where needed. On the other hand... I did see Elsa creating campaigns in Raisely and this means anyone can do it.. So I before jumping to Stripe @bronz3beard @kbardi let's make sure we have a PoC of this raisely component in either a pop-up or an inline form at least. |
Hey @camposcristianeze, as far as I see, the raisely component is only for internal use, and we cannot use that component in our code. @mischacolley also mentioned the same when we talked before my holidays. What we talked to do is a modal which opens an iframe with Raisely page. |
Lots of debate here so closing in favour of #276 |
hey @mischacolley could you please provide more context on this one?
@bronz3beard thought you might like to handle this one because it will be similar to what you did on the intercom / contact work.
Basically, we're not going to house
/donate
anymore. Instead we will use the Raisley widget in a similar manner to intercom widget.The text was updated successfully, but these errors were encountered: