This is the first module which provides integration for the third-party service, RAMP.
Module integrates with:
RAMP search api
RAMP related content api.
This module also integrates with and relies heavily on Views and Ctools/Panels to give users complete control over search page elements. The idea for this module is to provide the base integration with RAMP service. Once we test and stabilize the initial version release, we can start to incorporate other features from RAMP service.
Note: This modules uses a custom views backend to pull and handle data via RAMP API.
Included:
RAMP base module
RAMP search module
RAMP related content module
Ramp Requirements:
ctools
views
views_data_export
RAMP search requirements:
imagecache_external
better_exposed_filters
This module is intended to work with Drupal 7.x
Sandbox: https://drupal.org/sandbox/plinthify/1884568
Git link: http://git.drupal.org/sandbox/plinthify/1884568.git
You must have an account with RAMP service to use this module (need RAMP api key).
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | coder-results.txt | 16.69 KB | klausi |
| demologo.png | 86.63 KB | RP121-dupe |
Comments
Comment #1
zterry95 commentedramp.info
files[] = plugins/ramp-mrss-body.tpl.php
files[] = plugins/ramp-mrss-footer.tpl.php
files[] = plugins/ramp-mrss-header.tpl.php
files[] = plugins/ramp.tpl.php
these lines are not need in fact.
Comment #2
zterry95 commentedramp.module
LINE:109
'export feed icon' => 'sites/all/modules/views_data_export/images/xml.png',the icon path should be dynamic.
Image that if we install views_data_export in different directory...
Properly, should like below:
'export feed icon' => drupal_get_path('module','views_data_export') . '/images/xml.png',Comment #3
zterry95 commentedalso it is suggested that move below function from ramp.module to ramp.views.inc
function ramp_views_plugins_alter(&$plugins)Comment #4
zterry95 commentedactually, you don't need to write so many code for this condition.
try db_merge, it is more interesting:)
an example here,
http://drupalcode.org/project/recently_read.git/blob/refs/heads/7.x-3.x:...
Comment #5
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #6
sreynen commentedComment #7
RP121-dupe commentedThanks zterry, I've made the updates with the exception of the db_merge function. I had some problems trying to implement previously, so I'll need to test further before making the change again.
Comment #8
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://ventral.org/pareview/httpgitdrupalorgsandboxplinthify1884568git
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #9
RP121-dupe commentedI've reviewed and cleaned up formatting. Can we continue to review?
Comment #10
sreynen commentedRP121, make sure you change the status, so people know it's ready for review.
Comment #11
RP121-dupe commentedThanks, sreynen. Will do.
Comment #12
robdubparker commentedAny other feedback here?
Comment #13
robdubparker commentedI want to make sure this is still being reviewed. Any errors that are reported by the automated review tools are associated with views class names not using camel case. To my knowledge this isn't something I can change.
Comment #14
robdubparker commentedComment #15
jrviorato commentedHi rp121,
Comments
It is an very interesting module, but it is really hard to review without an API key (and they do not look easy to get) making impossible to see how your module works.
On the other hand, I don't understand what exactly your ramp_search sub module does, but it seems that it index some part of your content and also add some search auto-complementation forms. So, I think your module can benefit from search.api module, have you consider it?
Manual Review
You need to include to your project applications the url to your project page (i.e https://drupal.org/sandbox/plinthify/1884568).
On views_handler_filter_term_node_tid.inc, line 90 you call
taxonomy_vocabulary_machine_name_load()so, you need to add taxonomy module as a requirement on the corresponding .info file. Or else, you will have a fatal error.On ramp_search.admin.inc line 19, you have
'#default_value' => RAMP_DEFAULT_API_URL,instead of#default_value' => variable_get('ramp_api_url', RAMP_DEFAULT_API_URL),.Comment #16
robdubparker commentedThanks for the feedback jrviorato. I have made the code changes you've requested and committed to latest working copy.
As for using search api... I'm certainly in favor of leveraging any module that can limit functional redundancy, however, when looking into search api I noticed that it says it only works for Drupal entities. One of the pieces to this RAMP module is that it can pull content from other areas outside of your Drupal instance, which is an approach that some companies use. The RAMP service uses various feeds from a handful of sources (sometimes from multiple systems) and aggregates them into search results, among other things.
I'll see if I can grab a demo api key for users to test with and add it to the module description.
Comment #17
klausiI'll look at this now in the Project applications sprint
Comment #18
klausiSorry for the delay, but you have not listed any reviews of other project applications in your issue summary as strongly recommended in the application documentation.
Review of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.
manual review:
Comment #19
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #19.0
PA robot commentedadded sandbox link