Skip to content
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

app license field #601

Open
matbrgz opened this issue Apr 5, 2018 · 7 comments
Open

app license field #601

matbrgz opened this issue Apr 5, 2018 · 7 comments

Comments

@matbrgz
Copy link

matbrgz commented Apr 5, 2018

separe opensource apps from comercial

@zeke
Copy link
Contributor

zeke commented Apr 6, 2018

Good idea. There is a license property, but it's not required. Might also be interesting to have a property like price or simlilar.

@matbrgz
Copy link
Author

matbrgz commented Apr 18, 2018

I think a way of separation opensource and commercials apps. I'm looking at all OS electron implementation.

@matbrgz
Copy link
Author

matbrgz commented Apr 27, 2018

How can i proceed to make a PR for this? Any ideia here i start?

@zeke
Copy link
Contributor

zeke commented Apr 27, 2018

I think a way of separation opensource and commercials apps.

The presence or absence of the repository field can be a good proxy for knowing which apps are open source and which are not.

npx trymodule electron-apps=apps
> apps.length
566
> apps.filter(app => app.repository).length
329
> apps.filter(app => !app.repository).length
237

Paid vs free is a different question. We could add a boolean property like paid or canBePurchased or commercial which would distinguish free apps from the ones that cost money. I think a property like price would not work all apps, as some apps have pricing tiers, some apps have monthly subscriptions, etc. If there's some prior art for simply codifying this information, that would be useful.

@matbrgz
Copy link
Author

matbrgz commented Apr 27, 2018

Alternativeto.net does a good aprouch of this, they separe Free, Comercial and then mark Open Source.

chrome_2018-04-27_17-10-08
2018-04-27_17-10-19
2018-04-27_17-10-23

@matbrgz
Copy link
Author

matbrgz commented Mar 17, 2019

How could i start do this?

@Mayank-MP05
Copy link

Hey @zeke If I wanted to build this feature

The presence or absence of the repository field can be a good proxy for knowing which apps are open source and which are not.

What exactly you wanted to show on the website ??
image

Is it like the under the section(Mentioned Yellow in SS) with tagline Usage and the value maybe Free (Opensource) or Paid (Commercial) something like SS below

image
image

Should I go with it ??? @zeke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants