Custom Module review in Magento 2 - module

I am beginner learn Magento 2. I want customize module review. Can you tell me what to do that. Thanks!

Related

How to publish own npm module for ionic 2?

I would like to develop and publish a npm module and publish it. I have tried reading the content on the websites. I did not find any tutorial which will give me all insights and the best practices to be followed while creating a module as a plug and play component.
Any help will be appreciated..
Seems to be the very simple question, but I guess the second part of the question is more crucial. It would require applying your best experience.
Pls. refer below Links:
https://docs.npmjs.com/getting-started/creating-node-modules
https://github.com/mattdesl/module-best-practices

best structure for a customized virto commerce

Any suggestions of how to structure my solutions when developing custom Modules and frontend?
I.e. Should I just clone the repoy and add my modules and change web.config with transform files directly in the repo. Will a future pull working well then? any ideas for simple developing and simple upgrade?
Or is it wrong aproach. Should i use azure deploy script/ slot settings and call virto api to add virto modules...
ok i saw thar virto has updated its documentation
http://docs.virtocommerce.com/display/vc2devguide/Developing+a+custom+solution

How to go about integrating Foundation framework (for front-end) into Yii framework (for back-end)

I want to integrate the Foundation (5) front-end framework with the Yii (1.1) PHP framework for developing a web application.
Since i am new to both of them and learning to use it as i move along with the development, I am unaware as to how will i be able to use both of them for the same project.
Logically speaking i understand that the Foundation 5 directory has to put into the Yii project directory structure. But i am not sure as to which directory to use in Yii project for that.
I tried researching on the web, but since i am new i am not able to understand which is the right way to go about achieving what i intent to.
Step by step instructions to do it would be appreciated. Thanks in advance.
First you have to realize that Foundation is just a collection of html, css and javascript. So you use it like every other html, css javascript in Yii.
Then if you are learning do not create something yourself for now. Use something that somebody else has done: http://bootstrap3.pascal-brewing.de/ Here are instructions for using twitter bootstrap (another kind of Foundation) in Yii. With examples and everything. Start using it, be happy that you manage to do stuff right away... study the code when you get stuck, understand what happens in there.
http://yiifoundation.2amigos.us/
They have done a good work in packaging it as an extension for yii.

how to make component or module in rails just like in joomla?

Just like in joomla I want to develop admin part where we can install and uninstall the module .. But i have no idea about that.. can anyone suggest me how to make independent component that can be install and unistall in one click by admin in admin part and it can be viewed by front part. I want to make this in rails. please someone give me some idea.
Rails is a framework, not a CMS. As such there isn't going to be any parallel to the Joomla! concept of the 'component'.
The closest thing you'll find in Rails-world is Engines.
See here for more detail: http://guides.rubyonrails.org/engines.html

Account_asset module configuration

I want to use OpenERP to manage my assets. I downloaded the account_asset module here account_asset download. I also downloaded account_simulation which it depends on. I was able to install the module. I then decided to follow the tutorials here in order to configure my assets. Problem is that I can't see some fields that the tutorials is talking about e.g. the Depr. Expense Account field and without that field, I cannot do what I want to do. Please has anyone successfully used OpenERP for asset management? Did anyone encounter the same problem? How can I overcome this because I cannot move forward without having that field. I hope my question is clear enough
So the documentation you are using is not the good one because it's for 6.1. I do not find any links to configure assets in v6 but be careful because I heard that this module is unstable...
I think another account_asset module exists on launchpad but I can't retrieve the link, sorry.