-
Notifications
You must be signed in to change notification settings - Fork 1
Milestone 3 Report
Nick Pope edited this page Apr 22, 2014
·
8 revisions
Run the site live on commpute.org
- open: JobInformationAPI method to get Task location
- This method would return a list of the UUIDs of the machines where each task is located.
- String[] getTaskLocations(String jobID)
This will allow the Job view to display which machine each task is running on.
- open: XMLRPC server should not be accessible outside the server
- I dunno how to do this, but it's not secure to have the XMLRPC server open to the world.
- open: JPPF server and node should talk on secure connection
- JPPF has stuff built in for this, but I'm not sure if it will require extra work.
- open: Setup node server in docker container
- To keep things super secure the processes being invoked by other participants should run inside of a secure sandbox provided by the wonderful people over at Docker
- open: Blender integration
- Submit a blender script and have it render and send the file back.
- open: Fully test JPPF driver/node interaction.
- I was noticing that sometimes a node won't pick up tasks even though it is connected to the driver.
- open: Server driven job progress refresh.
- Down with the 2 second client side get requests!
- open: Multiple usernames
- So depending how the OAuth works for multiple authentication websites, we may need to store individual usernames for a given user. I was thinking something like "twitter_username", "facebook_username", etc.
- open: Add computers to profile
- Users need to be able to add computers to their profile. This would be a sort of auto discovery mechanism that connects to the node server running on their machines. For this milestone lets just assume those computers have already been connected. Or maybe create some mock computers.
- closed: refactor database classes
- open: Unauthorized page should link to login.
- closed: incorporate jppf into job view for realistic testing
- closed: Friends page wasn't displaying all users as suggestions.
- closed: Explain more what is happening on jobs page
- closed: New user sign up/info page.