Epsilon3 Changelog #44: Paste Image/Files in Run Comments, Multiple Command/Telemetry Support, Bulk Invite to Projects, API Routes, and more!

As we continue to build and improve our products based on your valuable feedback, we want to hear from you about what you love and what else you need. Receiving notes about your most coveted features makes our day, as we do what we do because of you. 

TL;DR:

  • Paste Images & Files in Run Comments

  • Multiple Command/Telemetry Data Source Support

  • Bulk Invite Users to Workspaces and Projects

  • API Procedure, Run, and External Data Routes

We were all so happy to spend time with the community and get to know some of you better during Space Symposium 2023. We especially enjoyed the exhibits and the time you took telling us about your plans for the future, and all the ways in which we can work together to continue to create the world we want in space and beyond. It was a fabulous event this year with weather we hope continues in Colorado through the summer! 

– Laura


New! Copy & Paste Images/Files in Run Comments

Want to quickly paste an image or file to a run? Now you can do just that! Simply find the file from wherever you want, copy it to the clipboard, and paste directly into the comment box.

  • Copy a file of choice to the clipboard.

  • Open a run and click the Comment button under the step where you want to add the file.

  • Paste directly into the “Add Comment” text box and upload the file.

New! Multiple Command/Telemetry Data Source Support

Do you have multiple vehicles you need to send commands to or multiple sources of the same type of telemetry? Now you can organize those into groups of data sources. Switch data sources to use the same procedure with commands and telemetry specific to that data source.

  • Manage data source dictionaries and telemetry and commanding in the updated API.

  • Choose data sources in the procedure settings sidebar to filter commands and telemetry.

  • When changing the data source, commands and telemetry with the same name in the new data source are automatically updated to the new data source.

Improved! Bulk Invite Users to Workspaces and Projects

  • Bulk invite modal now shows all projects for your workspace.

  • Selecting workspace access populates access to all projects with the same access level.

  • Individual project access can then be adjusted accordingly.

  • Selecting another workspace access resets project access to the new level.

  • Exceeding seat count message is now displayed before clicking submit, and no longer requires additional confirmation.

NEW! API Procedure, Run, and External Data Routes

Our next batch of API enhancements are here! Please check out our API documentation for the latest and greatest ways to integrate with our platform.

Procedures: Quickly find out what procedures are still using deleted telemetry, commanding or external data that is outdated so that you can update them.

  • Audit procedures: GET /v1/procedures/auditInvalid

External Data: New routes to manage external data, because it’s spring cleaning time!

  • Listing all external data for a team: GET /v1/external-data

  • Bulk deleting external data: DELETE /v1/external-data

    • Required payload: List of IDs. e.g. { ids: [1, 2, 3] }

Runs: More controls for runs so that you can integrate with other systems via API.

Pausing or resuming a run: POST /v1/:runId/pause OR /v1/:runId/resume


Improvements:

  • Added ability to import roles in CSV import.

  • Do not auto collapse steps across other users viewing the same procedure.

  • Added extra guards to ensure commands will only send once.

  • Added Step names to the CSV run download.

  • Updated paid user count to reflect org totals, and added wording to clarify the billable users number is for the org.

Fixes:

  • Fixed dependencies and conditionals in Diffs.

  • Fixed error when navigating to url for deleted review.

  • Fixed how projects are displayed in Diff, if project is removed.

 

Interested in learning more? Click below to get started.

Previous
Previous

Epsilon3 Changelog #45: Propagation of Snippet Changes, Start Procedures Independently in Operations, Procedure Tag Management, and more!

Next
Next

Epsilon3 Changelog #43: Bulk Invite Users, Preview / Test Mode, new API routes, and more!