- [ ] create common/components/controllers/MyActivityController.jsx - [ ] follow the pattern of other controllers in this directory, like About ProjectController, for how to fetch the data from the server. - [ ] create the onSubmit handler for the VAR From - see the pattern in CreateProjectController.jsx as an example - [ ] render the #1136 and the children as described in that - [ ] Create a story in common/components/controllers/stories to test this - [ ] create a mock that simulates getting the data from the api with some mock data in it - [ ] create a test for when there is no data - [ ] create a test for when all the data has been filled in. - [ ] create a mock function that emulates receiving the submitted data - [ ] create a test for submitting data through the form