I spent some more time this weekend hacking on the Ubuntu Accomplishments spec [I blogged about recently](https://archivedblog.jonobacon.com/2012/01/23/hacking-on-accomplishments/). I just wanted to provide a little more eye-candy of some of the progress.
When you load the app it shows you a list of the available opportunities you can achieve:
(*obviously a bunch of these are dummy ones*).
You can use the combo boxes at the top to choose which types of opportunities (e.g. Ubuntu Community, Ubuntu UK LoCo Team) you want to view, as well as their category (e.g. Ubuntu Community could have categories such as QA, Development, Advocacy).
Some of the opportunities have padlocks on them. This means that you need to complete another opportunity before that one is unlocked. This helps provide more of a logical journey of things that you can do.
Part of the goal of the accomplishments project is to provide better, more contextual information for how to get started doing something. As an example, if you are curious about the *Filed First Bug* opportunity, you can double-click it to read information about how to complete it and where to find help:
Obviously this information can be improved (and particularly the links, they are just dummy links). We would also want to add nice things like clicking on an IRC channel and it loading in an IRC client.
The *Filed First Bug* is a real working accomplishment. When you run the `scriptrunner` (part of the prototype, but not tied into the GUI yet) it will run the accomplishment’s script and check Launchpad to see if you have filed a bug. If you have, a small notify-osd bubble appears and you can see your trophy in the My Trophies view:
In the real implementation the `scriptrunner` would run as a service without you having to run the app to start it.
I am pleased with the progress I am making. Next I want to get some more example accomplishments tied in and then I am going to start looking at building the verification service. Should be fun!