-
Notifications
You must be signed in to change notification settings - Fork 3
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
composer.json only vs composer.json + module.json #7
Comments
Well Joomla uses ZIP files with a XML file and an upload feature and their Extensions Directory allows you to put external links too download/demo the Extension meaning the external website deals with the payment of the paid modules. Which brings another question do we want to provide demos? As for the paid modules it might be an idea to adopt e-commerce features and a dashboard showing your revenue? As for now I think the idea is to use the sites create module to add in the screenshots, description and other data about the module. |
We could also take a percentage for each module that a user buys? |
I would like to focus right now only on the technical details of the implementation leaving an open door for paid modules but not discussing the business model (PPI is an open source framework, not a pro-profit company). My goal is to make it very easy for folks to create PPI modules and make them available in the marketplace. And the less they need to add compared with a non-marketplace module the better. OK, now a controversial suggestion: what about annotations in |
Agreed if we can get the open source modules working on the system first then we can look at paid modules later I think its back to the drawing board then with regards to entering the modules into the system do we want the process to be automated and if we do how can we get around not uploading the modules on to the server? |
We should implement GitHub login and lookup for PPI modules in the user's account and also allow the user to register a specific git URL. After the repo becomes available it is just a matter of collecting all the data we need from We just need to think a little bit about how to properly categorize each module. Example: PlatesModule should be in the "Templating Engines" category (could belong to others). We could guess based on composer tags, class inheritance, project description or force the user to explicitly pick our PPI-defined categories and write it down somewhere in the module ( |
If they have a packagist URL, we can pull in their github URL, categories, description ..etc
|
This is a "discussion" issue so we can throw our arguments.
For each module, besides the Github url (or any other URL), packagist name, we may want to store extra data like screenshots. To store this extra data we would need another file made specially for the marketplace.
I'm all against duplication and extra effort so I would like the most of the data from
composer.json
and theREADME.md
but I'm not sure if we can live with amodule.json
or similar. Better take a look at Zend, Joomla and others before rolling out our implementation.What about paid modules?
The text was updated successfully, but these errors were encountered: