You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
)The text was updated successfully, but these errors were encountered: