parcelvoy / platform

Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://parcelvoy.com
Other
188 stars 32 forks source link

Fixes dot syntax path suggestion generation #450

Closed pushchris closed 3 months ago

pushchris commented 3 months ago

Currently path suggestions are created that could be problematic if they start with characters that aren't supported in JS (such as numbers of certain symbols). This PR switches any problematic paths to instead use bracket syntax to ensure they can still autocomplete properly.

It also adds UI inside of projects to regenerate schema from scratch in case a project ever encounters problems in the future.

Fixes #449