RISE
Copied!
RISE
For implementing a new feature in a web application, the [Role] is the Frontend Developer. The [Input] includes design mockups from the UX/UI team, API documentation from the backend team, and user stories with acceptance criteria from the product manager. The [Steps] involve reviewing the design mockups and user stories, setting up the development environment, implementing the frontend components based on the design, integrating the frontend with the backend API, writing unit tests for the new components, conducting a code review with peers, deploying the feature to the staging environment, performing user acceptance testing (UAT), fixing any bugs identified during UAT, and deploying the feature to production. The [Execution] involves using React.js for frontend development, utilizing Jest for unit testing, following the Git workflow for version control, and using a CI/CD pipeline for automated deployment.
Learn more ...
Try prompt on …
- Role: Defines who is responsible for the task.
- Input: Specifies the information or resources needed to complete the task.
- Steps: Outlines the sequence of actions required to achieve the task.
- Execution: Describes how the task will be carried out, including any tools or methods used.