-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Request and UserRequest were confusing for Carolyn. How do we differentiate both concepts and if we can tease apart the difference.
Request => only concrete example is the request created by the New Project Request Wizard
UserRequest => only concrete example is the UserRequest created by a project content download
During the standup we discussed that Request is not really generic, and it is really a NewProjectRequest.
And that UserRequest is related to a specific Project and should show on the timeline of a project
Acceptance Criteria:
- rename UserRequest to ProjectRequest
- rename Request to NewProjectRequest
- All tests should still pass