-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out deploy process #6
Comments
Mock APIs should match real APIs. Current versions are experimental demos. #7 would cancel this issue out anyway. |
Not the whole thing, we would still need to rewrite the parts of the URLs pointing towards API Studio to point towards |
? |
Like, if we are requesting some data from |
Still confused. |
If we use the mock API routes in dev, they'll point at API Studio. We need to rewrite them to point at slash when we deploy into production. Am I just saying gibberish here? |
The routes should have a root base. Yes. One that can be changed (or defined) in one location. |
Yes. That is what I am saying. |
👍 |
So I have been trying to add a EDIT: okay, see #15 |
Things we will want to do before deploying frontend code to the main repo:
/
(it would be good if we could ensure that the mock API routes are the same as the live ones so that we don't have to completely rewrite the URLs)index.html
into a SSP template, if we still want the backend to hand off any templating information (Alexandria version, app title/branding, etc) to the frontend (see Figure out format for config/properties file Alexandria#29 and Read application name from config file. Alexandria#43)There's other stuff we'll want to do; this is just everything that immediately came to mind.
The text was updated successfully, but these errors were encountered: