Mohamed Mansour
Mohamed Mansour
It would be nice if we could automatically publish the image to picasa so it will be easier to share to Google+
Would be nice to allow users to rank or filter or sort based on location.
Detail view should allow the user to add everyone, or just a few to a circle. Perhaps create a new view, so they can choose which ones to add.
Quick captures needs to use functionality from the preview. We need to refactor some of the code to the background controller so that the merging, persistence is reusable.
When a user isn't logged on, we need a callback from the API to handle when the user logged on Google+ and when they are not logged (authed). Perhaps we...
Right now, if the user is a Google Accounts user, but not a Google+ user, the API doesn''t know about it. We should somehow figure out if the current session...
Right now, as a consumer, we have to know the "indexes" like [0][3] is always a title, [0][21] is always the description, it would be better to return an object...
We need to break this API down to multiple classes, one for each service. So we need to figure out a design so we don't get too excited placing everything...
Right now "bypassing cache" is a global state, either it's on or off. Would be nice to have all the reload actions (context menu, button, keyboard) to have extra options...
Similar to my other extension Prayer Times https://github.com/mohamedmansour/prayer-times-extension/commit/dee9bbe173916aed1ba20e850b386935cfc9a018 would be nice to convert this to use: - Webpack - ES Modules (import) - TypeScript Syntax - Jest Support for Testing...