currently its hard coded to violet.restarone.solutions -- we need to make it flexible so we can build apps for any Violet Rails endpoint.
requirements
Define the VioletRailsAppRoot variable once and use it throughout the app. This variable should be clear and easy to change for engineers forking this repository to build a Violet Rails iOS app a different Violet Rails web app. (eg: using this same code base to launch an app that connects to restarone.com instead of violet.restarone.solutions)
Retain the hard-coded bottom nav links (home, blog, forum), but extract it to a variable, reuse it throughout the app and allow it to be easily changed. (eg: adding another tab/changing the tabs should be easy as changing this variable).
currently its hard coded to violet.restarone.solutions -- we need to make it flexible so we can build apps for any Violet Rails endpoint.
requirements
VioletRailsAppRoot
variable once and use it throughout the app. This variable should be clear and easy to change for engineers forking this repository to build a Violet Rails iOS app a different Violet Rails web app. (eg: using this same code base to launch an app that connects torestarone.com
instead ofviolet.restarone.solutions
)