CVS edit link for NANERPUSS

I work for my university and have created a potentially useful module I would like to share and get feedback on. It would be great if people enjoyed my work, but even if they didn't, it would be great to have some 'published' work on the Drupal site to show potential clients as module development is all the rage!

Basically, this module will incorporate Ubercart and allow the user to select a specific product and have the module register users. Now I understand this functionality is easy using conditional actions, but the ability to have multiple registrations in one transaction - even by an anonymous user - doesn't exist as far as I know. This isn't the first time I have needed this so last week I sat down and made it!

Now there is a project out there that has similar functionality but the guy insists you pay for it and I don't desire to do that. I've made a lot of money working with Drupal and I feel it's time to give back now that I'm experienced enough.

CommentFileSizeAuthor
#1 uc_pa.zip2.3 KBAnonymous (not verified)

Comments

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new2.3 KB

Please note that the basic functionality is all you see here. I intend to add the proper hooks for menus, help and the like as soon as I get approval. I'm just submitting what I have now for a specific site.

avpaderno’s picture

Component: Miscellaneous » new project application
Status: Needs review » Needs work
Issue tags: +Ubercart, +Module review

Hello, and thank you for applying for a CVS account.

As per requirements, the motivation needs to include more than two sentences (possibly a paragraph) that describe the module features (the description should make clear what the module features are without to look at the code), and a comparison with the existing solutions.

I will report here a little checklist:

  • The code needs to follow the coding standards; check in particular the format used for the control structures, and the name given to PHP variables, Drupal persistent variables, functions defined from the module.
  • Files available from third-party sites should not be included within the module/theme. This is particularly true for files that are not licensed under GPL License v2, but it is also true for files that are licensed under the same license used by Drupal.
  • The license file should not be included as well; the packaging script already include that file. In any cases, the code for modules/themes committed in drupal.org repository needs to be released under the same license used by Drupal; any compatible license is not allowed.
  • Check the code passes the Coder validation.
Anonymous’s picture

Ok will do when I get time! I'm still working on the module as we speak and ensuring I will be allowed to release the full code. Thanks for your time.

zzolo’s picture

Status: Needs work » Closed (won't fix)

Hi. Please read all the following and the links provided as this is very important information about your CVS Application:

Drupal.org has moved from CVS to Git! This is a very significant change for the Drupal community and for your application. Please read the following documentation on how this affects and benefits you and the application process:
Migrating from CVS Applications to (Git) Full Project Applications

  • The status of this application will be put to "postponed" and by following the instructions in the above link, you will be able to reopen it.
  • Or if your application has been "needs work" for more than 5 weeks, your application will be marked as "closed (won't fix)". You can still reopen it, by reading the instructions above.
avpaderno’s picture

Issue summary: View changes
Issue tags: -Ubercart