-
Notifications
You must be signed in to change notification settings - Fork 1
Milestone 3 Report
Nick Pope edited this page Apr 21, 2014
·
8 revisions
- closed: refactor database classes
- closed: incorporate jppf into job view for realistic testing
- open: Friends page wasn't displaying all users as suggestions.
- open: Explain more what is happening on jobs page
- open: New user sign up/info page.
- open: Unauthorized page should link to login.
- 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.