If I want to be able to test a new textile before making it public I should be able to see how it runs in the browser, which is easiest done by only loading a puzzle for the user if it’s not hidden, or if the user is an admin.
The field is not added to the puzzles table: puzzles.testing, which when set to 1 will only be visible to admins. Next is to implement the hiding/showing on the frontend.
If I want to be able to test a new textile before making it public I should be able to see how it runs in the browser, which is easiest done by only loading a puzzle for the user if it’s not hidden, or if the user is an admin.