Joshua Douglas

Results 34 comments of Joshua Douglas

# Overview Upgrade the project to use discontinue the use of Node.js v16.x since this version of Node has reached end-of-life support. ## Research ### What is node.js? A backend...

Hey @mira-kine, An initial project plan is ready for this issue. Please submit your answers and reassign me once it is ready for review. Each response can be as brief...

Great PP @mira-kine! I added my minor comments > as quotes and added a general solution plan along with a snippet showing how to update the workflows. You should be...

Hey @mira-kine, So sorry I forgot to save my last edits 🤦. The PP is updated and I think you are good to open a branch! If you need any...

This bug was first identified while reviewing #562 and we decided to break it out into a separate issue.

Good find @paulespinosa! `connexion` [provides response validation](https://connexion.readthedocs.io/en/latest/response.html#response-validation), but it is disabled by default. We should enable this option to find issues like this sooner. We will still need to add...

Hey @johnwroge, Assigned you this issue. Let me know if you need any help or would like anyone to review your proposed changes. To make sure this change doesn't break...

@erikguntner, I've been inspired by your suggestions in #672 and spent some time after work creating a first-draft SQL data model that can store and retrieve user-specified forms. Let me...

> @Joshua-Douglas this is looking good! Two suggestions for what I think should be added: > > 1. A field groups/sections table. We can think of this as a way...

Hey @erikguntner, > Does this mean all fields come back as a flat array with each field having a group id? No, the form response currently comes back with each...