-
The goal here was to explore a way to allow folks to see and enter common ๐บ๐ธ USA and ๐จ๐ฆ CA based time zones quickly.
The assumption here is that ET, CT, MT, PT are more common than any others.
The map is unnecessary but visually engaging. It works to reinforce the selection and provide intuitive feedback that doesnโt require reading long strings of text like America/Indiana/Vevay.
If you do require a very specific time zone, the input also supports fuzzy searching of city, state, country, and province.
The goal here is to provide a better way to enter most time zones, while not sacrificing edge case input.
Try it out yourself and let us know what you think!
Related to this we did some basic investigation into time zone, timezone, time-zone usage.
The hyphenated time-zone came first, time zone settled in as the dictionary standard, and now timezone is taking over but not dominant.
timezone โ Everyday, technical, and UI writing โ the modern default
Example: Select your timezone from the dropdown.
time zone โ Formal, editorial, or dictionary-standard contexts
Example: The meeting is scheduled across three time zones.
time-zone โ Only as a modifier directly before a noun
Example: The app handles time-zone conversions automatically.
Google Books Ngram Viewer of these 3 terms.
This leaves the question open, but in Voxie we should pick one and stick with it, with the caveat that time-zone is specific to a particular grammatical context.
Prototype URL: https://proto-workflow-builder-mk1.vercel.app/

When a workflow has a new version published, you are given a choice to either stop all in-progress flows or let those flows continue on in that version. If you allow the old version to continue on, this is called draining, and we need a way to show that the old workflows are still in a draining state. This interface tries to show that in a subtle and elegant manner.
You can give this a try:
https://proto-workflow-builder-mk1.vercel.app/flows
The billing configuration sections of Kiosk mode were not looking up to Voxie interface quality standards.
These layouts look to remedy these issues:
0.25, $0.00000 all should be $0.00
Prototype now has the ability to add and use Snippets, similar to the current Voxie production applications and its Message Builder components.

This is a refinement to the UX of Workflow Builder. Now, in order to connect 2 flows together, Flow A can only connect to Flow B if Flow B has the trigger set to Flow Input.
This limits what is technically possible, however in trade we get a system that is much easier to communicate and reason about. This also prevents users from making highly abstract connections between resources that could lead to unwanted side effects.


Gate to FilterThese are only relevant for this prototype but still needed some love.

This is a small quality of life update for us that shaves minutes of manual effort away each week.
For this demo site you are looking at, we host the image and video assets on the Voxie Cloudinary account. This used to require uploading those manually.
This is a small bit of AppleScript and 2 wrappers: Launchbar Script and macOS Service Workflow Script.
This lets us select an image or video on our Macs and in 1 action upload and get that URL copied to clipboard.

Cloudinary Upload
Cloudinary UploadBonus feature is you can use it on many images at once. So for 5 images this can take ~35 steps and compress that to 3 steps, a 12x improvement.
