[FE-2750][FE-2763] Dead simple steel thread and test setup. #1
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.
Ticket(s): FE-2763
Notes
This is a start to bootstrap the project. Lots out of scope here. See out of scope section.
There's a few empty files + a notes.md in here that can be ignored. This is my chicken-scratch areas.
Problem
Solution
Interfaces over Types
Defined a set of interfaces (rather than types) as a starting point for this project. Interfaces were chosen as they are "open". That is a customer can reopen our definition and add their own extensions.
For example, imagine a customer with a customer with a private region group (🤞 🤜 🪵 ). They will have a unique endpoint. Via an interface they can extend the
Endpoints
to be:and still have access to classic, eu-std and us-std.
This will at least be useful internally as we can extend the Endpoints to be preview and dev aware.
Local Development
local
straight away in endpoints to encourage custoemrs to lean into local development.Typescript options
Result
Out of scope
This commit is just a bootstrapping and POC of the setup; so pretty much everything 😛 is out of scope.
Not limited to:
Testing
To test locally pull down this repo. Then run: