← Back to team overview

mugle-dev team mailing list archive

Update on file uploads

 

I have spent some time this morning looking at file uploads but I have
to go now and I won't have time to work on it again today. I'll see if
I get some more time later.

I've decided that the upload script isn't worth it. It *would* be OK
but I realised that users won't be logged in when using the script,
and trying to get a command-line tool to log into Google Accounts
would be quite tricky. Therefore I think I'll fall back to just
allowing the user to upload a zip file and expand it out into blobs in
the response handler. This isn't as efficient but it shouldn't be too
bad, and will give us the opportunity to manually hash each file and
check if it's equal to an existing file, and in that case not create a
blob for it.

Are there any other issues that need to be sorted out? I saw a lot of
bug reports that got appointed to me; I'm not sure if I'll get time to
handle those. If you can deal with them please do. Also, I still don't
see any UI in the trunk. I thought we had some test panels on the
side? Now I just see nothing. Did any work get done on creating some
simple UI for displaying and editing games?