Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

How to document progress in a way my boss will understand?

Hi there! I work at a large corporation and I'm using treehouse as part of my "training plan" which goes on my quarterly/annual goals. Let me state that I hate that annual review process. But I was wondering if there is a way to get a certificate/document which I can screen capture and put in my annual review paperwork? I'm thinking something like this: I enter a date range and push a button. Then out comes a page which says "In date range x-y student X has successfully completed the following modules..." Whatever that is. Then have a link to that he can click on should he be so inclined. But I need something which is dilbert-boss readable. Does that make sense?

1 Answer

This is sort of already done on your Treehouse profile page (https://teamtreehouse.com/jasonwetzel2).

With not much work you could create a web app that does this for you. Add ".json" to the end of your user profile URL on Treehouse (yours would be https://teamtreehouse.com/jasonwetzel2.json) to retrieve all the badges you have earned. They are already sorted by date, you would just need to add functionality that filters out dates based on the date range specified by the user. This would also show your boss something you created from what you have learned at Treehouse.

Thank you very much for that idea!