Seeking a developer with experience configuring amazon module in D7 and experience configuring Feeds.
The objective in this project is to import data on a regular basis from different resources. Summarized scenario:
We have a content type called vendor pricing that will create nodes for each unique product. For example, amazon sells a specific macbook pro for $x. Apple sells the same macbook pro for $y. We need two nodes that will hold the unique pricing data from each vendor for the same machine.
The challenges that we see are:
We have two types of sources:
1. Amazon module - this is a unique type of feed integration. Can it use the same CT as used by Feeds?
2. Feeds module - same issue as above. Can we use same CT? What happens if our feed sources are formatted differently? For example, one feed field is called product when the other is called prod id and the same info is included in each.
Create versus update:
We need to add vendor pricing nodes via these two sources and we need to update existing nodes when prices change (versus creating new nodes for new prices).
Lots of Data:
The feeds have products and data we don't want. Do we have to clean up the feeds first or is there some clever way we can set up a filtering process? Thoughts?
CTI is one of the UK's leading Drupal development companies creating enterprise platforms for a diverse portfolio of prestigious clients including SKY, The NHS, BBC, The British Council, E4.
As a Lead Developer you will be responsible for architecting solutions based on sales specifications, liaising directly with clients, working with project managers and overseeing other developers' work to ensure the smooth delivery of Drupal projects. The successful candidate must have an excellent knowledge of Drupal development and be accustomed to producing elegant, sustainable solutions which serve a client's requirements.
Approximately 3 years ago I hired a developer to develop a Drupal based website for a new business I was launching. I carefully did my research and came up with a developer who stated it would take about 4-6 months. Instead it's going on 3 years and he's not finished! I won't even get started on that story but it's a very frustrating story. He won't answer emails and makes promises and then will ignore questions for weeks or months. When I pressured him to get it done he more or less blew us off.
Well the good news is the website is launched and it's a very good site but he didn't finish a feature of it. Our project requested that we have forums on our website. Yet a couple months ago he told us the forums module was installed and he only had to make a couple forums on it, test them, and then they'd go live. 2 months later as i said he more or less has let us know he isn't going to finish the website.
I'm looking to have a custom module developed that does the following:
- Implement bulk uploading of audio files directly to Amazon S3 (currently using plupload)
- Prior to uploading, extract ID3 metadata using the getID3() module and create a new node for each track and fill in the metadata.
- Use the unique ID number of each track as the name of the file and upload to S3
- Upon successful upload of all files, redirect to an implementation of the SlickGrid module that shows all the newly uploaded files.
You will notice that there are code snippets that solve the problem. However, most likely due to my lack of coding skills, I get the WSOD for the entire website when I try to apply any of the snippets. Undoing the work clears the problem right up.