Building Your Software
Breaking Down Workflows Into Tasks
Section titled “Breaking Down Workflows Into Tasks”The Workflow/Task Management screen is designed to take a Workflow and break it into more technical tasks and details for development.
Click on the Plan button next to a Workflow.
rIDE will break down the workflow into tasks and ask you clarifying technical questions if needed. You can Accept & Save Tasks or type revisions to the tasks if you think a task needs modified, merged, added, or deleted.
Implementing a Task
Section titled “Implementing a Task”When you are ready to work on the task, click the Implement Task button or Resume Task button, if you’ve already started working on it.
Session/Branch Management
Section titled “Session/Branch Management”Your project has session/branch management built into it. Meaning that when you are working on your project, rIDE automatically creates a branch every time you work on a new task. You can only create one branch per task. Each user will have their own branch so multiple users can work on different tasks. rIDE automatically manages your branch and merges it to test (develop) and live (main) when you commit your changes. Your entire app is version controlled so that if you make a mistake, you can always roll back to a previous version.