fyne-io / apps.fyne.io

A central listing site for available Fyne applications
19 stars 7 forks source link

forms in apps.fyne.io #44

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi all.

Something I noticed is that apps.fyne.io uses a form from a third party service, something like Zoho Forms. An alternative to a third-party service (in this case: Zoho Forms) is to use the GitHub API to send and receive pull requests from a contact form. Projects like freeStuffDev, have a contact form that is updated via pull request.

1. Concept

1.1 Proof 1

image

vs

1.2 Proof 2

image

2. End-Concept

image

image-description: As we can see in this image there is an API that connects to GitHub when the developer submits the form without Zoho Forms.

andydotxyz commented 1 year ago

This would be nice. Can it be done with a static web site?

ghost commented 1 year ago

Hi andydotxyz, thank you for feedback.

Can it be done with a static web site?

I believe so, but you need to be logged into GitHub first.

andydotxyz commented 1 year ago

I believe so, but you need to be logged into GitHub first.

I guess if we were to add that to streamline things we would have to keep the old in place as well - people wanting to add their app could be coming from GitLab or other source hosting I would think...

ghost commented 1 year ago

Hi andydotxyz, thank you for feedback.

I guess if we were to add that to streamline things we would have to keep the old in place as well - people wanting to add their app could be coming from GitLab or other source hosting I would think...

I'll close this issue, thanks for the info.