Development on Phlickr is directed by two things: code I need for my projects and your requests. If there’s something you need let me know.
This is a rough list of changes and additions I’d like to make to Phlickr. There’s also this list that’s generated from the PHPDoc comments in the code.
Phlickr doesn’t currently allow the user to find out how how much they’ve uploaded and are allowed to upload.
Currently everything is POSTed even if it’s something that could be submitted as a GET. I’d like to split the two types of requests out so that the GETs could be cached more agressively and the POSTs could be ignored by the cache.