-
-
Notifications
You must be signed in to change notification settings - Fork 70
MyActivityController #1139
Copy link
Copy link
Open
Labels
Front EndPrimarily front-end (react/javascript)Primarily front-end (react/javascript)
Description
ddfridley
opened on Aug 27, 2025
Issue body actions
- 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 VAR Form Frame #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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Front EndPrimarily front-end (react/javascript)Primarily front-end (react/javascript)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo