Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2013 at 04:47 UTC
Updated:
9 Dec 2013 at 22:50 UTC
Jump to comment: Most recent
Comments
Comment #1
fatel commentedHi dragon658,
first of all: i like the idea. Additional examples are always good for learning drupal.
You should resolve all automated review-errors first and read through the module development guidelines of drupal. (http://drupal.org/node/1587704)
e.g. don't work in the master branch.
http://ventral.org/pareview/httpgitdrupalorgsandboxdragon6581991582git
Comment #2
dragon658 commentedHi fatel!
My current not resolved automated errors:
Are these automated errors false positives?
Comment #3
dragon658 commentedHello!
I suppose that I fixed all errors, so I want somebody to review my module again!
Comment #4
fatel commentedHi dragon658,
sorry for answering that late. I still see multiple issues at the automated review? Most of them should be easily fixed by renaming your functions. e.g. if your module is called "mymodule", just name your functions like "mymodule_myfunction", I am not an drupal expert, so maybe someone else will give you additional informations here.
You could review modules, too and you will get an review bonus for your own module, this will speed up the review process.
Comment #5
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #6
dragon658 commentedHi, fatel!
Sorry for my slowness.
But as you can see I am slow.
I fixed all the errors except the one.
http://pareview.sh/pareview/httpgitdrupalorgsandboxdragon6581991582git
The only error I didn't fix is
I didn't fix it, because this error is caused "by overridden contributed Entity module class EntityDefaultUIController method "hook_menu" not being in lowerCamel format".
I found that this error was mentioned here and, as I understood, it wasn't finally fixed.
What shall I do now? :)
Comment #7
dragon658 commentedI want somebody to review my module again, please!
Comment #8
kscheirerCould this go into the Example project instead? They just have 1 entity example, http://drupalcode.org/project/examples.git/tree/refs/heads/7.x-1.x:/enti... - how does yours compare? We generally prefer to see patches to existing modules when appropriate.
We prefer collaboration over competition, therefore we want to prevent having duplicating modules on drupal.org. If the differences between these modules are not too fundamental for patching the existing one, we would love to see you joining forces and concentrate all power on enhancing one module. (If the existing module is abandoned, please think about taking it over).
If that fails for whatever reason please get back to us and set this back to "needs review".
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #9
dragon658 commentedHi, kscheirer!
Thank you for your reply.
I have changed the project page.
I moved description of sub-modules to bullet list and added a big section with typical use cases for each sub-module.
If this section with typical use cases is too big, I can shorten it.
Typical Entity Example 6 is not the "biggest" entity one could make.
There is no "biggest" entity in typical_entity_example module now.
Typical Entity Example 6 is a module which shows how to create a user interface which allows user to create bundles of entities and attach fields to it.
Fixed.
The answer:
http://drupalcontrib.org/api/drupal/contributions!entity!includes!entity...
My typical_entity_example module cannot be implemented into "Examples for Developers" module because "Examples for Developers" module is about Drupal core functionality.
https://drupal.org/project/examples
My typical_entity_example module creates entities with Entity API and Views modules (which are not parts of Drupal core), so it does not suit.
And sub-modules of "Examples for Developers" module are usually smaller than my module.
I decided to create typical_entity_example module because some time ago I was forced to work with entities and before I understood how to work with them I spent really a lot of time in search of normal examples of working entities.
All the information that I found was very fragmented, so I decided to create this module to make life easier for those who will follow in my footsteps.
I suppose then my typical_entity_example module is pretty useful for everybody who want to learn how to work with entities and I also think that it reasonable to issue it as a separate module because there is no example modules that would have been entirely devoted to entities and entity api.
Comment #10
dragon658 commentedSorry!
I forgot to set the right status for my previous message.
I need review again!
Comment #11
kscheirerThanks for addressing those points!
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #12
dragon658 commentedThank you for your work kscheirer!
Comment #13
kscheirerIt's been a month without any problems reported, so I'm promoting this myself as per https://drupal.org/node/1125818.
Thanks for your contribution, dragon658!
I updated your account to let you promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #14
dragon658 commentedThank you kscheirer and Drupal community!
I will be a good guy. :)