issue box

Issue Box Dev Diary #3

Major achievement to end the week, there are issues in the issues app! Well the basic details of them anyway. There’s still a lot to sync up yet. Each issue can have comments and attachments which need syncing, along with versions, users, milestones and components to which an issue can be assigned. These all need objects creating in the data store and methods written to pull the information from the REST apis., and then I need to turn around and write methods to put any changes made back into Bitbucket.

Also lacking at this point is any way of seeing the issues in the app. That wil…Read More

Issue Box Dev Diary #2

Spent yesterday and today setting up the initial UI storyboards, Json mapping structures and lots (and lots) of test cases.

I’ve got the point where you can navigate through to the accounts settings screen and add a new Bitbucket account into the system, with a popup web view to prompt for the user authroisation, ready to starting pulling in the repositories and issues through.

Adding a Bitbucket account

Issue Box Dev Diary #1

I started work on a new iOS today I’m calling Issue Box as a working title, it may change before release. It’s designed to allow you to manage software issues logged across projects in Bitbucket, Github and Jira.

Not much to see at the much to see at the moment. Today I’ve been working on getting OAuth support for Bitbucket (as that’s the service I use) and initial data storage layouts for account details.

I’ll post more details and some screenshots as things start to come together.