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
Convert the landscape app to generate a static website (client-side scripting only). Currently, the app has an API call for filtering the cards shown on the landscape. The API generates a JSON list of objects that is used by the client-side scripts to update what is shown. If this API call is converted to a client-side function, it would make the landscape a static website. (I don't see any other API calls other than the filtering).
Justification:
Static websites are easier to serve using basic web servers (e.g. http-server) and reduce possible attack vectors by eliminating code running on the server. Some organizations require static websites.
The text was updated successfully, but these errors were encountered:
Proposal:
Convert the landscape app to generate a static website (client-side scripting only). Currently, the app has an API call for filtering the cards shown on the landscape. The API generates a JSON list of objects that is used by the client-side scripts to update what is shown. If this API call is converted to a client-side function, it would make the landscape a static website. (I don't see any other API calls other than the filtering).
Justification:
Static websites are easier to serve using basic web servers (e.g. http-server) and reduce possible attack vectors by eliminating code running on the server. Some organizations require static websites.
The text was updated successfully, but these errors were encountered: