Weekly reports of the project will be available here:
**5 May - 12 May:**
- Friday: Talking with all coaches, we will be using the #wikimedia-sibu channel on IRC for communication. Every sunday at 13:00 UTC we will have a meeting with everybody, and in between there will also be communication.
- Sunday: Discussion about the name. Maybe we should go for glam2commons.
- Monday-Friday:
- Created a new tool account in Tool Labs
- Set up the environment for a new Flask OAuth tool.
- Made a test app called 'sibutest'.
**13 May - 19 May:**
- Written GSoC weekly blog post.
- Added OAuth authentication using wikimedia credentials to the test app [[https://tools.wmflabs.org/sibutest/| sibutest]].
**20 May - 26 May:**
- Completed the metadata mapping for a single image to be upload to commons from the Nationaal Archief glam. Please find [[https://github.com/infobliss/sibutest/blob/master/NationaalArchief2.py| here]].
- The sibutest app is ready except that the Mediawiki OAuth is failing for some reason. Please find the issue in the comment.
**27 May - 02 June:**
- Read some documentation of the Europeana API from [[http://labs.europeana.eu/api| here]].
- Successfully configured the pywikibot for uploading images in the test app sibutest. The upload is not taking place for some APIError as written in the comment.
**03 June - 09 June:**
- Designed and implemented a basic UI for the app. Please find [[https://tools.wmflabs.org/sibutest| here]].
**10 June - 16 June:**
- Modified code so that the category field given by the user is correctly included in the commons metadata now.
- Added a button for adding multiple categories for an image.
- The "Home" button behavior has been properly modified. Now it shows the login button if not logged in else it shows the glam form to be filled for uploading an image.