Conversation
Member
Author
|
Updated to add a purpose statement and how the sandbox works. Additionally, added comments from the SEG students. |
timothee-alby
approved these changes
May 18, 2026
peterbjohnson
approved these changes
May 19, 2026
Member
peterbjohnson
left a comment
There was a problem hiding this comment.
I've left a couple of online comments. They're minor but I suggest follow them.
This looks great, thanks . Let's see what people make of it!
Comment on lines
83
to
86
| ``` | ||
| npm install --global yarn | ||
| yarn | ||
| ``` |
Member
There was a problem hiding this comment.
Apparently the following is a more modern approach:
corepack enable
yarn install
|
|
||
| **a) Copy the Sandbox folder** | ||
|
|
||
| Duplicate the folder `src/types/Sandbox/` and rename the copy after your type (e.g. `src/types/<YourType>/`). This is your starting point — all your code will live here. |
Member
There was a problem hiding this comment.
'All your code will live here' - is this worth emphasising? I.e. to create a RA that can be deployed on production, ensure that all your code is only in this folder?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the README to be more user-friendly. We can then point the user documentation to this repo, which will serve as the primary source for the response area sandbox.
Addresses points in: https://trello.com/c/yJag8OXG/1043-ra-sandbox-docs