Skip to content

Building Your Software

The Workflow/Task Management screen is designed to take a Workflow and break it into more technical tasks and details for development.

Workflow and Task Management Screen.

Click on the Plan button next to a Workflow.

Planned tasks modal within the Workflow and Task Management screen.

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.

Workflow with Tasks ready to be implemented.

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.

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.