This feature would add dev tooling to various parts of the project to help out with development.
An initial key one I can think of is a way to simulate registration with some dummy data, doing everything with the exception of actually writing the data to the db. This could have a small, on-screen bubble that could be used to interact with the feature.
Dev tools would be toggle-able via some kind of ENABLE_DEVTOOLS environment variable.
This feature would add dev tooling to various parts of the project to help out with development.
An initial key one I can think of is a way to simulate registration with some dummy data, doing everything with the exception of actually writing the data to the db. This could have a small, on-screen bubble that could be used to interact with the feature.
Dev tools would be toggle-able via some kind of
ENABLE_DEVTOOLS
environment variable.