Forge Quest - Apprentice Thread

Small bug in the Weather quest (well, at least with me):
The location radiobutton didn’t really get selected on form repaint (no dot in the circle), because index wasn’t a string here:

function locationOption(obj, index, array) {
return { name: “location”, label: obj.name + ", " + obj.state + ", " + obj.country, value: index.toString() }
}

But it was fun nevertheless, thanks!

Hey @PietHadermann thanks for bringing this to our attention, I’ll have a look and get that fixed. Glad you were able to get it working!

very nice tutorial. can i have my badge?

Great tutorial, thanks!

Done!

@mpaisley - I completed the quest earlier tjis year but never recieved my swag for doing this. How do I chase up getting my swag?

Regards,

Kristian

Completed! Excellent example for using forge. Thanks!

Thanks @Rax !

Here as well! Completed the apprentice weather app!

Now this is great ! I like it ! My badge please :smiling_face_with_sunglasses: !

Just finished to create my weather gadget !

Done!

Completed! :smiley:

I’ve completed the weather app for Jira:

  • Changed country to be a dropdown list, so that countryCode is used in the backend to be sent to OpenWeather for more accurate location search

  • Added 5 days forecasting

That’s a great way to progress with the app. Well done, @TrangNgocNguyen!

nice learning experience!!

I have completed the apprentice weather gadget quest!