Gallery
Pack Building Roadmap - Maker Stories Webinar
Share
Explore

icon picker
Webinar Outline

1. What Packs are used in the Travel Brief App?

image.png

2. What are the Travel Brief App’s highlights?

Link to


3. What is my pack making process?

a. Link to

b. Link to

c. Link to


4. How is API data presented in the doc?

Link to


5. What are my key learning takeaways?

Start with sample pack code, add a little bit of new code at a time and then test for errors. This process allows you to discover more easily where you went wrong. Also, if you’re stuck, you can retrieve previous versions of the pack that worked and revise your code from there.
JS code is picky. Double check for spelling errors and the alignment of your beginning and end brackets. Using the slash command “/” for adding blocks of code reduces the chance of errors.
With the / command, you can access sample code for Pack types such as: formulas, sync tables, column formats, etc. Then, edit the code to suit.
image.png
Consider using the as a template. The resulting doc will be a repository of your pack making process. Document what you learned in the Notes section for future reference.
Don’t spin your wheels! Seek help from the Coda SDK, online resources, or the Coda Community.
Start simple. Think of something you might do over and over again across multiple docs. Financial formulas are one example. Another example is creating a custom greeting. Practice extracting data from an API that doesn’t require authentication.

6. Will you share your code?

Warning! Experienced coders might wince! 🤢


image.png

JavaScript Code Links

Country Names
Country Data
Sunrise-Sunset


Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.