Register Advertise with usHelp Desk Today's Posts Search

Thread Tools Search this Thread
Unread 16th Nov 2014, 01:21 PM   #1
Advanced Warrior
War Room Member
 
SageSound's Avatar
 
Join Date: 2009
Location: Phoenix, AZ
Posts: 671
Thanks: 77
Thanked 165 Times in 104 Posts
Default
php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

I'm looking for someone to help me with a fairly simple programming task that uses WP mainly as a framework.

1) finish adapting a WP plugin to work for testing. It's simply an admin panel, nothing else. It needs to save/recall a couple of API access settings, allow you to enter some text, click a button, send the text to another server via an API call, get back the result, save it to disk (which is done via the API, actually), then save an entry to a MySQL record that maps the text string to the resulting saved filename. It then renders the file. Work is about half complete. Also, I need to have a scrolling window that's updated periodically displaying a log of activity going through this interface (think of a 'tail -f' command that's updated inside a TEXTBOX in the admin panel in real-time).

2) Similar to the above, but create an independent php script that does the same thing, only using a REST interface that needs to be created that calls the same code as the Admin functions. For this task, no authentication is needed. (I want to be able to see this activity in the Admin log window as well. Preferably, the Admin logic will be the same code called by the REST interface.) The files mentioned above will need to be sent to this client script. (The access in the Admin panel above doesn't require them to be sent anywhere.)

NOTE: the files will need to be saved above public_html, out of reach of browsers, then downloaded to the client through a php script. This isn't hard if you know how to do it, but I'm surprised that some folks don't understand it. Also, this mechanism needs to be built to transparently accommodate a switch to a cloud storage scheme, like EC3, or even a mixture of several storage sources. This shouldn't be difficult if you anticipate it in advance.

3) Add user validation to the REST interface that works with WP's Users table. This will eventually be managed as a membership kind of thing, and the incoming requests need to be validated against the membership data. Ultimately, this same interface will be used by mobile apps to submit these same types of requests.

This is 1-2 day's work for anybody who's done related stuff before.

FYI: this is for something in the "proof-of-concept" stage. It does NOT need to be bullet-proof or fully production-quality. It just needs to work and handle normal use-case exceptions.

-David
SageSound is offline   Reply With Quote
Unread 17th Nov 2014, 01:11 AM   #2
HyperActive Warrior
 
Join Date: 2011
Location: India
Posts: 238
Thanks: 3
Thanked 21 Times in 20 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

Add me up on skype so that we can discuss further .
v2informatics is offline   Reply With Quote
Unread 17th Nov 2014, 10:57 AM   #3
Advanced Warrior
War Room Member
 
SageSound's Avatar
 
Join Date: 2009
Location: Phoenix, AZ
Posts: 671
Thanks: 77
Thanked 165 Times in 104 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

I'm expecting people to ask me questions about this. What I'm getting is long lists of projects companies have completed that bear little if any relation to what I need, and requests to spend time one-on-one when I have no idea if you even understand what I'm asking about.

This is not a huge website. It's a very simple, specific thing that needs to be done. There is no visual component to it, so all of your fancy awards in web design are irrelevant!

So why am I getting pitches from developers as if it's something else?

If you want to discuss this with me, then DISCUSS IT! ASK QUESTIONS! Let me know you have some clue what I'm even talking about first.

Imagine going into a restaurant for lunch, and instead of a menu they send out their marketing person who lists off a huge laundry list of all the dishes they've cooked for dignitaries, all the fancy tools they have in their kitchen, and how many people their head chef has taught in culinary school. You're sitting there wondering, "can I just get someone to talk to me about what I can order for lunch?"

I'm HERE! TALK TO ME ABOUT MY PROJECT NEEDS!!! In terms of MY project.

What questions do you have about this?
SageSound is offline   Reply With Quote
Unread 17th Nov 2014, 03:09 PM   #4
Warrior Member
 
Join Date: 2014
Posts: 11
Thanks: 0
Thanked 3 Times in 3 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

So basically you want someone to finish WP plugin and then convert it into a standalone script that uses a REST interface. Also for the WP plugin you want a scrolling window.

Then lastly add user validation to the REST interface and link it to the WP users table.

Converting the plugin to a standalone script shouldn't be a problem, it just depends on how many "native" wordpress calls are made. With regards to the REST interface that certainly isn't a problem as I've used and written REST interfaces and I'm talking proper REST interfaces, not just RESTful.

Please PM me if you want to discuss further.

http://premiumwebtechnologies.com

Affordable, Wordpress plugins & Web Applications
premiumwebtechnologies is offline   Reply With Quote
Unread 17th Nov 2014, 04:39 PM   #5
Advanced Warrior
War Room Member
 
SageSound's Avatar
 
Join Date: 2009
Location: Phoenix, AZ
Posts: 671
Thanks: 77
Thanked 165 Times in 104 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

Originally Posted by premiumwebtechnologies View Post

So basically you want someone to finish WP plugin and then convert it into a standalone script that uses a REST interface.
Well, not exactly. The plugin is started, but you're free to start over. It kinda works, but the last guy kept trying to make shortcuts that make it not too useful. He also sold himself as a "DB expert" of sorts, then proceeded to create a table with no primary index, and then couldn't figure out what to do with all of the duplicate keys that had accumulated since he wasn't doing the proper search first. Some of the code may be useful, but some is definitely trash.

The Admin panel is simply for testing, as well as modifying login certs for the 3rd party site that needs to be used.

What I'm thinking is that the logic in the testing part would be calling the same code that will be called by the REST interface. So you can develop that logic first, then write a standalone php script that calls it via REST.

(People seem to have a tough time with what I'm doing here ... it's only a "plugin" in as far as it's using Wordpress for resources and some simple stuff, so you don't have to reinvent the wheel. But it's not doing much else with Wordpress.)

Ultimately, I'll have a mobile app that will be calling this same REST API, which is why I need the user validation. But a standalone php script will serve to exercise the 3rd-party and middle-tier part. It's just for testing, tho.

Here are links to a couple of form mockups for the Admin page and standalone test client.

https://www.dropbox.com/sh/aiiim1cvg...KoVWZzaDa?dl=0

Does that help?

-David

PS: the test client only needs to display that status of activities that IT is doing, not the same as what's shown in the Admin form. (The Admin form would show ALL incoming activity, at least initially.) It's mainly just debugging traces to show what's going on.
SageSound is offline   Reply With Quote
Unread 17th Nov 2014, 07:02 PM   #6
Warrior Member
 
Join Date: 2014
Posts: 11
Thanks: 0
Thanked 3 Times in 3 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

I think it would be best to develop the REST api first and then update the plugin to use the REST api. The standalone php script would of course use the same REST api.

http://premiumwebtechnologies.com

Affordable, Wordpress plugins & Web Applications
premiumwebtechnologies is offline   Reply With Quote
Unread 17th Nov 2014, 07:28 PM   #7
Advanced Warrior
War Room Member
 
SageSound's Avatar
 
Join Date: 2009
Location: Phoenix, AZ
Posts: 671
Thanks: 77
Thanked 165 Times in 104 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

Whatever works.
SageSound is offline   Reply With Quote
Unread 24th Nov 2014, 08:32 AM   #8
Advanced Warrior
 
Join Date: 2010
Location: Lawrenceville GA
Posts: 685
Thanks: 52
Thanked 153 Times in 117 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

Building it as a standalone is solid, It's easy to integrate a known good script into WP. Diagnosing a integration and dev project at the same time can be a pita.

rts2271 is offline   Reply With Quote
Unread 2nd Dec 2014, 07:34 PM   #9
HyperActive Warrior
 
Join Date: 2014
Location: Noida, India
Posts: 460
Thanks: 203
Thanked 29 Times in 28 Posts
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

Please sent me a invite on skype so we can discuss further. My skype id is syssolution.

Syssolution is offline   Reply With Quote
Unread 29th Dec 2014, 02:36 AM   #10
Active Warrior
Registered Member
War Room Member
 
Join Date: 2012
Posts: 32
Thanks: 0
Thanked 1 Time in 1 Post
Default
Re: php / WP programmer needed
Share on: 
fb share twitter share gplus share more share

I have two php developers in my offfice. let me know if you still need the job done.


Satyam Hosting (India) - Powerful VPS & Dedicated Servers

anupamrekha is offline   Reply With Quote


Bookmarks

Tags
needed, php, programmer, wordpress


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -6. The time now is 02:24 PM.