Eleutheria Pay - Open source donation platform
-
wrote on Nov 7, 2020, 6:36 AM last edited by
Thanks for the feedback guys. I pushed and deployed a new demo and I think I have the hand of hang of bootstrap breakpoints.
-
Thanks for the feedback guys. I pushed and deployed a new demo and I think I have the hand of hang of bootstrap breakpoints.
-
wrote on Nov 7, 2020, 6:56 AM last edited by
@murgero Oh the new demo link is https://eleutheriapaydemo.atrilahiji.dev/
I cant update the OP anymore (dunno why) but its updated on the repo.
-
@murgero Oh the new demo link is https://eleutheriapaydemo.atrilahiji.dev/
I cant update the OP anymore (dunno why) but its updated on the repo.
wrote on Nov 7, 2020, 11:20 AM last edited by@atrilahiji said in Eleutheria Pay - Open source donation platform:
I cant update the OP anymore (dunno why) but its updated on the repo.
I think when @Staff updated this NodeBB a load of default settings got changed, including making it so we can now no longer edit old posts. I'd like that change to be changed back.
-
@marcusquinn Something like this?
@murgero @jdaviescoates opinions?
wrote on Nov 7, 2020, 11:47 PM last edited by@atrilahiji Thats nice
-
@atrilahiji Thats nice
wrote on Nov 7, 2020, 11:49 PM last edited byFor the radio-button styles, It might look better to invert, so blue text on white. We always try to make high-contract for visually-impaired accessibility.
-
For the radio-button styles, It might look better to invert, so blue text on white. We always try to make high-contract for visually-impaired accessibility.
wrote on Nov 8, 2020, 9:22 AM last edited by@marcusquinn Done (sort of).
-
@marcusquinn Done (sort of).
wrote on Nov 8, 2020, 1:33 PM last edited by marcusquinn Nov 8, 2020, 1:33 PM@atrilahiji Very nice! Some other tweaks:
- Perhaps add the Name & Email fields to your form so they are pre-populated when getting to the Stripe page.
- Currencies in alphabetical order.
Are you thinking to have an admin page for configuring the values & defaults? If so:
- Different amounts based on currency selection.
- "Donate" button text configurable (eg: "Subscribe", "Sponsor")
- Social sharing icons & links.
Coming together really nicely though, I can see why you wanted to make an alternative to Fosspay.
Maybe consider changing:
- "Elutheria Pay is a self-hosted FOSS payment system for FOSS developers" to
- "Elutheria Pay is a self-hosted, open-source and private payment system for projects, services and fundraising."
-
@atrilahiji Very nice! Some other tweaks:
- Perhaps add the Name & Email fields to your form so they are pre-populated when getting to the Stripe page.
- Currencies in alphabetical order.
Are you thinking to have an admin page for configuring the values & defaults? If so:
- Different amounts based on currency selection.
- "Donate" button text configurable (eg: "Subscribe", "Sponsor")
- Social sharing icons & links.
Coming together really nicely though, I can see why you wanted to make an alternative to Fosspay.
Maybe consider changing:
- "Elutheria Pay is a self-hosted FOSS payment system for FOSS developers" to
- "Elutheria Pay is a self-hosted, open-source and private payment system for projects, services and fundraising."
wrote on Nov 8, 2020, 4:10 PM last edited by+1 to everything @marcusquinn said
-
@atrilahiji Very nice! Some other tweaks:
- Perhaps add the Name & Email fields to your form so they are pre-populated when getting to the Stripe page.
- Currencies in alphabetical order.
Are you thinking to have an admin page for configuring the values & defaults? If so:
- Different amounts based on currency selection.
- "Donate" button text configurable (eg: "Subscribe", "Sponsor")
- Social sharing icons & links.
Coming together really nicely though, I can see why you wanted to make an alternative to Fosspay.
Maybe consider changing:
- "Elutheria Pay is a self-hosted FOSS payment system for FOSS developers" to
- "Elutheria Pay is a self-hosted, open-source and private payment system for projects, services and fundraising."
wrote on Nov 8, 2020, 4:40 PM last edited by@marcusquinn I’ll look into these. So I was trying to make configuration as simple as possible while trying to not need a DB at all. So the things you want configured can be configured in the .end file. Same with the description, but I do agree that is better as a default.
I guess I’m wondering if you guys think it would benefit from using an admin page + db for config instead of a .env file for config
-
@marcusquinn I’ll look into these. So I was trying to make configuration as simple as possible while trying to not need a DB at all. So the things you want configured can be configured in the .end file. Same with the description, but I do agree that is better as a default.
I guess I’m wondering if you guys think it would benefit from using an admin page + db for config instead of a .env file for config
wrote on Nov 8, 2020, 4:42 PM last edited by@atrilahiji Same reason for every admin setting UI, broader reach.
-
@atrilahiji Same reason for every admin setting UI, broader reach.
wrote on Nov 8, 2020, 7:53 PM last edited by A Former User Nov 8, 2020, 8:55 PM@marcusquinn fair enough. I certainly could try to add support for this
Put it on my board as the next item I will be working on. Using Mongo because I love collection/document style DBs.
-
wrote on Nov 10, 2020, 6:20 AM last edited by A Former User Nov 10, 2020, 6:20 AM
Boy oh boy is this a long process. I mean my previous approach was definitely quicker but this will hopefully be more robust. Building out my own login system. I've never implemented auth myself so this will be fun.
I'll definitely need some help testing it once I get the next release out.
-
wrote on Nov 14, 2020, 9:27 PM last edited by
Update again:
I have login working. I might ask others who are more experienced with writing auth to audit it if that’s ok. I also have a site up now but was too cheap to get my own domain for it so here it is: https://eleutheriapay.atrilahiji.dev/
Please let me know via dm or a reply to this post if you want to try out the new version when it’s ready and maybe even audit the code. I would be really grateful.
-
Update again:
I have login working. I might ask others who are more experienced with writing auth to audit it if that’s ok. I also have a site up now but was too cheap to get my own domain for it so here it is: https://eleutheriapay.atrilahiji.dev/
Please let me know via dm or a reply to this post if you want to try out the new version when it’s ready and maybe even audit the code. I would be really grateful.
wrote on Nov 14, 2020, 10:48 PM last edited by@atrilahiji Nicely done!
You made me search for "free domains" and these look interesting:
-
wrote on Nov 17, 2020, 10:49 PM last edited by A Former User Nov 17, 2020, 11:04 PM
Another update:
I have pushed a seemingly working login system to my dev branch here if anyone is feeling adventurous enough to pull it and test it out:
https://git.lahijiapps.dev/atrilahiji/eleutheriapay/-/tree/devI am working on a few features to play off of this here:
But as of now login and config updates now work and it makes use of MongoDB.
I'm really having fun with this one. If anyone has some more ideas (keep in mind im just going to have to queue them because this does take time) definitely let me know. And if anyone wants to contribute also let me know and I can set you up.
-
Another update:
I have pushed a seemingly working login system to my dev branch here if anyone is feeling adventurous enough to pull it and test it out:
https://git.lahijiapps.dev/atrilahiji/eleutheriapay/-/tree/devI am working on a few features to play off of this here:
But as of now login and config updates now work and it makes use of MongoDB.
I'm really having fun with this one. If anyone has some more ideas (keep in mind im just going to have to queue them because this does take time) definitely let me know. And if anyone wants to contribute also let me know and I can set you up.
wrote on Nov 18, 2020, 8:24 PM last edited by@atrilahiji just out of interest, what board are you using there?
-
@atrilahiji just out of interest, what board are you using there?
wrote on Nov 18, 2020, 8:26 PM last edited by@jdaviescoates Looks like GitLab Issues Boards to me.
-
@jdaviescoates Looks like GitLab Issues Boards to me.
wrote on Nov 18, 2020, 8:27 PM last edited by@marcusquinn you are correct
-
@marcusquinn you are correct
wrote on Nov 18, 2020, 8:29 PM last edited by@jdaviescoates I live in GitLab issues for work