Submit a build for review
Actors
User, Admin
Scenario
- In the forge, after the user is satisfied with their components, they scroll to the bottom of the page and click "SUBMIT BUILD FOR REVIEW"
- The user has the option to enter a description for the build, describing the use case for the machine.
- The server saves the build and sends it to the admin for approval
SELECT id, is_approved
FROM build
WHERE id = $buildId
AND user_id = $userId
LIMIT 1;
UPDATE build
SET name = $name,
description = $description
WHERE id = $buildId
Last modified
17 hours ago
Last modified on 12/29/25 04:45:15
Attachments (3)
- newBuild.png (80.0 KB ) - added by 17 hours ago.
- description.png (86.6 KB ) - added by 17 hours ago.
- clickSubmitBuild.png (99.5 KB ) - added by 10 hours ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.



