Kirk Chu
Kirk Chu
### Overview Create generic Sidebar component that wraps around children component and renders those children component when they are clicked. Might look something like this: ![Screen Shot 2019-08-13 at 8...
### Overview Add file structure for dashboard that mimics file structure of forms
### Overview For consistency, lets change the login form to use Formik. ### Action Items Use similar structure Formik in IntakeForm, and add it to login page.
### Overview A user should be able to fill out required fields on the intake form and click save. This creates a new participant. ### Action Items - [ ]...
### Overview Current the intake form uses a css file. Let's use material UI inline styling for consistency in the app.
Bug: Invoking a lambda function is giving me an error 'cannot find module' even though module exists
After building and starting the local sam server, I'm noticing after I run my lambda `GetBlocksByDateRangeFunction`, I get this error in the console. ``` Invalid lambda response received: Invalid API...