Changes between Initial Version and Version 1 of EditBuild
- Timestamp:
- 12/29/25 01:34:27 (8 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EditBuild
v1 v1 1 == Editing their build == 2 3 === Actors === 4 User, Admin 5 6 === Scenario === 7 1. In their dashboard, the user clicks on the desired build, and in the details popup on "EDIT" 8 2. They are redirected to the forge where they can proceed with editing their build 9 10 {{{ 11 SELECT id 12 FROM build 13 WHERE id = $buildId 14 AND user_id = $userId 15 AND is_approved = false 16 LIMIT 1; 17 }}}
